Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.h30 unsigned SectionID; member
65 RelocationEntry getRelocationEntry(unsigned SectionID, in getRelocationEntry()
131 SectionEntry &getSection(unsigned SectionID) { return Sections[SectionID]; } in getSection()
DRuntimeDyld.cpp188 unsigned SectionID = AbsoluteSymbolSection; in loadObjectImpl() local
210 unsigned SectionID = findOrEmitSection(Obj, *SI, IsCode, LocalSections); in loadObjectImpl() local
229 unsigned SectionID = 0; in loadObjectImpl() local
514 unsigned SectionID = Sections.size(); in emitCommonSymbols() local
584 unsigned SectionID = Sections.size(); in emitSection() local
660 unsigned SectionID = 0; in findOrEmitSection() local
672 unsigned SectionID) { in addRelocationForSection()
771 void RuntimeDyldImpl::reassignSectionAddress(unsigned SectionID, in reassignSectionAddress()
957 void RuntimeDyld::reassignSectionAddress(unsigned SectionID, uint64_t Addr) { in reassignSectionAddress()
DRuntimeDyldELF.h102 SectionEntry &getSection(unsigned SectionID) { return Sections[SectionID]; } in getSection()
DRuntimeDyldImpl.h213 SymbolTableEntry(unsigned SectionID, uint64_t Offset, JITSymbolFlags Flags) in SymbolTableEntry()
221 unsigned SectionID; variable
312 uint64_t getSectionLoadAddress(unsigned SectionID) const { in getSectionLoadAddress()
316 uint8_t *getSectionAddress(unsigned SectionID) const { in getSectionAddress()
DRuntimeDyldCheckerImpl.h37 uint64_t SectionID; member
DRuntimeDyldELF.cpp603 SID SectionID) { in resolveMIPS64Relocation()
634 uint64_t SymOffset, SID SectionID) { in evaluateMIPS64Relocation()
1083 uint64_t SymOffset, SID SectionID) { in resolveRelocation()
1131 void *RuntimeDyldELF::computePlaceholderAddress(unsigned SectionID, uint64_t Offset) const { in computePlaceholderAddress()
1135 void RuntimeDyldELF::processSimpleRelocation(unsigned SectionID, uint64_t Offset, unsigned RelType,… in processSimpleRelocation()
1167 unsigned SectionID, relocation_iterator RelI, const ObjectFile &O, in processRelocationRef()
1766 uint64_t RuntimeDyldELF::allocateGOTEntries(unsigned SectionID, unsigned no) in allocateGOTEntries()
1780 void RuntimeDyldELF::resolveGOTOffsetRelocation(unsigned SectionID, uint64_t Offset, uint64_t GOTOf… in resolveGOTOffsetRelocation()
1787 RelocationEntry RuntimeDyldELF::computeGOTOffsetRE(unsigned SectionID, uint64_t GOTOffset, uint64_t… in computeGOTOffsetRE()
DRuntimeDyldChecker.cpp799 unsigned SectionID = SectionInfo->SectionID; in getSectionAddr() local
823 unsigned SectionID = SectionInfo->SectionID; in getStubAddrFor() local
863 StringRef FilePath, unsigned SectionID) { in registerSection()
872 StringRef FilePath, unsigned SectionID, in registerStubMap()
DRuntimeDyldMachO.cpp54 unsigned SectionID, relocation_iterator RelI, in processScatteredVANILLA()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOX86_64.h34 processRelocationRef(unsigned SectionID, relocation_iterator RelI, in processRelocationRef()
114 void finalizeSection(const ObjectFile &Obj, unsigned SectionID, in finalizeSection()
147 processSubtractRelocation(unsigned SectionID, relocation_iterator RelI, in processSubtractRelocation()
DRuntimeDyldMachOARM.h53 processRelocationRef(unsigned SectionID, relocation_iterator RelI, in processRelocationRef()
162 void finalizeSection(const ObjectFile &Obj, unsigned SectionID, in finalizeSection()
205 processHALFSECTDIFFRelocation(unsigned SectionID, relocation_iterator RelI, in processHALFSECTDIFFRelocation()
DRuntimeDyldMachOI386.h34 processRelocationRef(unsigned SectionID, relocation_iterator RelI, in processRelocationRef()
114 void finalizeSection(const ObjectFile &Obj, unsigned SectionID, in finalizeSection()
128 processSECTDIFFRelocation(unsigned SectionID, relocation_iterator RelI, in processSECTDIFFRelocation()
DRuntimeDyldMachOAArch64.h246 processRelocationRef(unsigned SectionID, relocation_iterator RelI, in processRelocationRef()
363 void finalizeSection(const ObjectFile &Obj, unsigned SectionID, in finalizeSection()
DRuntimeDyldCOFFI386.h37 relocation_iterator processRelocationRef(unsigned SectionID, in processRelocationRef()
DRuntimeDyldCOFFX86_64.h109 relocation_iterator processRelocationRef(unsigned SectionID, in processRelocationRef()
/external/llvm/lib/ExecutionEngine/
DSectionMemoryManager.cpp24 unsigned SectionID, in allocateDataSection()
34 unsigned SectionID, in allocateCodeSection()
DExecutionEngineBindings.cpp357 uintptr_t Size, unsigned Alignment, unsigned SectionID, in allocateCodeSection()
364 uintptr_t Size, unsigned Alignment, unsigned SectionID, in allocateDataSection()
/external/llvm/tools/lli/
DRemoteMemoryManager.cpp33 allocateCodeSection(uintptr_t Size, unsigned Alignment, unsigned SectionID, in allocateCodeSection()
49 unsigned SectionID, StringRef SectionName, in allocateDataSection()
/external/llvm/unittests/ExecutionEngine/Orc/
DObjectLinkingLayerTest.cpp30 unsigned SectionID, in TEST()
/external/llvm/lib/Object/
DSymbolSize.cpp24 unsigned SectionID; member
/external/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.h39 unsigned SectionID, in allocateCodeSection()
49 unsigned SectionID, StringRef SectionName, in allocateDataSection()
/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITCAPITest.cpp105 unsigned SectionID, StringRef SectionName, in allocateDataSection()
113 unsigned SectionID, in allocateCodeSection()
/external/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp218 unsigned SectionID, in allocateCodeSection()
237 unsigned SectionID, in allocateDataSection()