Home
last modified time | relevance | path

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

123

/aosp_15_r20/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A 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()
H A DRuntimeDyldELF.cpp603 SID SectionID) { in resolveMIPS64Relocation()
634 uint64_t SymOffset, SID SectionID) { in evaluateMIPS64Relocation()
1107 uint64_t SymOffset, SID SectionID) { in resolveRelocation()
1155 void *RuntimeDyldELF::computePlaceholderAddress(unsigned SectionID, uint64_t Offset) const { in computePlaceholderAddress()
1159 void RuntimeDyldELF::processSimpleRelocation(unsigned SectionID, uint64_t Offset, unsigned RelType,… in processSimpleRelocation()
1192 unsigned SectionID, relocation_iterator RelI, const ObjectFile &O, in processRelocationRef()
1817 uint64_t RuntimeDyldELF::allocateGOTEntries(unsigned SectionID, unsigned no) in allocateGOTEntries()
1831 void RuntimeDyldELF::resolveGOTOffsetRelocation(unsigned SectionID, uint64_t Offset, uint64_t GOTOf… in resolveGOTOffsetRelocation()
1838 RelocationEntry RuntimeDyldELF::computeGOTOffsetRE(unsigned SectionID, uint64_t GOTOffset, uint64_t… in computeGOTOffsetRE()
H A DRuntimeDyldMachO.h30 unsigned SectionID; member
65 RelocationEntry getRelocationEntry(unsigned SectionID, in getRelocationEntry()
132 SectionEntry &getSection(unsigned SectionID) { return Sections[SectionID]; } in getSection()
H A 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()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp305 unsigned SectionID = AbsoluteSymbolSection; in loadObjectImpl() local
337 unsigned SectionID; in loadObjectImpl() local
383 unsigned SectionID = 0; in loadObjectImpl() local
753 unsigned SectionID = Sections.size(); in emitCommonSymbols() local
830 unsigned SectionID = Sections.size(); in emitSection() local
932 unsigned SectionID = 0; in findOrEmitSection() local
947 unsigned SectionID) { in addRelocationForSection()
1078 void RuntimeDyldImpl::reassignSectionAddress(unsigned SectionID, in reassignSectionAddress()
1286 unsigned SectionID, in allocateTLSSection()
1399 void RuntimeDyld::reassignSectionAddress(unsigned SectionID, uint64_t Addr) { in reassignSectionAddress()
H A DRuntimeDyldImpl.h221 SymbolTableEntry(unsigned SectionID, uint64_t Offset, JITSymbolFlags Flags) in SymbolTableEntry()
232 unsigned SectionID = 0; variable
468 uint64_t getSectionLoadAddress(unsigned SectionID) const { in getSectionLoadAddress()
475 uint8_t *getSectionAddress(unsigned SectionID) const { in getSectionAddress()
482 StringRef getSectionContent(unsigned SectionID) const { in getSectionContent()
535 auto SectionID = KV.second.getSectionID(); in getSymbolTable() local
H A DRuntimeDyldMachO.h29 unsigned SectionID; member
64 RelocationEntry getRelocationEntry(unsigned SectionID, in getRelocationEntry()
132 SectionEntry &getSection(unsigned SectionID) { return Sections[SectionID]; } in getSection()
H A DRuntimeDyldELF.cpp1040 uint64_t SymOffset, SID SectionID) { in resolveRelocation()
1080 void *RuntimeDyldELF::computePlaceholderAddress(unsigned SectionID, uint64_t Offset) const { in computePlaceholderAddress()
1084 void RuntimeDyldELF::processSimpleRelocation(unsigned SectionID, uint64_t Offset, unsigned RelType,… in processSimpleRelocation()
1125 unsigned SectionID, relocation_iterator RelI, in resolveAArch64ShortBranch()
1157 void RuntimeDyldELF::resolveAArch64Branch(unsigned SectionID, in resolveAArch64Branch()
1214 unsigned SectionID, relocation_iterator RelI, const ObjectFile &O, in processRelocationRef()
1885 void RuntimeDyldELF::processX86_64GOTTPOFFRelocation(unsigned SectionID, in processX86_64GOTTPOFFRelocation()
2005 unsigned SectionID, uint64_t Offset, uint64_t RelType, in processX86_64TLSRelocation()
2276 void RuntimeDyldELF::resolveGOTOffsetRelocation(unsigned SectionID, in resolveGOTOffsetRelocation()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
H A 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
H A 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()
H A DRuntimeDyldMachO.h29 unsigned SectionID; member
64 RelocationEntry getRelocationEntry(unsigned SectionID, in getRelocationEntry()
132 SectionEntry &getSection(unsigned SectionID) { return Sections[SectionID]; } in getSection()
H A 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()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A 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()
H A 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()
H A 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()
H A 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()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A 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()
344 processHALFSECTDIFFRelocation(unsigned SectionID, relocation_iterator RelI, in processHALFSECTDIFFRelocation()
H A DRuntimeDyldMachOX86_64.h33 processRelocationRef(unsigned SectionID, relocation_iterator RelI, in processRelocationRef()
122 Error finalizeSection(const ObjectFile &Obj, unsigned SectionID, in finalizeSection()
157 processSubtractRelocation(unsigned SectionID, relocation_iterator RelI, in processSubtractRelocation()
H A DRuntimeDyldMachOI386.h33 processRelocationRef(unsigned SectionID, relocation_iterator RelI, in processRelocationRef()
127 Error finalizeSection(const ObjectFile &Obj, unsigned SectionID, in finalizeSection()
145 processSECTDIFFRelocation(unsigned SectionID, relocation_iterator RelI, in processSECTDIFFRelocation()
H A 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()
H A 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()
/aosp_15_r20/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A 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()
H A 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()
H A 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()
H A 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()

123