Home
last modified time | relevance | path

Searched refs:GetStubInfo (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldCheckerImpl.h30 GetSectionInfoFunction GetSectionInfo, GetStubInfoFunction GetStubInfo,
65 GetStubInfoFunction GetStubInfo; variable
DRuntimeDyldChecker.cpp680 GetSectionInfoFunction GetSectionInfo, GetStubInfoFunction GetStubInfo, in RuntimeDyldCheckerImpl() argument
687 GetStubInfo(std::move(GetStubInfo)), GetGOTInfo(std::move(GetGOTInfo)), in RuntimeDyldCheckerImpl()
834 auto StubInfo = IsStubAddr ? GetStubInfo(StubContainerName, SymbolName) in getStubOrGOTAddrFor()
861 GetSectionInfoFunction GetSectionInfo, GetStubInfoFunction GetStubInfo, in RuntimeDyldChecker() argument
867 std::move(GetSectionInfo), std::move(GetStubInfo), in RuntimeDyldChecker()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldCheckerImpl.h30 GetSectionInfoFunction GetSectionInfo, GetStubInfoFunction GetStubInfo,
65 GetStubInfoFunction GetStubInfo; variable
DRuntimeDyldChecker.cpp679 GetSectionInfoFunction GetSectionInfo, GetStubInfoFunction GetStubInfo, in RuntimeDyldCheckerImpl() argument
686 GetStubInfo(std::move(GetStubInfo)), GetGOTInfo(std::move(GetGOTInfo)), in RuntimeDyldCheckerImpl()
823 auto StubInfo = IsStubAddr ? GetStubInfo(StubContainerName, SymbolName) in getStubOrGOTAddrFor()
850 GetSectionInfoFunction GetSectionInfo, GetStubInfoFunction GetStubInfo, in RuntimeDyldChecker() argument
856 std::move(GetSectionInfo), std::move(GetStubInfo), in RuntimeDyldChecker()
/external/llvm-project/llvm/include/llvm/ExecutionEngine/
DRuntimeDyldChecker.h148 GetStubInfoFunction GetStubInfo,
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/
DRuntimeDyldChecker.h148 GetStubInfoFunction GetStubInfo,
/external/llvm-project/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp874 auto GetStubInfo = [&Dyld, &StubMap](StringRef StubContainer, in linkAndVerify() local
924 IsSymbolValid, GetSymbolInfo, GetSectionInfo, GetStubInfo, in linkAndVerify()
925 GetStubInfo, Obj.isLittleEndian() ? support::little : support::big, in linkAndVerify()
/external/llvm-project/llvm/tools/llvm-jitlink/
Dllvm-jitlink.cpp1228 auto GetStubInfo = [&S](StringRef FileName, StringRef SectionName) { in runChecks() local
1237 IsSymbolValid, GetSymbolInfo, GetSectionInfo, GetStubInfo, GetGOTInfo, in runChecks()