Home
last modified time | relevance | path

Searched refs:section_end (Results 1 – 25 of 25) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp310 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()
DRuntimeDyldMachO.cpp75 assert(TargetSI != Obj.section_end() && "Can't find section for symbol"); in processScatteredVANILLA()
166 section_iterator SE = Obj.section_end(); in getSectionByAddress()
DRuntimeDyldELF.cpp607 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/
DRuntimeDyldMachOI386.h169 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()
DRuntimeDyldMachOARM.h380 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()
DRuntimeDyldCOFFI386.h87 if (Section == Obj.section_end()) { in processRelocationRef()
DRuntimeDyldCOFFX86_64.h205 const bool IsExtern = SecI == Obj.section_end(); in processRelocationRef()
DRuntimeDyldCOFFThumb.h107 if (Section == Obj.section_end()) { in processRelocationRef()
DRuntimeDyldCOFFAArch64.h164 const bool IsExtern = Section == Obj.section_end(); in processRelocationRef()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DObject.cpp160 return (*unwrap(SI) == OF->section_end()) ? 1 : 0; in LLVMObjectFileIsSectionIteratorAtEnd()
211 return (*unwrap(SI) == OB->getBinary()->section_end()) ? 1 : 0; in LLVMIsSectionIteratorAtEnd()
DXCOFFObjectFile.cpp221 return section_end(); in getSymbolSection()
381 section_iterator XCOFFObjectFile::section_end() const { in section_end() function in llvm::object::XCOFFObjectFile
DCOFFObjectFile.cpp252 return section_end(); in getSymbolSection()
863 section_iterator COFFObjectFile::section_end() const { in section_end() function in COFFObjectFile
DWasmObjectFile.cpp1365 return section_end(); in getSymbolSection()
1522 section_iterator WasmObjectFile::section_end() const { in section_end() function in WasmObjectFile
DMachOObjectFile.cpp1888 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/
DELFObjectFile.h420 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
DObjectFile.h309 virtual section_iterator section_end() const = 0;
313 return section_iterator_range(section_begin(), section_end()); in sections()
DXCOFFObjectFile.h288 section_iterator section_end() const override;
DWasm.h199 section_iterator section_end() const override;
DMachO.h360 section_iterator section_end() const override;
DCOFF.h931 section_iterator section_end() const override;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/IntelJITEvents/
DIntelJITEventListener.cpp151 if (Sec == Obj.section_end()) in notifyObjectLoaded()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DRTDyldObjectLinkingLayer.cpp189 if (*Sec == COFFObj->section_end()) in onObjLoad()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/Symbolize/
DSymbolizableObjectFile.cpp167 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/
DPerfJITEventListener.cpp275 if (*SectOrErr != Obj.section_end()) in notifyObjectLoaded()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp1360 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()