Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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.cpp683 GetGOTInfoFunction GetGOTInfo, support::endianness Endianness, in RuntimeDyldCheckerImpl()
864 GetGOTInfoFunction GetGOTInfo, support::endianness Endianness, in RuntimeDyldChecker()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyldChecker.h142 using GetGOTInfoFunction = std::function<Expected<MemoryRegionInfo>( variable
149 GetGOTInfoFunction GetGOTInfo,