/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyld.cpp | 310 section_iterator SI = Obj.section_end(); in loadObjectImpl() 316 if (SI == Obj.section_end()) in loadObjectImpl() 348 for (section_iterator SI = Obj.section_begin(), SE = Obj.section_end(); in loadObjectImpl() 417 for (section_iterator SI = Obj.section_begin(), SE = Obj.section_end(); in loadObjectImpl() 529 for (section_iterator SI = Obj.section_begin(), SE = Obj.section_end(); in computeTotalAllocSize() 631 for (section_iterator SI = Obj.section_begin(), SE = Obj.section_end(); in computeGOTSize() 653 for (section_iterator SI = Obj.section_begin(), SE = Obj.section_end(); in computeSectionStubBufSize()
|
D | RuntimeDyldMachO.cpp | 75 assert(TargetSI != Obj.section_end() && "Can't find section for symbol"); in processScatteredVANILLA() 166 section_iterator SE = Obj.section_end(); in getSectionByAddress()
|
D | RuntimeDyldELF.cpp | 607 for (section_iterator si = Obj.section_begin(), se = Obj.section_end(); in findOPDEntrySection() 615 if (RelSecI == Obj.section_end()) in findOPDEntrySection() 660 section_iterator TSI = Obj.section_end(); in findOPDEntrySection() 665 assert(TSI != Obj.section_end() && "TSI should refer to a valid section"); in findOPDEntrySection() 1169 if (si == Obj.section_end()) in processRelocationRef() 1876 for (section_iterator SI = Obj.section_begin(), SE = Obj.section_end(); in finalizeLoad()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldMachOI386.h | 169 assert(SAI != Obj.section_end() && "Can't find section for address A"); in processSECTDIFFRelocation() 183 assert(SBI != Obj.section_end() && "Can't find section for address B"); in processSECTDIFFRelocation()
|
D | RuntimeDyldMachOARM.h | 380 assert(SAI != MachO.section_end() && "Can't find section for address A"); in processHALFSECTDIFFRelocation() 394 assert(SBI != MachO.section_end() && "Can't find section for address B"); in processHALFSECTDIFFRelocation()
|
D | RuntimeDyldCOFFI386.h | 87 if (Section == Obj.section_end()) { in processRelocationRef()
|
D | RuntimeDyldCOFFX86_64.h | 205 const bool IsExtern = SecI == Obj.section_end(); in processRelocationRef()
|
D | RuntimeDyldCOFFThumb.h | 107 if (Section == Obj.section_end()) { in processRelocationRef()
|
D | RuntimeDyldCOFFAArch64.h | 164 const bool IsExtern = Section == Obj.section_end(); in processRelocationRef()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | Object.cpp | 160 return (*unwrap(SI) == OF->section_end()) ? 1 : 0; in LLVMObjectFileIsSectionIteratorAtEnd() 211 return (*unwrap(SI) == OB->getBinary()->section_end()) ? 1 : 0; in LLVMIsSectionIteratorAtEnd()
|
D | XCOFFObjectFile.cpp | 221 return section_end(); in getSymbolSection() 381 section_iterator XCOFFObjectFile::section_end() const { in section_end() function in llvm::object::XCOFFObjectFile
|
D | COFFObjectFile.cpp | 252 return section_end(); in getSymbolSection() 863 section_iterator COFFObjectFile::section_end() const { in section_end() function in COFFObjectFile
|
D | WasmObjectFile.cpp | 1365 return section_end(); in getSymbolSection() 1522 section_iterator WasmObjectFile::section_end() const { in section_end() function in WasmObjectFile
|
D | MachOObjectFile.cpp | 1888 return section_end(); in getSymbolSection() 2533 section_iterator MachOObjectFile::section_end() const { in section_end() function in MachOObjectFile 4243 return *section_end(); in getAnyRelocationSection() 4246 return *section_end(); in getAnyRelocationSection()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
D | ELFObjectFile.h | 420 section_iterator section_end() const override; 672 return section_end(); in getSymbolSection() 850 return section_end(); in getRelocatedSection() 855 return section_end(); in getRelocatedSection() 1043 section_iterator ELFObjectFile<ELFT>::section_end() const { in section_end() function
|
D | ObjectFile.h | 309 virtual section_iterator section_end() const = 0; 313 return section_iterator_range(section_begin(), section_end()); in sections()
|
D | XCOFFObjectFile.h | 288 section_iterator section_end() const override;
|
D | Wasm.h | 199 section_iterator section_end() const override;
|
D | MachO.h | 360 section_iterator section_end() const override;
|
D | COFF.h | 931 section_iterator section_end() const override;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/IntelJITEvents/ |
D | IntelJITEventListener.cpp | 151 if (Sec == Obj.section_end()) in notifyObjectLoaded()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/ |
D | RTDyldObjectLinkingLayer.cpp | 189 if (*Sec == COFFObj->section_end()) in onObjLoad()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/Symbolize/ |
D | SymbolizableObjectFile.cpp | 167 if (!Sec || (Obj && Obj->section_end() == *Sec)) in addSymbol()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/PerfJITEvents/ |
D | PerfJITEventListener.cpp | 275 if (*SectOrErr != Obj.section_end()) in notifyObjectLoaded()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFContext.cpp | 1360 object::section_iterator RSec = Obj.section_end(); in getSymbolInfo() 1390 if (RSec != Obj.section_end()) in getSymbolInfo() 1400 if (L && RSec != Obj.section_end()) in getSymbolInfo() 1659 if (RelocatedSection == Obj.section_end()) in DWARFObjInMemory()
|