Home
last modified time | relevance | path

Searched refs:getObject (Results 1 – 18 of 18) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/include/llvm/Object/
H A DObjectFile.h121 const ObjectFile *getObject() const;
157 const ObjectFile *getObject() const;
165 cast<ObjectFile>(B->getObject()))) {} in symbol_iterator()
328 return getObject()->getSymbolName(getRawDataRefImpl(), Result); in getName()
332 return getObject()->getSymbolAddress(getRawDataRefImpl(), Result); in getAddress()
336 return getObject()->getSymbolAlignment(getRawDataRefImpl(), Result); in getAlignment()
340 return getObject()->getSymbolSize(getRawDataRefImpl(), Result); in getSize()
344 return getObject()->getSymbolSection(getRawDataRefImpl(), Result); in getSection()
348 return getObject()->getSymbolType(getRawDataRefImpl(), Result); in getType()
352 return getObject()->getSymbolOther(getRawDataRefImpl(), Result); in getOther()
[all …]
H A DSymbolicFile.h109 const SymbolicFile *getObject() const;
190 inline const SymbolicFile *BasicSymbolRef::getObject() const { in getObject() function
/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
14 const __strong id &ref1 = getObject();
20 const __autoreleasing id &ref2 = getObject();
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
37 testNilReceiverHelperB([[x getObject] getPtr]);
/minix3/external/bsd/llvm/dist/llvm/include/llvm/ExecutionEngine/
H A DObjectCache.h35 virtual std::unique_ptr<MemoryBuffer> getObject(const Module* M) = 0;
/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
386 if (getObject(FirstReloc, M, reinterpret_cast<const coff_relocation*>( in getNumberOfRelocations()
433 if (std::error_code EC = getObject( in initSymbolTablePtr()
439 if (std::error_code EC = getObject( in initSymbolTablePtr()
451 if (std::error_code EC = getObject(StringTableSizePtr, Data, StringTableAddr)) in initSymbolTablePtr()
455 getObject(StringTable, Data, StringTableAddr, StringTableSize)) in initSymbolTablePtr()
628 if ((EC = getObject(COFFHeader, Data, base() + CurPtr))) in COFFObjectFile()
636 if ((EC = getObject(COFFBigObjHeader, Data, base() + CurPtr))) in COFFObjectFile()
662 if ((EC = getObject(Header, Data, base() + CurPtr))) in COFFObjectFile()
680 if ((EC = getObject(DataDirectory, Data, DataDirAddr, DataDirSize))) in COFFObjectFile()
[all …]
/minix3/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp123 const ObjectFile *Obj = Sym.getObject(); in getOffset()
267 const ObjectFile *Obj = Section.getObject(); in isRequiredForExecution()
275 const ObjectFile *Obj = Section.getObject(); in isReadOnlyData()
284 const ObjectFile *Obj = Section.getObject(); in isZeroInit()
/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/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp189 ObjectToLoad = ObjCache->getObject(M); in generateCodeForModule()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DJumpDiagnostics.cpp453 const BlockDecl *BDecl = EWC->getObject(i); in BuildScopeInformation()
H A DSemaChecking.cpp7160 Object getObject(Expr *E, bool Mod) const { in getObject() function in __anon0a2745240a11::SequenceChecker
7164 return getObject(UO->getSubExpr(), Mod); in getObject()
7167 return getObject(BO->getRHS(), Mod); in getObject()
7169 return getObject(BO->getLHS(), Mod); in getObject()
7254 O = getObject(E->getSubExpr(), false); in VisitCastExpr()
7293 Object O = getObject(BO->getLHS(), true); in VisitBinAssign()
7329 Object O = getObject(UO->getSubExpr(), true); in VisitUnaryPreIncDec()
7344 Object O = getObject(UO->getSubExpr(), true); in VisitUnaryPostIncDec()
/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/clang/lib/AST/
H A DASTDumper.cpp1928 dumpDeclRef(Node->getObject(i), "cleanup"); in VisitExprWithCleanups()
/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/Serialization/
H A DASTWriterStmt.cpp1383 Writer.AddDeclRef(E->getObject(i), Record); in VisitExprWithCleanups()