Searched refs:GetSectionInfo (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyldCheckerImpl.h | 30 GetSectionInfoFunction GetSectionInfo, GetStubInfoFunction GetStubInfo, 64 GetSectionInfoFunction GetSectionInfo; variable
|
| H A D | RuntimeDyldChecker.cpp | 705 GetSectionInfoFunction GetSectionInfo, GetStubInfoFunction GetStubInfo, in RuntimeDyldCheckerImpl() argument 711 GetSectionInfo(std::move(GetSectionInfo)), in RuntimeDyldCheckerImpl() 828 auto SecInfo = GetSectionInfo(FileName, SectionName); in getSectionAddr() 886 GetSectionInfoFunction GetSectionInfo, GetStubInfoFunction GetStubInfo, in RuntimeDyldChecker() argument 892 std::move(GetSectionInfo), std::move(GetStubInfo), in RuntimeDyldChecker()
|
| /llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/ |
| H A D | RuntimeDyldChecker.h | 147 GetSectionInfoFunction GetSectionInfo,
|
| /llvm-project-15.0.7/llvm/tools/llvm-rtdyld/ |
| H A D | llvm-rtdyld.cpp | 913 auto GetSectionInfo = [&Dyld, &FileToSecIDMap](StringRef FileName, in linkAndVerify() local 978 IsSymbolValid, GetSymbolInfo, GetSectionInfo, GetStubInfo, in linkAndVerify()
|
| /llvm-project-15.0.7/llvm/tools/llvm-jitlink/ |
| H A D | llvm-jitlink.cpp | 1892 auto GetSectionInfo = [&S](StringRef FileName, StringRef SectionName) { in runChecks() local 1905 IsSymbolValid, GetSymbolInfo, GetSectionInfo, GetStubInfo, GetGOTInfo, in runChecks()
|