Home
last modified time | relevance | path

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

12

/openbsd/src/gnu/llvm/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
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
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()
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()
DRuntimeDyldELF.h102 SectionEntry &getSection(unsigned SectionID) { return Sections[SectionID]; } in getSection()
DRuntimeDyldCOFF.cpp82 uint64_t RuntimeDyldCOFF::getDLLImportOffset(unsigned SectionID, StubMap &Stubs, in getDLLImportOffset()
DRuntimeDyldMachO.cpp55 unsigned SectionID, relocation_iterator RelI, in processScatteredVANILLA()
/openbsd/src/gnu/llvm/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp196 unsigned SectionID = ~0U; member
266 StringRef SectionName, unsigned SectionID) { in allocateFromSlab()
295 unsigned SectionID, in allocateCodeSection()
323 unsigned SectionID, in allocateDataSection()
361 unsigned SectionID, in allocateTLSSection()
662 unsigned SectionID = in applySpecificSectionMappings() local
832 unsigned SectionID; in linkAndVerify() member
845 uint32_t StubOffset) { in linkAndVerify()
889 unsigned SectionID = Dyld.getSymbolSectionID(Symbol); in linkAndVerify() local
916 auto SectionID = getSectionId(FileToSecIDMap, FileName, SectionName); in linkAndVerify() local
/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
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()
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()
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()
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()
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.h59 processRelocationRef(unsigned SectionID, in processRelocationRef()
/openbsd/src/gnu/llvm/llvm/tools/lli/
DForwardingMemoryManager.h34 unsigned SectionID, in allocateCodeSection()
40 unsigned SectionID, StringRef SectionName, in allocateDataSection()
/openbsd/src/gnu/llvm/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()
/openbsd/src/gnu/llvm/llvm/include/llvm/Object/
DSymbolSize.h22 unsigned SectionID; member
/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
DEPCGenericRTDyldMemoryManager.cpp63 uintptr_t Size, unsigned Alignment, unsigned SectionID, in allocateCodeSection()
78 uintptr_t Size, unsigned Alignment, unsigned SectionID, in allocateDataSection()
/openbsd/src/gnu/llvm/llvm/lib/Object/
DOffloadBinary.cpp123 MDString *SectionID = dyn_cast<MDString>(Op->getOperand(1)); in extractFromBitcode() local
/openbsd/src/gnu/llvm/lldb/source/Expression/
DIRExecutionUnit.cpp608 uintptr_t Size, unsigned Alignment, unsigned SectionID, in allocateCodeSection()
638 uintptr_t Size, unsigned Alignment, unsigned SectionID, in allocateDataSection()
/openbsd/src/gnu/llvm/llvm/tools/llvm-exegesis/lib/
DAssembler.cpp281 unsigned SectionID, in allocateCodeSection()

12