Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
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 DRuntimeDyldImpl.h221 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 DRuntimeDyldELF.h102 SectionEntry &getSection(unsigned SectionID) { return Sections[SectionID]; } in getSection()
H A DRuntimeDyld.cpp305 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 DRuntimeDyldCOFF.cpp82 uint64_t RuntimeDyldCOFF::getDLLImportOffset(unsigned SectionID, StubMap &Stubs, in getDLLImportOffset()
H A DRuntimeDyldELF.cpp1002 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 DRuntimeDyldMachO.cpp55 unsigned SectionID, relocation_iterator RelI, in processScatteredVANILLA()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
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 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 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()
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()
H A DRuntimeDyldCOFFX86_64.h144 generateRelocationStub(unsigned SectionID, StringRef TargetName, in generateRelocationStub()
190 processRelocationRef(unsigned SectionID, in processRelocationRef()
H A DRuntimeDyldCOFFAArch64.h100 generateRelocationStub(unsigned SectionID, StringRef TargetName, in generateRelocationStub()
142 processRelocationRef(unsigned SectionID, object::relocation_iterator RelI, in processRelocationRef()
H A DRuntimeDyldCOFFI386.h37 processRelocationRef(unsigned SectionID, in processRelocationRef()
H A DRuntimeDyldCOFFThumb.h60 processRelocationRef(unsigned SectionID, in processRelocationRef()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp196 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 DRemoteJITUtils.h44 unsigned SectionID, in allocateCodeSection()
50 unsigned SectionID, StringRef SectionName, in allocateDataSection()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DSymbolSize.h22 unsigned SectionID; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/
H A DSectionMemoryManager.cpp23 unsigned SectionID, in allocateDataSection()
35 unsigned SectionID, in allocateCodeSection()
H A DExecutionEngineBindings.cpp374 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 DAssembler.cpp280 unsigned SectionID, in allocateCodeSection()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRemoteTargetClient.h76 unsigned SectionID, in allocateCodeSection()
88 unsigned SectionID, StringRef SectionName, in allocateDataSection()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp654 Optional<MBBSectionID> SectionID; in parseBasicBlockDefinition() local