Searched refs:getSectionAddr (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyldCheckerImpl.h | 52 std::pair<uint64_t, std::string> getSectionAddr(StringRef FileName,
|
| H A D | RuntimeDyldChecker.cpp | 416 std::tie(StubAddr, ErrorMsg) = Checker.getSectionAddr( in evalSectionAddr() 825 std::pair<uint64_t, std::string> RuntimeDyldCheckerImpl::getSectionAddr( in getSectionAddr() function in RuntimeDyldCheckerImpl 908 RuntimeDyldChecker::getSectionAddr(StringRef FileName, StringRef SectionName, in getSectionAddr() function in RuntimeDyldChecker 910 return Impl->getSectionAddr(FileName, SectionName, LocalAddress); in getSectionAddr()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/ |
| H A D | RuntimeDyldChecker.h | 170 std::pair<uint64_t, std::string> getSectionAddr(StringRef FileName,
|