Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyldChecker.h98 std::pair<uint64_t, std::string> getSectionAddr(StringRef FileName,
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldCheckerImpl.h56 std::pair<uint64_t, std::string> getSectionAddr(StringRef FileName,
H A DRuntimeDyldChecker.cpp402 std::tie(StubAddr, ErrorMsg) = Checker.getSectionAddr( in evalSectionAddr()
827 std::pair<uint64_t, std::string> RuntimeDyldCheckerImpl::getSectionAddr( in getSectionAddr() function in RuntimeDyldCheckerImpl
981 RuntimeDyldChecker::getSectionAddr(StringRef FileName, StringRef SectionName, in getSectionAddr() function in RuntimeDyldChecker
983 return Impl->getSectionAddr(FileName, SectionName, LocalAddress); in getSectionAddr()
/freebsd-12.1/contrib/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp521 Checker.getSectionAddr(FileName, SectionName, true); in applySpecificSectionMappings()