Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/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.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
DRuntimeDyldELF.h102 SectionEntry &getSection(unsigned SectionID) { return Sections[SectionID]; } in getSection()
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()
DRuntimeDyldCOFF.cpp82 uint64_t RuntimeDyldCOFF::getDLLImportOffset(unsigned SectionID, StubMap &Stubs, in getDLLImportOffset()
DRuntimeDyldELF.cpp1005 uint64_t SymOffset, SID SectionID) { in resolveRelocation()
1045 void *RuntimeDyldELF::computePlaceholderAddress(unsigned SectionID, uint64_t Offset) const { in computePlaceholderAddress()
1049 void RuntimeDyldELF::processSimpleRelocation(unsigned SectionID, uint64_t Offset, unsigned RelType,… in processSimpleRelocation()
1090 unsigned SectionID, relocation_iterator RelI, in resolveAArch64ShortBranch()
1122 void RuntimeDyldELF::resolveAArch64Branch(unsigned SectionID, in resolveAArch64Branch()
1179 unsigned SectionID, relocation_iterator RelI, const ObjectFile &O, in processRelocationRef()
1911 void RuntimeDyldELF::resolveGOTOffsetRelocation(unsigned SectionID, in resolveGOTOffsetRelocation()
DRuntimeDyldMachO.cpp55 unsigned SectionID, relocation_iterator RelI, in processScatteredVANILLA()
/freebsd-12-stable/contrib/llvm-project/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.h100 generateRelocationStub(unsigned SectionID, StringRef TargetName, in generateRelocationStub()
142 processRelocationRef(unsigned SectionID, object::relocation_iterator RelI, in processRelocationRef()
DRuntimeDyldCOFFI386.h37 processRelocationRef(unsigned SectionID, in processRelocationRef()
DRuntimeDyldCOFFThumb.h60 processRelocationRef(unsigned SectionID, in processRelocationRef()
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp197 unsigned SectionID = ~0U; member
263 StringRef SectionName, unsigned SectionID) { in allocateFromSlab()
289 unsigned SectionID, in allocateCodeSection()
316 unsigned SectionID, in allocateDataSection()
613 unsigned SectionID = in applySpecificSectionMappings() local
783 unsigned SectionID; in linkAndVerify() member
796 uint32_t StubOffset) { in linkAndVerify()
840 unsigned SectionID = Dyld.getSymbolSectionID(Symbol); in linkAndVerify() local
867 auto SectionID = getSectionId(FileToSecIDMap, FileName, SectionName); in linkAndVerify() local
/freebsd-12-stable/contrib/llvm-project/llvm/tools/lli/
DRemoteJITUtils.h44 unsigned SectionID, in allocateCodeSection()
50 unsigned SectionID, StringRef SectionName, in allocateDataSection()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Object/
DSymbolSize.h22 unsigned SectionID; member
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/
DSectionMemoryManager.cpp23 unsigned SectionID, in allocateDataSection()
35 unsigned SectionID, in allocateCodeSection()
DExecutionEngineBindings.cpp374 uintptr_t Size, unsigned Alignment, unsigned SectionID, in allocateCodeSection()
381 uintptr_t Size, unsigned Alignment, unsigned SectionID, in allocateDataSection()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Expression/
DIRExecutionUnit.cpp595 uintptr_t Size, unsigned Alignment, unsigned SectionID, in allocateCodeSection()
625 uintptr_t Size, unsigned Alignment, unsigned SectionID, in allocateDataSection()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetClient.h76 unsigned SectionID, in allocateCodeSection()
88 unsigned SectionID, StringRef SectionName, in allocateDataSection()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp678 Optional<MBBSectionID> SectionID; in parseBasicBlockDefinition() local