Searched refs:getSectionAddr (Results 1 – 8 of 8) sorted by relevance
/external/llvm/include/llvm/ExecutionEngine/ |
D | RuntimeDyldChecker.h | 96 std::pair<uint64_t, std::string> getSectionAddr(StringRef FileName,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/ |
D | RuntimeDyldChecker.h | 98 std::pair<uint64_t, std::string> getSectionAddr(StringRef FileName,
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldCheckerImpl.h | 53 std::pair<uint64_t, std::string> getSectionAddr(StringRef FileName,
|
D | RuntimeDyldChecker.cpp | 400 std::tie(StubAddr, ErrorMsg) = Checker.getSectionAddr( in evalSectionAddr() 789 std::pair<uint64_t, std::string> RuntimeDyldCheckerImpl::getSectionAddr( in getSectionAddr() function in RuntimeDyldCheckerImpl 934 RuntimeDyldChecker::getSectionAddr(StringRef FileName, StringRef SectionName, in getSectionAddr() function in RuntimeDyldChecker 936 return Impl->getSectionAddr(FileName, SectionName, LocalAddress); in getSectionAddr()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldCheckerImpl.h | 53 std::pair<uint64_t, std::string> getSectionAddr(StringRef FileName,
|
D | RuntimeDyldChecker.cpp | 400 std::tie(StubAddr, ErrorMsg) = Checker.getSectionAddr( in evalSectionAddr() 806 std::pair<uint64_t, std::string> RuntimeDyldCheckerImpl::getSectionAddr( in getSectionAddr() function in RuntimeDyldCheckerImpl 960 RuntimeDyldChecker::getSectionAddr(StringRef FileName, StringRef SectionName, in getSectionAddr() function in RuntimeDyldChecker 962 return Impl->getSectionAddr(FileName, SectionName, LocalAddress); in getSectionAddr()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rtdyld/ |
D | llvm-rtdyld.cpp | 516 Checker.getSectionAddr(FileName, SectionName, true); in applySpecificSectionMappings()
|
/external/llvm/tools/llvm-rtdyld/ |
D | llvm-rtdyld.cpp | 511 Checker.getSectionAddr(FileName, SectionName, true); in applySpecificSectionMappings()
|