Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CodeGenObjCXX/
H A Darc-globals.mm6 id getObject(); function
13 id global_obj = getObject(); function
20 id global_obj2 = getObject(); function
H A Darc-references.mm6 id getObject(); function
89 const __strong id &global_ref = getObject(); function
/llvm-project-15.0.7/lldb/test/API/lang/cpp/wchar_t/
H A Dmain.cpp9 T getObject() { return object; } in getObject() function in Foo
/llvm-project-15.0.7/llvm/examples/OrcV2Examples/LLJITWithObjectCache/
H A DLLJITWithObjectCache.cpp34 std::unique_ptr<MemoryBuffer> getObject(const Module *M) override { in getObject() function in MyObjectCache
/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DObjectFile.h427 inline const ObjectFile *SymbolRef::getObject() const { in getObject() function
540 inline const ObjectFile *SectionRef::getObject() const { in getObject() function
578 inline const ObjectFile *RelocationRef::getObject() const { in getObject() function
H A DSymbolicFile.h212 inline const SymbolicFile *BasicSymbolRef::getObject() const { in getObject() function
H A DELFObjectFile.h119 const ELFObjectFileBase *getObject() const { in getObject() function
157 const ELFObjectFileBase *getObject() const { in getObject() function
209 const ELFObjectFileBase *getObject() const { in getObject() function
/llvm-project-15.0.7/clang/test/Analysis/inlining/
H A Dfalse-positive-suppression.m14 - (id)getObject; method
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/JITLink/
H A DCOFFLinkGraphBuilder.h45 const object::COFFObjectFile &getObject() const { return Obj; } in getObject() function
H A DMachOLinkGraphBuilder.h90 const object::MachOObjectFile &getObject() const { return Obj; } in getObject() function
/llvm-project-15.0.7/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITObjectCacheTest.cpp36 std::unique_ptr<MemoryBuffer> getObject(const Module *M) override { in getObject() function in __anonf5d340dd0111::TestObjectCache
/llvm-project-15.0.7/llvm/tools/dsymutil/
H A DBinaryHolder.cpp153 BinaryHolder::ObjectEntry::getObject(const Triple &T) const { in getObject() function in llvm::dsymutil::BinaryHolder::ObjectEntry
/llvm-project-15.0.7/llvm/lib/Support/
H A DJSON.cpp64 const json::Object *Object::getObject(StringRef K) const { in getObject() function in llvm::json::Object
69 json::Object *Object::getObject(StringRef K) { in getObject() function in llvm::json::Object
/llvm-project-15.0.7/mlir/lib/ExecutionEngine/
H A DExecutionEngine.cpp71 std::unique_ptr<MemoryBuffer> SimpleObjectCache::getObject(const Module *m) { in getObject() function in SimpleObjectCache
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRModule.h83 pybind11::object getObject() { in getObject() function
/llvm-project-15.0.7/llvm/tools/lli/
H A Dlli.cpp333 std::unique_ptr<MemoryBuffer> getObject(const Module* M) override { in getObject() function in LLIObjectCache
/llvm-project-15.0.7/lldb/source/Expression/
H A DIRExecutionUnit.cpp332 getObject(const llvm::Module *module) override { in GetRunnableInfo() function in IRExecutionUnit::GetRunnableInfo::ObjectDumper
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy.cpp705 virtual MemoryBuffer* getObject(const Module* M) { in getObject() function in MCJITObjectCache
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp724 virtual MemoryBuffer* getObject(const Module* M) { in getObject() function in MCJITObjectCache
/llvm-project-15.0.7/llvm/lib/ObjCopy/ELF/
H A DELFObject.h795 const Object &getObject() const { return Obj; } in getObject() function
/llvm-project-15.0.7/llvm/lib/Object/
H A DXCOFFObjectFile.cpp33 static Expected<const T *> getObject(MemoryBufferRef M, const void *Ptr, in getObject() function
H A DCOFFObjectFile.cpp58 static Error getObject(const T *&Obj, MemoryBufferRef M, const void *Ptr, in getObject() function
/llvm-project-15.0.7/clang/include/clang/AST/
H A DExprCXX.h3394 CleanupObject getObject(unsigned i) const { in getObject() function
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaChecking.cpp14759 Object getObject(const Expr *E, bool Mod) const { in getObject() function in __anon8097fee12911::SequenceChecker