Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ExecutionEngine/
DRuntimeDyldChecker.h96 std::pair<uint64_t, std::string> getSectionAddr(StringRef FileName,
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldCheckerImpl.h53 std::pair<uint64_t, std::string> getSectionAddr(StringRef FileName,
DRuntimeDyldChecker.cpp400 std::tie(StubAddr, ErrorMsg) = Checker.getSectionAddr( in evalSectionAddr()
789 std::pair<uint64_t, std::string> RuntimeDyldCheckerImpl::getSectionAddr( in getSectionAddr() function in RuntimeDyldCheckerImpl
934 RuntimeDyldChecker::getSectionAddr(StringRef FileName, StringRef SectionName, in getSectionAddr() function in RuntimeDyldChecker
936 return Impl->getSectionAddr(FileName, SectionName, LocalAddress); in getSectionAddr()
/external/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp511 Checker.getSectionAddr(FileName, SectionName, true); in applySpecificSectionMappings()