/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldMachO.h | 30 unsigned SectionID; member 65 RelocationEntry getRelocationEntry(unsigned SectionID, in getRelocationEntry() 131 SectionEntry &getSection(unsigned SectionID) { return Sections[SectionID]; } in getSection()
|
D | RuntimeDyld.cpp | 188 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()
|
D | RuntimeDyldELF.h | 102 SectionEntry &getSection(unsigned SectionID) { return Sections[SectionID]; } in getSection()
|
D | RuntimeDyldImpl.h | 213 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()
|
D | RuntimeDyldCheckerImpl.h | 37 uint64_t SectionID; member
|
D | RuntimeDyldELF.cpp | 603 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()
|
D | RuntimeDyldChecker.cpp | 799 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()
|
D | RuntimeDyldMachO.cpp | 54 unsigned SectionID, relocation_iterator RelI, in processScatteredVANILLA()
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldMachOX86_64.h | 34 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()
|
D | RuntimeDyldMachOARM.h | 53 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()
|
D | RuntimeDyldMachOI386.h | 34 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()
|
D | RuntimeDyldMachOAArch64.h | 246 processRelocationRef(unsigned SectionID, relocation_iterator RelI, in processRelocationRef() 363 void finalizeSection(const ObjectFile &Obj, unsigned SectionID, in finalizeSection()
|
D | RuntimeDyldCOFFI386.h | 37 relocation_iterator processRelocationRef(unsigned SectionID, in processRelocationRef()
|
D | RuntimeDyldCOFFX86_64.h | 109 relocation_iterator processRelocationRef(unsigned SectionID, in processRelocationRef()
|
/external/llvm/lib/ExecutionEngine/ |
D | SectionMemoryManager.cpp | 24 unsigned SectionID, in allocateDataSection() 34 unsigned SectionID, in allocateCodeSection()
|
D | ExecutionEngineBindings.cpp | 357 uintptr_t Size, unsigned Alignment, unsigned SectionID, in allocateCodeSection() 364 uintptr_t Size, unsigned Alignment, unsigned SectionID, in allocateDataSection()
|
/external/llvm/tools/lli/ |
D | RemoteMemoryManager.cpp | 33 allocateCodeSection(uintptr_t Size, unsigned Alignment, unsigned SectionID, in allocateCodeSection() 49 unsigned SectionID, StringRef SectionName, in allocateDataSection()
|
/external/llvm/unittests/ExecutionEngine/Orc/ |
D | ObjectLinkingLayerTest.cpp | 30 unsigned SectionID, in TEST()
|
/external/llvm/lib/Object/ |
D | SymbolSize.cpp | 24 unsigned SectionID; member
|
/external/llvm/lib/ExecutionEngine/Orc/ |
D | OrcMCJITReplacement.h | 39 unsigned SectionID, in allocateCodeSection() 49 unsigned SectionID, StringRef SectionName, in allocateDataSection()
|
/external/llvm/unittests/ExecutionEngine/MCJIT/ |
D | MCJITCAPITest.cpp | 105 unsigned SectionID, StringRef SectionName, in allocateDataSection() 113 unsigned SectionID, in allocateCodeSection()
|
/external/llvm/tools/llvm-rtdyld/ |
D | llvm-rtdyld.cpp | 218 unsigned SectionID, in allocateCodeSection() 237 unsigned SectionID, in allocateDataSection()
|