Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldCheckerImpl.h24 using GetStubInfoFunction = RuntimeDyldChecker::GetStubInfoFunction; variable
30 GetSectionInfoFunction GetSectionInfo, GetStubInfoFunction GetStubInfo,
65 GetStubInfoFunction GetStubInfo;
H A DRuntimeDyldChecker.cpp705 GetSectionInfoFunction GetSectionInfo, GetStubInfoFunction GetStubInfo, in RuntimeDyldCheckerImpl()
886 GetSectionInfoFunction GetSectionInfo, GetStubInfoFunction GetStubInfo, in RuntimeDyldChecker()
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyldChecker.h140 using GetStubInfoFunction = std::function<Expected<MemoryRegionInfo>( variable
148 GetStubInfoFunction GetStubInfo,