Searched refs:GetSectionInfo (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldCheckerImpl.h | 30 GetSectionInfoFunction GetSectionInfo, GetStubInfoFunction GetStubInfo, 64 GetSectionInfoFunction GetSectionInfo; variable
|
H A D | RuntimeDyldChecker.cpp | 682 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 D | RuntimeDyldChecker.h | 147 GetSectionInfoFunction GetSectionInfo,
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-rtdyld/ |
H A D | llvm-rtdyld.cpp | 863 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 D | llvm-jitlink.cpp | 1281 auto GetSectionInfo = [&S](StringRef FileName, StringRef SectionName) { in runChecks() local 1294 IsSymbolValid, GetSymbolInfo, GetSectionInfo, GetStubInfo, GetGOTInfo, in runChecks()
|