| /minix3/external/bsd/llvm/dist/llvm/include/llvm/Object/ |
| H A D | ObjectFile.h | 121 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 D | SymbolicFile.h | 109 const SymbolicFile *getObject() const; 190 inline const SymbolicFile *BasicSymbolRef::getObject() const { in getObject() function
|
| /minix3/external/bsd/llvm/dist/clang/test/CodeGenObjCXX/ |
| H A D | arc-globals.mm | 6 id getObject(); function 13 id global_obj = getObject(); function 20 id global_obj2 = getObject(); function
|
| H A D | arc-references.mm | 6 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 D | false-positive-suppression.m | 11 - (id)getObject; method 37 testNilReceiverHelperB([[x getObject] getPtr]);
|
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/ExecutionEngine/ |
| H A D | ObjectCache.h | 35 virtual std::unique_ptr<MemoryBuffer> getObject(const Module* M) = 0;
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Object/ |
| H A D | COFFObjectFile.cpp | 55 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 D | RuntimeDyld.cpp | 123 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 D | MCJITObjectCacheTest.cpp | 36 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 D | lli.cpp | 272 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 D | MCJIT.cpp | 189 ObjectToLoad = ObjCache->getObject(M); in generateCodeForModule()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
| H A D | JumpDiagnostics.cpp | 453 const BlockDecl *BDecl = EWC->getObject(i); in BuildScopeInformation()
|
| H A D | SemaChecking.cpp | 7160 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 D | toy.cpp | 705 virtual MemoryBuffer* getObject(const Module* M) { in getObject() function in MCJITObjectCache
|
| /minix3/external/bsd/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/complete/ |
| H A D | toy.cpp | 724 virtual MemoryBuffer* getObject(const Module* M) { in getObject() function in MCJITObjectCache
|
| /minix3/external/bsd/llvm/dist/clang/lib/AST/ |
| H A D | ASTDumper.cpp | 1928 dumpDeclRef(Node->getObject(i), "cleanup"); in VisitExprWithCleanups()
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/AST/ |
| H A D | ExprCXX.h | 2788 CleanupObject getObject(unsigned i) const { in getObject() function
|
| /minix3/external/bsd/llvm/dist/clang/lib/Serialization/ |
| H A D | ASTWriterStmt.cpp | 1383 Writer.AddDeclRef(E->getObject(i), Record); in VisitExprWithCleanups()
|