Home
last modified time | relevance | path

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

123

/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.h30 unsigned SectionID; member
65 RelocationEntry getRelocationEntry(unsigned SectionID, in getRelocationEntry()
133 SectionEntry &getSection(unsigned SectionID) { return Sections[SectionID]; } in getSection()
DRuntimeDyld.cpp293 unsigned SectionID = AbsoluteSymbolSection; in loadObjectImpl() local
320 unsigned SectionID; in loadObjectImpl() local
358 unsigned SectionID = 0; in loadObjectImpl() local
657 unsigned SectionID = Sections.size(); in emitCommonSymbols() local
730 unsigned SectionID = Sections.size(); in emitSection() local
821 unsigned SectionID = 0; in findOrEmitSection() local
836 unsigned SectionID) { in addRelocationForSection()
964 void RuntimeDyldImpl::reassignSectionAddress(unsigned SectionID, in reassignSectionAddress()
1210 void RuntimeDyld::reassignSectionAddress(unsigned SectionID, uint64_t Addr) { in reassignSectionAddress()
DRuntimeDyldImpl.h225 SymbolTableEntry(unsigned SectionID, uint64_t Offset, JITSymbolFlags Flags) in SymbolTableEntry()
236 unsigned SectionID = 0; variable
322 uint64_t getSectionLoadAddress(unsigned SectionID) const { in getSectionLoadAddress()
326 uint8_t *getSectionAddress(unsigned SectionID) const { in getSectionAddress()
526 auto SectionID = KV.second.getSectionID(); in getSymbolTable() local
DRuntimeDyldELF.h102 SectionEntry &getSection(unsigned SectionID) { return Sections[SectionID]; } in getSection()
DRuntimeDyldCheckerImpl.h36 uint64_t SectionID; member
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.h30 unsigned SectionID; member
65 RelocationEntry getRelocationEntry(unsigned SectionID, in getRelocationEntry()
132 SectionEntry &getSection(unsigned SectionID) { return Sections[SectionID]; } in getSection()
DRuntimeDyld.cpp241 unsigned SectionID = AbsoluteSymbolSection; in loadObjectImpl() local
269 unsigned SectionID; in loadObjectImpl() local
307 unsigned SectionID = 0; in loadObjectImpl() local
603 unsigned SectionID = Sections.size(); in emitCommonSymbols() local
680 unsigned SectionID = Sections.size(); in emitSection() local
758 unsigned SectionID = 0; in findOrEmitSection() local
773 unsigned SectionID) { in addRelocationForSection()
872 void RuntimeDyldImpl::reassignSectionAddress(unsigned SectionID, in reassignSectionAddress()
1064 void RuntimeDyld::reassignSectionAddress(unsigned SectionID, uint64_t Addr) { in reassignSectionAddress()
DRuntimeDyldELF.h105 SectionEntry &getSection(unsigned SectionID) { return Sections[SectionID]; } in getSection()
DRuntimeDyldImpl.h207 SymbolTableEntry(unsigned SectionID, uint64_t Offset, JITSymbolFlags Flags) in SymbolTableEntry()
215 unsigned SectionID; variable
299 uint64_t getSectionLoadAddress(unsigned SectionID) const { in getSectionLoadAddress()
303 uint8_t *getSectionAddress(unsigned SectionID) const { in getSectionAddress()
DRuntimeDyldCheckerImpl.h36 uint64_t SectionID; member
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOX86_64.h35 processRelocationRef(unsigned SectionID, relocation_iterator RelI, in processRelocationRef()
124 Error finalizeSection(const ObjectFile &Obj, unsigned SectionID, in finalizeSection()
159 processSubtractRelocation(unsigned SectionID, relocation_iterator RelI, in processSubtractRelocation()
DRuntimeDyldMachOARM.h50 bool isAddrTargetThumb(unsigned SectionID, uint64_t Offset) { in isAddrTargetThumb()
100 processRelocationRef(unsigned SectionID, relocation_iterator RelI, in processRelocationRef()
288 Error finalizeSection(const ObjectFile &Obj, unsigned SectionID, in finalizeSection()
341 processHALFSECTDIFFRelocation(unsigned SectionID, relocation_iterator RelI, in processHALFSECTDIFFRelocation()
DRuntimeDyldELFMips.cpp111 int64_t Addend, uint64_t SymOffset, SID SectionID) { in evaluateMIPS64Relocation()
268 int64_t Addend, uint64_t SymOffset, SID SectionID) { in resolveMIPSN32Relocation()
277 int64_t Addend, uint64_t SymOffset, SID SectionID) { in resolveMIPSN64Relocation()
DRuntimeDyldMachOI386.h35 processRelocationRef(unsigned SectionID, relocation_iterator RelI, in processRelocationRef()
129 Error finalizeSection(const ObjectFile &Obj, unsigned SectionID, in finalizeSection()
144 processSECTDIFFRelocation(unsigned SectionID, relocation_iterator RelI, in processSECTDIFFRelocation()
DRuntimeDyldMachOAArch64.h274 processRelocationRef(unsigned SectionID, relocation_iterator RelI, in processRelocationRef()
437 Error finalizeSection(const ObjectFile &Obj, unsigned SectionID, in finalizeSection()
481 processSubtractRelocation(unsigned SectionID, relocation_iterator RelI, in processSubtractRelocation()
DRuntimeDyldCOFFX86_64.h132 generateRelocationStub(unsigned SectionID, StringRef TargetName, in generateRelocationStub()
178 processRelocationRef(unsigned SectionID, in processRelocationRef()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOX86_64.h35 processRelocationRef(unsigned SectionID, relocation_iterator RelI, in processRelocationRef()
124 Error finalizeSection(const ObjectFile &Obj, unsigned SectionID, in finalizeSection()
159 processSubtractRelocation(unsigned SectionID, relocation_iterator RelI, in processSubtractRelocation()
DRuntimeDyldMachOARM.h54 processRelocationRef(unsigned SectionID, relocation_iterator RelI, in processRelocationRef()
174 Error finalizeSection(const ObjectFile &Obj, unsigned SectionID, in finalizeSection()
218 processHALFSECTDIFFRelocation(unsigned SectionID, relocation_iterator RelI, in processHALFSECTDIFFRelocation()
DRuntimeDyldMachOI386.h35 processRelocationRef(unsigned SectionID, relocation_iterator RelI, in processRelocationRef()
129 Error finalizeSection(const ObjectFile &Obj, unsigned SectionID, in finalizeSection()
144 processSECTDIFFRelocation(unsigned SectionID, relocation_iterator RelI, in processSECTDIFFRelocation()
DRuntimeDyldMachOAArch64.h246 processRelocationRef(unsigned SectionID, relocation_iterator RelI, in processRelocationRef()
379 Error finalizeSection(const ObjectFile &Obj, unsigned SectionID, in finalizeSection()
421 processSubtractRelocation(unsigned SectionID, relocation_iterator RelI, in processSubtractRelocation()
/external/llvm/lib/ExecutionEngine/
DSectionMemoryManager.cpp24 unsigned SectionID, in allocateDataSection()
34 unsigned SectionID, in allocateCodeSection()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DSymbolSize.h23 unsigned SectionID; member
/external/swiftshader/third_party/llvm-7.0/llvm/tools/lli/
DRemoteJITUtils.h92 unsigned SectionID, in allocateCodeSection()
98 unsigned SectionID, StringRef SectionName, in allocateDataSection()
/external/llvm/tools/lli/
DRemoteJITUtils.h91 unsigned SectionID, in allocateCodeSection()
97 unsigned SectionID, StringRef SectionName, in allocateDataSection()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/
DSectionMemoryManager.cpp24 unsigned SectionID, in allocateDataSection()
36 unsigned SectionID, in allocateCodeSection()

123