Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/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
81 const __strong id &global_ref = getObject(); function
/minix3/external/bsd/llvm/dist/clang/test/Analysis/inlining/
H A Dfalse-positive-suppression.m11 - (id)getObject; method
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Object/
H A DSymbolicFile.h190 inline const SymbolicFile *BasicSymbolRef::getObject() const { in getObject() function
H A DObjectFile.h355 inline const ObjectFile *SymbolRef::getObject() const { in getObject() function
440 inline const ObjectFile *SectionRef::getObject() const { in getObject() function
/minix3/external/bsd/llvm/dist/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITObjectCacheTest.cpp36 virtual std::unique_ptr<MemoryBuffer> getObject(const Module* M) override { in getObject() function in __anonb3f366600111::TestObjectCache
/minix3/external/bsd/llvm/dist/llvm/tools/lli/
H A Dlli.cpp272 std::unique_ptr<MemoryBuffer> getObject(const Module* M) override { in getObject() function in LLIObjectCache
/minix3/external/bsd/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy.cpp705 virtual MemoryBuffer* getObject(const Module* M) { in getObject() function in MCJITObjectCache
/minix3/external/bsd/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp724 virtual MemoryBuffer* getObject(const Module* M) { in getObject() function in MCJITObjectCache
/minix3/external/bsd/llvm/dist/llvm/lib/Object/
H A DCOFFObjectFile.cpp55 static std::error_code getObject(const T *&Obj, MemoryBufferRef M, in getObject() function
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DExprCXX.h2788 CleanupObject getObject(unsigned i) const { in getObject() function
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp7160 Object getObject(Expr *E, bool Mod) const { in getObject() function in __anon0a2745240a11::SequenceChecker