Home
last modified time | relevance | path

Searched defs:getObject (Results 1 – 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Object/
HDObjectFile.h405 inline const ObjectFile *SymbolRef::getObject() const { in getObject() function
514 inline const ObjectFile *SectionRef::getObject() const { in getObject() function
552 inline const ObjectFile *RelocationRef::getObject() const { in getObject() function
HDSymbolicFile.h207 inline const SymbolicFile *BasicSymbolRef::getObject() const { in getObject() function
HDELFObjectFile.h104 const ELFObjectFileBase *getObject() const { in getObject() function
142 const ELFObjectFileBase *getObject() const { in getObject() function
194 const ELFObjectFileBase *getObject() const { in getObject() function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
HDJSON.cpp60 const json::Object *Object::getObject(StringRef K) const { in getObject() function in llvm::json::Object
65 json::Object *Object::getObject(StringRef K) { in getObject() function in llvm::json::Object
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
HDMachOLinkGraphBuilder.h82 const object::MachOObjectFile &getObject() const { return Obj; } in getObject() function
/freebsd-11-stable/contrib/llvm-project/llvm/tools/lli/
HDlli.cpp264 std::unique_ptr<MemoryBuffer> getObject(const Module* M) override { in getObject() function in LLIObjectCache
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
HDXCOFFObjectFile.cpp25 static Expected<const T *> getObject(MemoryBufferRef M, const void *Ptr, in getObject() function
HDCOFFObjectFile.cpp57 static std::error_code getObject(const T *&Obj, MemoryBufferRef M, in getObject() function
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
HDIRExecutionUnit.cpp311 getObject(const llvm::Module *module) override { in GetRunnableInfo() function in IRExecutionUnit::GetRunnableInfo::ObjectDumper
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDExprCXX.h3339 CleanupObject getObject(unsigned i) const { in getObject() function
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaChecking.cpp12749 Object getObject(const Expr *E, bool Mod) const { in getObject() function in __anone676a2481b11::SequenceChecker