Searched refs:GetStubInfo (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldCheckerImpl.h | 30 GetSectionInfoFunction GetSectionInfo, GetStubInfoFunction GetStubInfo, 65 GetStubInfoFunction GetStubInfo; variable
|
D | RuntimeDyldChecker.cpp | 680 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/ |
D | RuntimeDyldCheckerImpl.h | 30 GetSectionInfoFunction GetSectionInfo, GetStubInfoFunction GetStubInfo, 65 GetStubInfoFunction GetStubInfo; variable
|
D | RuntimeDyldChecker.cpp | 679 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/ |
D | RuntimeDyldChecker.h | 148 GetStubInfoFunction GetStubInfo,
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/ |
D | RuntimeDyldChecker.h | 148 GetStubInfoFunction GetStubInfo,
|
/external/llvm-project/llvm/tools/llvm-rtdyld/ |
D | llvm-rtdyld.cpp | 874 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/ |
D | llvm-jitlink.cpp | 1228 auto GetStubInfo = [&S](StringRef FileName, StringRef SectionName) { in runChecks() local 1237 IsSymbolValid, GetSymbolInfo, GetSectionInfo, GetStubInfo, GetGOTInfo, in runChecks()
|