Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldCheckerImpl.h25 using GetGOTInfoFunction = RuntimeDyldChecker::GetGOTInfoFunction; variable
31 GetGOTInfoFunction GetGOTInfo, support::endianness Endianness,
66 GetGOTInfoFunction GetGOTInfo;
H A DRuntimeDyldChecker.cpp706 GetGOTInfoFunction GetGOTInfo, support::endianness Endianness, in RuntimeDyldCheckerImpl()
887 GetGOTInfoFunction GetGOTInfo, support::endianness Endianness, in RuntimeDyldChecker()
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyldChecker.h142 using GetGOTInfoFunction = std::function<Expected<MemoryRegionInfo>( variable
149 GetGOTInfoFunction GetGOTInfo,