Searched refs:GetSectionInfo (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/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()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/ |
| H A D | RuntimeDyldChecker.h | 147 GetSectionInfoFunction GetSectionInfo,
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-rtdyld/ |
| H A D | llvm-rtdyld.cpp | 864 auto GetSectionInfo = [&Dyld, &FileToSecIDMap](StringRef FileName, in linkAndVerify() local 929 IsSymbolValid, GetSymbolInfo, GetSectionInfo, GetStubInfo, in linkAndVerify()
|