Home
last modified time | relevance | path

Searched refs:GetSectionInfo (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldCheckerImpl.h30 GetSectionInfoFunction GetSectionInfo, GetStubInfoFunction GetStubInfo,
64 GetSectionInfoFunction GetSectionInfo; variable
H A DRuntimeDyldChecker.cpp682 GetSectionInfoFunction GetSectionInfo, GetStubInfoFunction GetStubInfo, in RuntimeDyldCheckerImpl() argument
688 GetSectionInfo(std::move(GetSectionInfo)), in RuntimeDyldCheckerImpl()
805 auto SecInfo = GetSectionInfo(FileName, SectionName); in getSectionAddr()
863 GetSectionInfoFunction GetSectionInfo, GetStubInfoFunction GetStubInfo, in RuntimeDyldChecker() argument
869 std::move(GetSectionInfo), std::move(GetStubInfo), in RuntimeDyldChecker()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyldChecker.h147 GetSectionInfoFunction GetSectionInfo,
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp863 auto GetSectionInfo = [&Dyld, &FileToSecIDMap](StringRef FileName, in linkAndVerify() local
928 IsSymbolValid, GetSymbolInfo, GetSectionInfo, GetStubInfo, in linkAndVerify()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink.cpp1281 auto GetSectionInfo = [&S](StringRef FileName, StringRef SectionName) { in runChecks() local
1294 IsSymbolValid, GetSymbolInfo, GetSectionInfo, GetStubInfo, GetGOTInfo, in runChecks()