Home
last modified time | relevance | path

Searched refs:getRTDyld (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldChecker.cpp733 if (getRTDyld().getSymbol(Symbol)) in isSymbolValid()
736 auto Result = getRTDyld().Resolver.lookup(Symbols); in isSymbolValid()
747 reinterpret_cast<uintptr_t>(getRTDyld().getSymbolLocalAddress(Symbol))); in getSymbolLocalAddr()
751 if (auto InternalSymbol = getRTDyld().getSymbol(Symbol)) in getSymbolRemoteAddr()
755 auto Result = getRTDyld().Resolver.lookup(Symbols); in getSymbolRemoteAddr()
770 return getRTDyld().readBytesUnaligned(Src, Size); in readMemoryAtAddr()
822 getRTDyld().Sections[SectionID].getAddress())); in getSectionAddr()
824 Addr = getRTDyld().Sections[SectionID].getLoadAddress(); in getSectionAddr()
857 getRTDyld().Sections[SectionID].getAddress()); in getStubAddrFor()
860 uint64_t SectionBase = getRTDyld().Sections[SectionID].getLoadAddress(); in getStubAddrFor()
[all …]
DRuntimeDyldCheckerImpl.h42 RuntimeDyldImpl &getRTDyld() const { return *RTDyld.Dyld; } in getRTDyld() function
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldChecker.cpp732 if (getRTDyld().getSymbol(Symbol)) in isSymbolValid()
734 return !!getRTDyld().Resolver.findSymbol(Symbol); in isSymbolValid()
739 reinterpret_cast<uintptr_t>(getRTDyld().getSymbolLocalAddress(Symbol))); in getSymbolLocalAddr()
743 if (auto InternalSymbol = getRTDyld().getSymbol(Symbol)) in getSymbolRemoteAddr()
745 return getRTDyld().Resolver.findSymbol(Symbol).getAddress(); in getSymbolRemoteAddr()
753 return getRTDyld().readBytesUnaligned(Src, Size); in readMemoryAtAddr()
805 getRTDyld().Sections[SectionID].getAddress())); in getSectionAddr()
807 Addr = getRTDyld().Sections[SectionID].getLoadAddress(); in getSectionAddr()
840 getRTDyld().Sections[SectionID].getAddress()); in getStubAddrFor()
843 uint64_t SectionBase = getRTDyld().Sections[SectionID].getLoadAddress(); in getStubAddrFor()
[all …]
DRuntimeDyldCheckerImpl.h42 RuntimeDyldImpl &getRTDyld() const { return *RTDyld.Dyld; } in getRTDyld() function
/external/llvm/include/llvm/ExecutionEngine/
DRuntimeDyldChecker.h76 RuntimeDyld& getRTDyld();
79 const RuntimeDyld& getRTDyld() const;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/
DRuntimeDyldChecker.h78 RuntimeDyld& getRTDyld();
81 const RuntimeDyld& getRTDyld() const;
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp530 Checker.getRTDyld().mapSectionAddress(OldAddr, NewAddr); in applySpecificSectionMappings()
610 Checker.getRTDyld().mapSectionAddress(CurEntry.first, NextSectionAddr); in remapSectionsAndSymbols()
/external/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp525 Checker.getRTDyld().mapSectionAddress(OldAddr, NewAddr); in applySpecificSectionMappings()
605 Checker.getRTDyld().mapSectionAddress(CurEntry.first, NextSectionAddr); in remapSectionsAndSymbols()