Home
last modified time | relevance | path

Searched refs:getSectionAddr (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldCheckerImpl.h52 std::pair<uint64_t, std::string> getSectionAddr(StringRef FileName,
H A DRuntimeDyldChecker.cpp395 std::tie(StubAddr, ErrorMsg) = Checker.getSectionAddr( in evalSectionAddr()
802 std::pair<uint64_t, std::string> RuntimeDyldCheckerImpl::getSectionAddr( in getSectionAddr() function in RuntimeDyldCheckerImpl
885 RuntimeDyldChecker::getSectionAddr(StringRef FileName, StringRef SectionName, in getSectionAddr() function in RuntimeDyldChecker
887 return Impl->getSectionAddr(FileName, SectionName, LocalAddress); in getSectionAddr()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyldChecker.h170 std::pair<uint64_t, std::string> getSectionAddr(StringRef FileName,