/freebsd/contrib/llvm-project/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 | 127 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 D | RuntimeDyld.cpp | 305 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 D | RuntimeDyldELF.h | 102 SectionEntry &getSection(unsigned SectionID) { return Sections[SectionID]; } in getSection() argument [all...] |
H A D | RuntimeDyldELF.cpp | 1044 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 D | RuntimeDyldCOFF.cpp | 82 uint64_t RuntimeDyldCOFF::getDLLImportOffset(unsigned SectionID, StubMap &Stubs, in getDLLImportOffset() argument
|
H A D | RuntimeDyldMachO.cpp | 55 unsigned SectionID, relocation_iterator RelI, in processScatteredVANILLA()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-rtdyld/ |
H A D | llvm-rtdyld.cpp | 196 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 D | RuntimeDyldMachOX86_64.h | 33 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 D | RuntimeDyldMachOARM.h | 50 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 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 | RuntimeDyldMachOI386.h | 33 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 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,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 D | RuntimeDyldCOFFAArch64.h | 101 generateRelocationStub(unsigned SectionID, StringRef TargetName, in generateRelocationStub() argument 143 processRelocationRef(unsigned SectionID, object::relocation_iterator RelI, in processRelocationRef() argument [all...] |
H A D | RuntimeDyldCOFFI386.h | 37 processRelocationRef(unsigned SectionID, in processRelocationRef() argument [all...] |
H A D | RuntimeDyldCOFFThumb.h | 60 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 D | SymbolSize.h | 22 unsigned SectionID; member
|
/freebsd/contrib/llvm-project/llvm/tools/lli/ |
H A D | ForwardingMemoryManager.h | 34 unsigned SectionID, in allocateCodeSection() 40 unsigned SectionID, StringRef SectionName, in allocateDataSection()
|
/freebsd/contrib/llvm-project/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() argument 381 uintptr_t Size, unsigned Alignment, unsigned SectionID, in allocateDataSection() argument
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | EPCGenericRTDyldMemoryManager.cpp | 63 uintptr_t Size, unsigned Alignment, unsigned SectionID, in allocateCodeSection() 78 uintptr_t Size, unsigned Alignment, unsigned SectionID, in allocateDataSection()
|
H A D | OrcV2CBindings.cpp | 1088 unsigned SectionID, in LLVMOrcCreateRTDyldObjectLinkingLayerWithMCJITMemoryManagerLikeCallbacks() 1095 unsigned SectionID, StringRef SectionName, in LLVMOrcCreateRTDyldObjectLinkingLayerWithMCJITMemoryManagerLikeCallbacks()
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | OffloadBinary.cpp | 123 MDString *SectionID = dyn_cast<MDString>(Op->getOperand(1)); in extractFromBitcode() local
|
/freebsd/contrib/llvm-project/lldb/source/Expression/ |
H A D | IRExecutionUnit.cpp | 609 uintptr_t Size, unsigned Alignment, unsigned SectionID, in allocateCodeSection() 639 uintptr_t Size, unsigned Alignment, unsigned SectionID, in allocateDataSection()
|