Home
last modified time | relevance | path

Searched defs:SectionID (Results 1 – 22 of 22) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.h29 unsigned SectionID; member
64 RelocationEntry getRelocationEntry(unsigned SectionID, in getRelocationEntry()
132 SectionEntry &getSection(unsigned SectionID) { return Sections[SectionID]; } in getSection()
DRuntimeDyldImpl.h224 SymbolTableEntry(unsigned SectionID, uint64_t Offset, JITSymbolFlags Flags) in SymbolTableEntry()
235 unsigned SectionID = 0; variable
479 uint64_t getSectionLoadAddress(unsigned SectionID) const { in getSectionLoadAddress()
483 uint8_t *getSectionAddress(unsigned SectionID) const { in getSectionAddress()
487 StringRef getSectionContent(unsigned SectionID) const { in getSectionContent()
536 auto SectionID = KV.second.getSectionID(); in getSymbolTable() local
DRuntimeDyldELF.h101 SectionEntry &getSection(unsigned SectionID) { return Sections[SectionID]; } in getSection()
DRuntimeDyld.cpp298 unsigned SectionID = AbsoluteSymbolSection; in loadObjectImpl() local
325 unsigned SectionID; in loadObjectImpl() local
367 unsigned SectionID = 0; in loadObjectImpl() local
725 unsigned SectionID = Sections.size(); in emitCommonSymbols() local
806 unsigned SectionID = Sections.size(); in emitSection() local
895 unsigned SectionID = 0; in findOrEmitSection() local
910 unsigned SectionID) { in addRelocationForSection()
1039 void RuntimeDyldImpl::reassignSectionAddress(unsigned SectionID, in reassignSectionAddress()
1360 void RuntimeDyld::reassignSectionAddress(unsigned SectionID, uint64_t Addr) { in reassignSectionAddress()
DRuntimeDyldELF.cpp937 uint64_t SymOffset, SID SectionID) { in resolveRelocation()
976 void *RuntimeDyldELF::computePlaceholderAddress(unsigned SectionID, uint64_t Offset) const { in computePlaceholderAddress()
980 void RuntimeDyldELF::processSimpleRelocation(unsigned SectionID, uint64_t Offset, unsigned RelType,… in processSimpleRelocation()
1021 unsigned SectionID, relocation_iterator RelI, in resolveAArch64ShortBranch()
1053 void RuntimeDyldELF::resolveAArch64Branch(unsigned SectionID, in resolveAArch64Branch()
1110 unsigned SectionID, relocation_iterator RelI, const ObjectFile &O, in processRelocationRef()
1837 void RuntimeDyldELF::resolveGOTOffsetRelocation(unsigned SectionID, in resolveGOTOffsetRelocation()
DRuntimeDyldMachO.cpp55 unsigned SectionID, relocation_iterator RelI, in processScatteredVANILLA()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOX86_64.h34 processRelocationRef(unsigned SectionID, relocation_iterator RelI, in processRelocationRef()
123 Error finalizeSection(const ObjectFile &Obj, unsigned SectionID, in finalizeSection()
158 processSubtractRelocation(unsigned SectionID, relocation_iterator RelI, in processSubtractRelocation()
DRuntimeDyldMachOARM.h51 bool isAddrTargetThumb(unsigned SectionID, uint64_t Offset) { in isAddrTargetThumb()
101 processRelocationRef(unsigned SectionID, relocation_iterator RelI, in processRelocationRef()
289 Error finalizeSection(const ObjectFile &Obj, unsigned SectionID, in finalizeSection()
345 processHALFSECTDIFFRelocation(unsigned SectionID, relocation_iterator RelI, in processHALFSECTDIFFRelocation()
DRuntimeDyldELFMips.cpp110 int64_t Addend, uint64_t SymOffset, SID SectionID) { in evaluateMIPS64Relocation()
267 int64_t Addend, uint64_t SymOffset, SID SectionID) { in resolveMIPSN32Relocation()
276 int64_t Addend, uint64_t SymOffset, SID SectionID) { in resolveMIPSN64Relocation()
DRuntimeDyldMachOI386.h34 processRelocationRef(unsigned SectionID, relocation_iterator RelI, in processRelocationRef()
128 Error finalizeSection(const ObjectFile &Obj, unsigned SectionID, in finalizeSection()
146 processSECTDIFFRelocation(unsigned SectionID, relocation_iterator RelI, in processSECTDIFFRelocation()
DRuntimeDyldMachOAArch64.h273 processRelocationRef(unsigned SectionID, relocation_iterator RelI, in processRelocationRef()
436 Error finalizeSection(const ObjectFile &Obj, unsigned SectionID, in finalizeSection()
480 processSubtractRelocation(unsigned SectionID, relocation_iterator RelI, in processSubtractRelocation()
DRuntimeDyldCOFFX86_64.h144 generateRelocationStub(unsigned SectionID, StringRef TargetName, in generateRelocationStub()
190 processRelocationRef(unsigned SectionID, in processRelocationRef()
DRuntimeDyldCOFFAArch64.h99 generateRelocationStub(unsigned SectionID, StringRef TargetName, in generateRelocationStub()
141 processRelocationRef(unsigned SectionID, object::relocation_iterator RelI, in processRelocationRef()
DRuntimeDyldCOFFI386.h37 processRelocationRef(unsigned SectionID, in processRelocationRef()
DRuntimeDyldCOFFThumb.h60 processRelocationRef(unsigned SectionID, in processRelocationRef()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DSymbolSize.h22 unsigned SectionID; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
DSectionMemoryManager.cpp23 unsigned SectionID, in allocateDataSection()
35 unsigned SectionID, in allocateCodeSection()
DExecutionEngineBindings.cpp362 uintptr_t Size, unsigned Alignment, unsigned SectionID, in allocateCodeSection()
369 uintptr_t Size, unsigned Alignment, unsigned SectionID, in allocateDataSection()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_misc.cpp197 unsigned SectionID, in allocateCodeSection()
204 unsigned SectionID, in allocateDataSection()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.h68 unsigned SectionID, in allocateCodeSection()
78 unsigned SectionID, StringRef SectionName, in allocateDataSection()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetClient.h75 unsigned SectionID, in allocateCodeSection()
87 unsigned SectionID, StringRef SectionName, in allocateDataSection()
/third_party/ffmpeg/fftools/
Dffprobe.c203 } SectionID; typedef