Home
last modified time | relevance | path

Searched defs:GetStubInfo (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldCheckerImpl.h65 GetStubInfoFunction GetStubInfo; global() variable
H A DRuntimeDyldChecker.cpp824 GetSectionInfoFunction GetSectionInfo, GetStubInfoFunction GetStubInfo, in RuntimeDyldCheckerImpl()
1037 GetSectionInfoFunction GetSectionInfo, GetStubInfoFunction GetStubInfo, in RuntimeDyldChecker()
/freebsd/contrib/llvm-project/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp928 auto GetStubInfo = [&Dyld, &StubMap](StringRef StubContainer, in linkAndVerify() local