/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldMachO.h | 29 unsigned SectionID; global() member 64 getRelocationEntry(unsigned SectionID,const ObjectFile & BaseTObj,const relocation_iterator & RI) getRelocationEntry() argument 132 getSection(unsigned SectionID) getSection() argument
|
H A D | RuntimeDyldImpl.h | 127 /// SectionID - the section this relocation points to. variable 221 SymbolTableEntry(unsigned SectionID,uint64_t Offset,JITSymbolFlags Flags) SymbolTableEntry() argument 232 unsigned SectionID = 0; global() variable 474 getSectionLoadAddress(unsigned SectionID) getSectionLoadAddress() argument 481 getSectionAddress(unsigned SectionID) getSectionAddress() argument 488 getSectionContent(unsigned SectionID) getSectionContent() argument 541 auto SectionID = KV.second.getSectionID(); getSymbolTable() local [all...] |
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(); emitCommonSymbols() local 830 unsigned SectionID = Sections.size(); emitSection() local 932 unsigned SectionID = 0; findOrEmitSection() local 947 addRelocationForSection(const RelocationEntry & RE,unsigned SectionID) addRelocationForSection() argument 1078 reassignSectionAddress(unsigned SectionID,uint64_t Addr) reassignSectionAddress() argument 1286 allocateTLSSection(uintptr_t Size,unsigned Alignment,unsigned SectionID,StringRef SectionName) allocateTLSSection() argument 1399 reassignSectionAddress(unsigned SectionID,uint64_t Addr) reassignSectionAddress() argument [all...] |
H A D | RuntimeDyldELF.h | 102 getSection(unsigned SectionID) getSection() argument [all...] |
H A D | RuntimeDyldCOFF.cpp | 82 getDLLImportOffset(unsigned SectionID,StubMap & Stubs,StringRef Name,bool SetSectionIDMinus1) getDLLImportOffset() argument
|
H A D | RuntimeDyldELF.cpp | 1045 resolveRelocation(const SectionEntry & Section,uint64_t Offset,uint64_t Value,uint32_t Type,int64_t Addend,uint64_t SymOffset,SID SectionID) resolveRelocation() argument 1085 computePlaceholderAddress(unsigned SectionID,uint64_t Offset) const computePlaceholderAddress() argument 1089 processSimpleRelocation(unsigned SectionID,uint64_t Offset,unsigned RelType,RelocationValueRef Value) processSimpleRelocation() argument 1130 resolveAArch64ShortBranch(unsigned SectionID,relocation_iterator RelI,const RelocationValueRef & Value) resolveAArch64ShortBranch() argument 1172 resolveAArch64Branch(unsigned SectionID,const RelocationValueRef & Value,relocation_iterator RelI,StubMap & Stubs) resolveAArch64Branch() argument 1227 processRelocationRef(unsigned SectionID,relocation_iterator RelI,const ObjectFile & O,ObjSectionToIDMap & ObjSectionToID,StubMap & Stubs) processRelocationRef() argument 1897 processX86_64GOTTPOFFRelocation(unsigned SectionID,uint64_t Offset,RelocationValueRef Value,int64_t Addend) processX86_64GOTTPOFFRelocation() argument 2017 processX86_64TLSRelocation(unsigned SectionID,uint64_t Offset,uint64_t RelType,RelocationValueRef Value,int64_t Addend,const RelocationRef & GetAddrRelocation) processX86_64TLSRelocation() argument 2288 resolveGOTOffsetRelocation(unsigned SectionID,uint64_t Offset,uint64_t GOTOffset,uint32_t Type) resolveGOTOffsetRelocation() argument [all...] |
/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 | 151 generateRelocationStub(unsigned SectionID, StringRef TargetName, in generateRelocationStub() 197 processRelocationRef(unsigned SectionID, in processRelocationRef()
|
H A D | RuntimeDyldCOFFAArch64.h | 101 generateRelocationStub(unsigned SectionID,StringRef TargetName,uint64_t Offset,uint64_t RelType,uint64_t Addend,StubMap & Stubs) generateRelocationStub() argument 143 processRelocationRef(unsigned SectionID,object::relocation_iterator RelI,const object::ObjectFile & Obj,ObjSectionToIDMap & ObjSectionToID,StubMap & Stubs) processRelocationRef() argument [all...] |
H A D | RuntimeDyldCOFFI386.h | 37 processRelocationRef(unsigned SectionID, in processRelocationRef()
|
H A D | RuntimeDyldCOFFThumb.h | 82 processRelocationRef(unsigned SectionID, in processRelocationRef() argument [all...] |
/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
|
/llvm-project/llvm/include/llvm/Object/ |
H A D | SymbolSize.h | 22 unsigned SectionID; member
|
/llvm-project/llvm/tools/lli/ |
H A D | ForwardingMemoryManager.h | 34 unsigned SectionID, in allocateCodeSection() 40 unsigned SectionID, StringRef SectionName, in allocateDataSection()
|
/llvm-project/llvm/lib/ExecutionEngine/ |
H A D | SectionMemoryManager.cpp | 23 allocateDataSection(uintptr_t Size,unsigned Alignment,unsigned SectionID,StringRef SectionName,bool IsReadOnly) allocateDataSection() argument 35 allocateCodeSection(uintptr_t Size,unsigned Alignment,unsigned SectionID,StringRef SectionName) allocateCodeSection() argument
|
H A D | ExecutionEngineBindings.cpp | 374 allocateCodeSection(uintptr_t Size,unsigned Alignment,unsigned SectionID,StringRef SectionName) allocateCodeSection() argument 381 allocateDataSection(uintptr_t Size,unsigned Alignment,unsigned SectionID,StringRef SectionName,bool isReadOnly) allocateDataSection() argument
|
/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | EPCGenericRTDyldMemoryManager.cpp | 63 allocateCodeSection(uintptr_t Size,unsigned Alignment,unsigned SectionID,StringRef SectionName) allocateCodeSection() argument 78 allocateDataSection(uintptr_t Size,unsigned Alignment,unsigned SectionID,StringRef SectionName,bool IsReadOnly) allocateDataSection() argument
|
/llvm-project/llvm/unittests/ExecutionEngine/MCJIT/ |
H A D | MCJITCAPITest.cpp | 105 unsigned SectionID, StringRef SectionName, in allocateDataSection() 113 unsigned SectionID, in allocateCodeSection()
|
/llvm-project/llvm/lib/Object/ |
H A D | OffloadBinary.cpp | 123 MDString *SectionID = dyn_cast<MDString>(Op->getOperand(1)); extractFromBitcode() local
|
/llvm-project/bolt/lib/Rewrite/ |
H A D | ExecutableFileMemoryManager.cpp | 107 auto SectionID = JLSection.getName(); in updateSection() local
|
/llvm-project/llvm/unittests/ExecutionEngine/Orc/ |
H A D | RTDyldObjectLinkingLayerTest.cpp | 32 unsigned SectionID, StringRef SectionName, in testSetProcessAllSections()
|