Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ExecutionEngine/
DRuntimeDyldChecker.h92 std::pair<uint64_t, std::string> getSectionAddr(StringRef FileName,
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldCheckerImpl.h54 std::pair<uint64_t, std::string> getSectionAddr(StringRef FileName,
DRuntimeDyldChecker.cpp398 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/
Dllvm-rtdyld.cpp482 Checker.getSectionAddr(FileName, SectionName, true); in applySpecificSectionMappings()