Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldCheckerImpl.h31 GetGOTInfoFunction GetGOTInfo, support::endianness Endianness,
66 GetGOTInfoFunction GetGOTInfo; variable
DRuntimeDyldChecker.cpp680 GetGOTInfoFunction GetGOTInfo, support::endianness Endianness, in RuntimeDyldCheckerImpl() argument
686 GetStubInfo(std::move(GetStubInfo)), GetGOTInfo(std::move(GetGOTInfo)), in RuntimeDyldCheckerImpl()
824 : GetGOTInfo(StubContainerName, SymbolName); in getStubOrGOTAddrFor()
851 GetGOTInfoFunction GetGOTInfo, support::endianness Endianness, in RuntimeDyldChecker() argument
857 std::move(GetGOTInfo), Endianness, Disassembler, InstPrinter, in RuntimeDyldChecker()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/
DRuntimeDyldChecker.h149 GetGOTInfoFunction GetGOTInfo,