Searched refs:GetStubInfo (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldCheckerImpl.h | 34 GetStubInfoFunction GetStubInfo, 75 GetStubInfoFunction GetStubInfo; 65 GetStubInfoFunction GetStubInfo; global() variable
|
H A D | RuntimeDyldChecker.cpp | 824 GetSectionInfoFunction GetSectionInfo, GetStubInfoFunction GetStubInfo, in RuntimeDyldCheckerImpl() argument 830 GetStubInfo(std::move(GetStubInfo)), GetGOTInfo(std::move(GetGOTInfo)), in RuntimeDyldCheckerImpl() 1010 IsStubAddr ? GetStubInfo(StubContainerName, SymbolName, StubKindFilter) in getStubOrGOTAddrFor() 1037 GetSectionInfoFunction GetSectionInfo, GetStubInfoFunction GetStubInfo, in RuntimeDyldChecker() argument 1042 std::move(GetSectionInfo), std::move(GetStubInfo), in RuntimeDyldChecker()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/ |
H A D | RuntimeDyldChecker.h | 164 GetStubInfoFunction GetStubInfo,
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-rtdyld/ |
H A D | llvm-rtdyld.cpp | 928 auto GetStubInfo = [&Dyld, &StubMap](StringRef StubContainer, in linkAndVerify() local 951 auto GetGOTInfo = [&GetStubInfo](StringRef StubContainer, in linkAndVerify() 953 return GetStubInfo(StubContainer, SymbolName, ""); in linkAndVerify() 986 IsSymbolValid, GetSymbolInfo, GetSectionInfo, GetStubInfo, GetGOTInfo, in linkAndVerify()
|