Searched refs:getSectionAddr (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/ |
| H A D | RuntimeDyldChecker.h | 98 std::pair<uint64_t, std::string> getSectionAddr(StringRef FileName,
|
| /freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyldCheckerImpl.h | 56 std::pair<uint64_t, std::string> getSectionAddr(StringRef FileName,
|
| H A D | RuntimeDyldChecker.cpp | 402 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 D | llvm-rtdyld.cpp | 521 Checker.getSectionAddr(FileName, SectionName, true); in applySpecificSectionMappings()
|