Home
last modified time | relevance | path

Searched defs:GetSectionInfoFunction (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldCheckerImpl.h26 using GetSectionInfoFunction = RuntimeDyldChecker::GetSectionInfoFunction; variable
/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyldChecker.h154 using GetSectionInfoFunction = std::function<Expected<MemoryRegionInfo>( global() variable