Home
last modified time | relevance | path

Searched refs:GetStubInfoFunction (Results 1 – 3 of 3) sorted by relevance

/src/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldCheckerImpl.h27 using GetStubInfoFunction = RuntimeDyldChecker::GetStubInfoFunction; variable
34 GetStubInfoFunction GetStubInfo,
75 GetStubInfoFunction GetStubInfo;
H A DRuntimeDyldChecker.cpp824 GetSectionInfoFunction GetSectionInfo, GetStubInfoFunction GetStubInfo, in RuntimeDyldCheckerImpl()
1037 GetSectionInfoFunction GetSectionInfo, GetStubInfoFunction GetStubInfo, in RuntimeDyldChecker()
/src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyldChecker.h156 using GetStubInfoFunction = std::function<Expected<MemoryRegionInfo>( variable
164 GetStubInfoFunction GetStubInfo,