Searched refs:getSectionAddr (Results 1 – 4 of 4) sorted by relevance
/external/llvm/include/llvm/ExecutionEngine/ |
D | RuntimeDyldChecker.h | 92 std::pair<uint64_t, std::string> getSectionAddr(StringRef FileName,
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldCheckerImpl.h | 54 std::pair<uint64_t, std::string> getSectionAddr(StringRef FileName,
|
D | RuntimeDyldChecker.cpp | 398 std::tie(StubAddr, ErrorMsg) = Checker.getSectionAddr( in evalSectionAddr() 787 std::pair<uint64_t, std::string> RuntimeDyldCheckerImpl::getSectionAddr( in getSectionAddr() function in RuntimeDyldCheckerImpl 932 RuntimeDyldChecker::getSectionAddr(StringRef FileName, StringRef SectionName, in getSectionAddr() function in RuntimeDyldChecker 934 return Impl->getSectionAddr(FileName, SectionName, LocalAddress); in getSectionAddr()
|
/external/llvm/tools/llvm-rtdyld/ |
D | llvm-rtdyld.cpp | 482 Checker.getSectionAddr(FileName, SectionName, true); in applySpecificSectionMappings()
|