Searched refs:GetSectionInfo (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldCheckerImpl.h | 30 GetSectionInfoFunction GetSectionInfo, GetStubInfoFunction GetStubInfo, 64 GetSectionInfoFunction GetSectionInfo; variable
|
D | RuntimeDyldChecker.cpp | 680 GetSectionInfoFunction GetSectionInfo, GetStubInfoFunction GetStubInfo, in RuntimeDyldCheckerImpl() argument 686 GetSectionInfo(std::move(GetSectionInfo)), in RuntimeDyldCheckerImpl() 803 auto SecInfo = GetSectionInfo(FileName, SectionName); in getSectionAddr() 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, 64 GetSectionInfoFunction GetSectionInfo; variable
|
D | RuntimeDyldChecker.cpp | 679 GetSectionInfoFunction GetSectionInfo, GetStubInfoFunction GetStubInfo, in RuntimeDyldCheckerImpl() argument 685 GetSectionInfo(std::move(GetSectionInfo)), in RuntimeDyldCheckerImpl() 792 auto SecInfo = GetSectionInfo(FileName, SectionName); in getSectionAddr() 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 | 147 GetSectionInfoFunction GetSectionInfo,
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/ |
D | RuntimeDyldChecker.h | 147 GetSectionInfoFunction GetSectionInfo,
|
/external/llvm-project/llvm/tools/llvm-rtdyld/ |
D | llvm-rtdyld.cpp | 862 auto GetSectionInfo = [&Dyld, &FileToSecIDMap](StringRef FileName, in linkAndVerify() local 924 IsSymbolValid, GetSymbolInfo, GetSectionInfo, GetStubInfo, in linkAndVerify()
|
/external/llvm-project/llvm/tools/llvm-jitlink/ |
D | llvm-jitlink.cpp | 1224 auto GetSectionInfo = [&S](StringRef FileName, StringRef SectionName) { in runChecks() local 1237 IsSymbolValid, GetSymbolInfo, GetSectionInfo, GetStubInfo, GetGOTInfo, in runChecks()
|