Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldCheckerImpl.h23 using GetSectionInfoFunction = RuntimeDyldChecker::GetSectionInfoFunction; variable
30 GetSectionInfoFunction GetSectionInfo, GetStubInfoFunction GetStubInfo,
64 GetSectionInfoFunction GetSectionInfo;
H A DRuntimeDyldChecker.cpp705 GetSectionInfoFunction GetSectionInfo, GetStubInfoFunction GetStubInfo, in RuntimeDyldCheckerImpl()
886 GetSectionInfoFunction GetSectionInfo, GetStubInfoFunction GetStubInfo, in RuntimeDyldChecker()
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyldChecker.h138 using GetSectionInfoFunction = std::function<Expected<MemoryRegionInfo>( variable
147 GetSectionInfoFunction GetSectionInfo,