Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DXCOFFLinkGraphBuilder.h37 const object::XCOFFObjectFile &getObject() const { return Obj; } in getObject() function
H A DCOFFLinkGraphBuilder.h47 const object::COFFObjectFile &getObject() const { return Obj; } in getObject() function
H A DMachOLinkGraphBuilder.h92 const object::MachOObjectFile &getObject() const { return Obj; } in getObject() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DObjectFile.h489 inline const ObjectFile *SymbolRef::getObject() const { in getObject() function
603 inline const ObjectFile *SectionRef::getObject() const { in getObject() function
641 inline const ObjectFile *RelocationRef::getObject() const { in getObject() function
H A DGOFFObjectFile.h137 const GOFFObjectFile *getObject() const { in getObject() function
H A DSymbolicFile.h215 inline const SymbolicFile *BasicSymbolRef::getObject() const { in getObject() function
H A DELFObjectFile.h139 const ELFObjectFileBase *getObject() const { in getObject() function
177 const ELFObjectFileBase *getObject() const { in getObject() function
237 const ELFObjectFileBase *getObject() const { in getObject() function
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DJSON.cpp67 const json::Object *Object::getObject(StringRef K) const { in getObject() function in llvm::json::Object
72 json::Object *Object::getObject(StringRef K) { in getObject() function in llvm::json::Object
/freebsd/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp330 std::unique_ptr<MemoryBuffer> getObject(const Module* M) override { in getObject() function in LLIObjectCache
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp332 getObject(const llvm::Module *module) override { in GetRunnableInfo() function in IRExecutionUnit::GetRunnableInfo::ObjectDumper
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.h928 const Object &getObject() const { return Obj; } in getObject() function
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp34 static Expected<const T *> getObject(MemoryBufferRef M, const void *Ptr, in getObject() function
H A DCOFFObjectFile.cpp57 static Error getObject(const T *&Obj, MemoryBufferRef M, const void *Ptr, in getObject() function
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h3629 CleanupObject getObject(unsigned i) const { in getObject() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp13401 Object getObject(const Expr *E, bool Mod) const { in getObject() function in __anon28c3fbb13011::SequenceChecker