Searched refs:GetSectionInfo (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyldCheckerImpl.h | 33 GetSectionInfoFunction GetSectionInfo, 74 GetSectionInfoFunction GetSectionInfo; 64 GetSectionInfoFunction GetSectionInfo; global() variable
|
| H A D | RuntimeDyldChecker.cpp | 823 GetSectionInfoFunction GetSectionInfo, GetStubInfoFunction GetStubInfo, in RuntimeDyldCheckerImpl() argument 828 GetSectionInfo(std::move(GetSectionInfo)), in RuntimeDyldCheckerImpl() 975 auto SecInfo = GetSectionInfo(FileName, SectionName); in getSectionAddr() 1036 GetSectionInfoFunction GetSectionInfo, GetStubInfoFunction GetStubInfo, in RuntimeDyldChecker() argument 1041 std::move(GetSectionInfo), std::move(GetStubInfo), in RuntimeDyldChecker()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/ |
| H A D | RuntimeDyldChecker.h | 165 GetSectionInfoFunction GetSectionInfo, GetStubInfoFunction GetStubInfo,
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-rtdyld/ |
| H A D | llvm-rtdyld.cpp | 915 auto GetSectionInfo = [&Dyld, &FileToSecIDMap](StringRef FileName, in linkAndVerify() local 987 IsSymbolValid, GetSymbolInfo, GetSectionInfo, GetStubInfo, GetGOTInfo, in linkAndVerify()
|