Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/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.h127 unsigned SectionID; variable
221 SymbolTableEntry(unsigned SectionID, uint64_t Offset, JITSymbolFlags Flags) in SymbolTableEntry()
232 unsigned SectionID = 0; variable
474 uint64_t getSectionLoadAddress(unsigned SectionID) const { in getSectionLoadAddress()
481 uint8_t *getSectionAddress(unsigned SectionID) const { in getSectionAddress()
488 StringRef getSectionContent(unsigned SectionID) const { in getSectionContent()
541 auto SectionID = KV.second.getSectionID(); in getSymbolTable() local
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()
1285 unsigned SectionID, in allocateTLSSection()
1398 void RuntimeDyld::reassignSectionAddress(unsigned SectionID, uint64_t Addr) { in reassignSectionAddress()
H A DRuntimeDyldELF.h102 SectionEntry &getSection(unsigned SectionID) { return Sections[SectionID]; } in getSection() argument
[all...]
H A DRuntimeDyldELF.cpp1044 uint64_t SymOffset, SID SectionID) { in resolveRelocation()
1084 void *RuntimeDyldELF::computePlaceholderAddress(unsigned SectionID, uint64_t Offset) const { in computePlaceholderAddress()
1088 void RuntimeDyldELF::processSimpleRelocation(unsigned SectionID, uint64_t Offset, unsigned RelType,… in processSimpleRelocation()
1129 unsigned SectionID, relocation_iterator RelI, in resolveAArch64ShortBranch()
1171 void RuntimeDyldELF::resolveAArch64Branch(unsigned SectionID, in resolveAArch64Branch()
1226 unsigned SectionID, relocation_iterator RelI, const ObjectFile &O, in processRelocationRef()
1896 void RuntimeDyldELF::processX86_64GOTTPOFFRelocation(unsigned SectionID, in processX86_64GOTTPOFFRelocation()
2016 unsigned SectionID, uint64_t Offset, uint64_t RelType, in processX86_64TLSRelocation()
2287 void RuntimeDyldELF::resolveGOTOffsetRelocation(unsigned SectionID, in resolveGOTOffsetRelocation()
H A DRuntimeDyldCOFF.cpp82 uint64_t RuntimeDyldCOFF::getDLLImportOffset(unsigned SectionID, StubMap &Stubs, in getDLLImportOffset() argument
H A DRuntimeDyldMachO.cpp55 unsigned SectionID, relocation_iterator RelI, in processScatteredVANILLA()
/freebsd/contrib/llvm-project/llvm/tools/llvm-rtdyld/
H A 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
918 auto SectionID = getSectionId(FileToSecIDMap, FileName, SectionName); in linkAndVerify() local
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
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 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 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.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 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,uint64_t Offset,uint64_t RelType,uint64_t Addend,StubMap & Stubs) generateRelocationStub() argument
190 processRelocationRef(unsigned SectionID,object::relocation_iterator RelI,const object::ObjectFile & Obj,ObjSectionToIDMap & ObjSectionToID,StubMap & Stubs) processRelocationRef() argument
[all...]
H A DRuntimeDyldCOFFAArch64.h101 generateRelocationStub(unsigned SectionID, StringRef TargetName, in generateRelocationStub() argument
143 processRelocationRef(unsigned SectionID, object::relocation_iterator RelI, in processRelocationRef() argument
[all...]
H A DRuntimeDyldCOFFI386.h37 processRelocationRef(unsigned SectionID, in processRelocationRef() argument
[all...]
H A DRuntimeDyldCOFFThumb.h60 processRelocationRef(unsigned SectionID,object::relocation_iterator RelI,const object::ObjectFile & Obj,ObjSectionToIDMap & ObjSectionToID,StubMap & Stubs) processRelocationRef() argument
[all...]
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DSymbolSize.h22 unsigned SectionID; member
/freebsd/contrib/llvm-project/llvm/tools/lli/
H A DForwardingMemoryManager.h34 unsigned SectionID, in allocateCodeSection()
40 unsigned SectionID, StringRef SectionName, in allocateDataSection()
/freebsd/contrib/llvm-project/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() argument
381 uintptr_t Size, unsigned Alignment, unsigned SectionID, in allocateDataSection() argument
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DEPCGenericRTDyldMemoryManager.cpp63 uintptr_t Size, unsigned Alignment, unsigned SectionID, in allocateCodeSection()
78 uintptr_t Size, unsigned Alignment, unsigned SectionID, in allocateDataSection()
H A DOrcV2CBindings.cpp1088 unsigned SectionID, in LLVMOrcCreateRTDyldObjectLinkingLayerWithMCJITMemoryManagerLikeCallbacks()
1095 unsigned SectionID, StringRef SectionName, in LLVMOrcCreateRTDyldObjectLinkingLayerWithMCJITMemoryManagerLikeCallbacks()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DOffloadBinary.cpp123 MDString *SectionID = dyn_cast<MDString>(Op->getOperand(1)); in extractFromBitcode() local
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp609 uintptr_t Size, unsigned Alignment, unsigned SectionID, in allocateCodeSection()
639 uintptr_t Size, unsigned Alignment, unsigned SectionID, in allocateDataSection()

12