Home
last modified time | relevance | path

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

12

/freebsd-src/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.h221 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 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(); 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 DRuntimeDyldELF.h102 SectionEntry &getSection(unsigned SectionID) { return Sections[SectionID]; } in getSection()
H A DRuntimeDyldELF.cpp1045 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
1162 resolveAArch64Branch(unsigned SectionID,const RelocationValueRef & Value,relocation_iterator RelI,StubMap & Stubs) resolveAArch64Branch() argument
1219 processRelocationRef(unsigned SectionID,relocation_iterator RelI,const ObjectFile & O,ObjSectionToIDMap & ObjSectionToID,StubMap & Stubs) processRelocationRef() argument
1891 processX86_64GOTTPOFFRelocation(unsigned SectionID,uint64_t Offset,RelocationValueRef Value,int64_t Addend) processX86_64GOTTPOFFRelocation() argument
2011 processX86_64TLSRelocation(unsigned SectionID,uint64_t Offset,uint64_t RelType,RelocationValueRef Value,int64_t Addend,const RelocationRef & GetAddrRelocation) processX86_64TLSRelocation() argument
2282 resolveGOTOffsetRelocation(unsigned SectionID,uint64_t Offset,uint64_t GOTOffset,uint32_t Type) resolveGOTOffsetRelocation() argument
[all...]
H A DRuntimeDyldCOFF.cpp82 uint64_t RuntimeDyldCOFF::getDLLImportOffset(unsigned SectionID, StubMap &Stubs, in getDLLImportOffset()
H A DRuntimeDyldMachO.cpp55 unsigned SectionID, relocation_iterator RelI, in processScatteredVANILLA()
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp196 unsigned SectionID = ~0U; member
266 StringRef SectionName, unsigned SectionID) { in allocateFromSlab() argument
295 allocateCodeSection(uintptr_t Size,unsigned Alignment,unsigned SectionID,StringRef SectionName) allocateCodeSection() argument
323 allocateDataSection(uintptr_t Size,unsigned Alignment,unsigned SectionID,StringRef SectionName,bool IsReadOnly) allocateDataSection() argument
361 allocateTLSSection(uintptr_t Size,unsigned Alignment,unsigned SectionID,StringRef SectionName) allocateTLSSection() argument
662 unsigned SectionID = applySpecificSectionMappings() local
832 unsigned SectionID; linkAndVerify() member
845 __anonc4b3ab210102(StringRef FilePath, StringRef SectionName, StringRef SymbolName, unsigned SectionID, uint32_t StubOffset) linkAndVerify() argument
889 unsigned SectionID = Dyld.getSymbolSectionID(Symbol); linkAndVerify() local
918 auto SectionID = getSectionId(FileToSecIDMap, FileName, SectionName); linkAndVerify() local
[all...]
/freebsd-src/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 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 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 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.h151 generateRelocationStub(unsigned SectionID, StringRef TargetName, in generateRelocationStub()
197 processRelocationRef(unsigned SectionID, in processRelocationRef()
H A DRuntimeDyldCOFFAArch64.h101 generateRelocationStub(unsigned SectionID, StringRef TargetName, in generateRelocationStub()
143 processRelocationRef(unsigned SectionID, object::relocation_iterator RelI, in processRelocationRef()
H A DRuntimeDyldCOFFI386.h37 processRelocationRef(unsigned SectionID, in processRelocationRef()
H A DRuntimeDyldCOFFThumb.h82 processRelocationRef(unsigned SectionID, in processRelocationRef()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Object/
H A DSymbolSize.h22 unsigned SectionID; member
/freebsd-src/contrib/llvm-project/llvm/tools/lli/
H A DForwardingMemoryManager.h34 unsigned SectionID, in allocateCodeSection() argument
40 unsigned SectionID, StringRef SectionName, in allocateDataSection() argument
/freebsd-src/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()
381 uintptr_t Size, unsigned Alignment, unsigned SectionID, in allocateDataSection()
/freebsd-src/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() argument
1095 unsigned SectionID, StringRef SectionName, in LLVMOrcCreateRTDyldObjectLinkingLayerWithMCJITMemoryManagerLikeCallbacks() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Object/
H A DOffloadBinary.cpp123 MDString *SectionID = dyn_cast<MDString>(Op->getOperand(1)); in extractFromBitcode() local
/freebsd-src/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp608 allocateCodeSection(uintptr_t Size,unsigned Alignment,unsigned SectionID,llvm::StringRef SectionName) allocateCodeSection() argument
638 allocateDataSection(uintptr_t Size,unsigned Alignment,unsigned SectionID,llvm::StringRef SectionName,bool IsReadOnly) allocateDataSection() argument
[all...]

12