/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldMachO.h | 29 unsigned SectionID; member 64 RelocationEntry getRelocationEntry(unsigned SectionID, in getRelocationEntry() 132 SectionEntry &getSection(unsigned SectionID) { return Sections[SectionID]; } in getSection()
|
H A D | RuntimeDyldImpl.h | 221 SymbolTableEntry(unsigned SectionID, uint64_t Offset, JITSymbolFlags Flags) in SymbolTableEntry() 232 unsigned SectionID = 0; variable 464 uint64_t getSectionLoadAddress(unsigned SectionID) const { in getSectionLoadAddress() 471 uint8_t *getSectionAddress(unsigned SectionID) const { in getSectionAddress() 478 StringRef getSectionContent(unsigned SectionID) const { in getSectionContent() 531 auto SectionID = KV.second.getSectionID(); in getSymbolTable() local
|
H A D | RuntimeDyldELF.h | 102 SectionEntry &getSection(unsigned SectionID) { return Sections[SectionID]; } in getSection()
|
H A D | RuntimeDyld.cpp | 305 unsigned SectionID = AbsoluteSymbolSection; in loadObjectImpl() local 334 unsigned SectionID; in loadObjectImpl() local 377 unsigned SectionID = 0; in loadObjectImpl() local 742 unsigned SectionID = Sections.size(); in emitCommonSymbols() local 824 unsigned SectionID = Sections.size(); in emitSection() local 913 unsigned SectionID = 0; in findOrEmitSection() local 928 unsigned SectionID) { in addRelocationForSection() 1059 void RuntimeDyldImpl::reassignSectionAddress(unsigned SectionID, in reassignSectionAddress() 1372 void RuntimeDyld::reassignSectionAddress(unsigned SectionID, uint64_t Addr) { in reassignSectionAddress()
|
H A D | RuntimeDyldCOFF.cpp | 82 uint64_t RuntimeDyldCOFF::getDLLImportOffset(unsigned SectionID, StubMap &Stubs, in getDLLImportOffset()
|
H A D | RuntimeDyldELF.cpp | 1002 uint64_t SymOffset, SID SectionID) { in resolveRelocation() 1042 void *RuntimeDyldELF::computePlaceholderAddress(unsigned SectionID, uint64_t Offset) const { in computePlaceholderAddress() 1046 void RuntimeDyldELF::processSimpleRelocation(unsigned SectionID, uint64_t Offset, unsigned RelType,… in processSimpleRelocation() 1087 unsigned SectionID, relocation_iterator RelI, in resolveAArch64ShortBranch() 1119 void RuntimeDyldELF::resolveAArch64Branch(unsigned SectionID, in resolveAArch64Branch() 1176 unsigned SectionID, relocation_iterator RelI, const ObjectFile &O, in processRelocationRef() 1908 void RuntimeDyldELF::resolveGOTOffsetRelocation(unsigned SectionID, in resolveGOTOffsetRelocation()
|
H A D | RuntimeDyldMachO.cpp | 55 unsigned SectionID, relocation_iterator RelI, in processScatteredVANILLA()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
H A D | RuntimeDyldMachOX86_64.h | 34 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 D | RuntimeDyldMachOARM.h | 51 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 D | RuntimeDyldMachOI386.h | 34 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()
|
H A D | RuntimeDyldELFMips.cpp | 110 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 D | RuntimeDyldMachOAArch64.h | 273 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()
|
H A D | RuntimeDyldCOFFX86_64.h | 144 generateRelocationStub(unsigned SectionID, StringRef TargetName, in generateRelocationStub() 190 processRelocationRef(unsigned SectionID, in processRelocationRef()
|
H A D | RuntimeDyldCOFFAArch64.h | 100 generateRelocationStub(unsigned SectionID, StringRef TargetName, in generateRelocationStub() 142 processRelocationRef(unsigned SectionID, object::relocation_iterator RelI, in processRelocationRef()
|
H A D | RuntimeDyldCOFFI386.h | 37 processRelocationRef(unsigned SectionID, in processRelocationRef()
|
H A D | RuntimeDyldCOFFThumb.h | 60 processRelocationRef(unsigned SectionID, in processRelocationRef()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-rtdyld/ |
H A D | llvm-rtdyld.cpp | 196 unsigned SectionID = ~0U; member 262 StringRef SectionName, unsigned SectionID) { in allocateFromSlab() 288 unsigned SectionID, in allocateCodeSection() 315 unsigned SectionID, in allocateDataSection() 612 unsigned SectionID = in applySpecificSectionMappings() local 782 unsigned SectionID; in linkAndVerify() member 795 uint32_t StubOffset) { in linkAndVerify() 839 unsigned SectionID = Dyld.getSymbolSectionID(Symbol); in linkAndVerify() local 866 auto SectionID = getSectionId(FileToSecIDMap, FileName, SectionName); in linkAndVerify() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/lli/ |
H A D | RemoteJITUtils.h | 44 unsigned SectionID, in allocateCodeSection() 50 unsigned SectionID, StringRef SectionName, in allocateDataSection()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/ |
H A D | SymbolSize.h | 22 unsigned SectionID; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/ |
H A D | SectionMemoryManager.cpp | 23 unsigned SectionID, in allocateDataSection() 35 unsigned SectionID, in allocateCodeSection()
|
H A D | ExecutionEngineBindings.cpp | 374 uintptr_t Size, unsigned Alignment, unsigned SectionID, in allocateCodeSection() 381 uintptr_t Size, unsigned Alignment, unsigned SectionID, in allocateDataSection()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/ |
H A D | Assembler.cpp | 280 unsigned SectionID, in allocateCodeSection()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | OrcRemoteTargetClient.h | 76 unsigned SectionID, in allocateCodeSection() 88 unsigned SectionID, StringRef SectionName, in allocateDataSection()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/ |
H A D | MIParser.cpp | 654 Optional<MBBSectionID> SectionID; in parseBasicBlockDefinition() local
|