Searched refs:GetSectionInfo (Results 1 – 5 of 5) sorted by relevance
/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldCheckerImpl.h | 33 GetSectionInfoFunction GetSectionInfo, 74 GetSectionInfoFunction GetSectionInfo; variable
|
H A D | RuntimeDyldChecker.cpp | 823 GetSectionInfoFunction GetSectionInfo, GetStubInfoFunction GetStubInfo, in RuntimeDyldCheckerImpl() 828 GetSectionInfo(std::move(GetSectionInfo)), in RuntimeDyldCheckerImpl() 975 auto SecInfo = GetSectionInfo(FileName, SectionName); in getSectionAddr() 1036 GetSectionInfoFunction GetSectionInfo, GetStubInfoFunction GetStubInfo, in RuntimeDyldChecker() 1041 std::move(GetSectionInfo), std::move(GetStubInfo), in RuntimeDyldChecker() 824 RuntimeDyldCheckerImpl(IsSymbolValidFunction IsSymbolValid,GetSymbolInfoFunction GetSymbolInfo,GetSectionInfoFunction GetSectionInfo,GetStubInfoFunction GetStubInfo,GetGOTInfoFunction GetGOTInfo,llvm::endianness Endianness,Triple TT,StringRef CPU,SubtargetFeatures TF,raw_ostream & ErrStream) RuntimeDyldCheckerImpl() argument 1037 RuntimeDyldChecker(IsSymbolValidFunction IsSymbolValid,GetSymbolInfoFunction GetSymbolInfo,GetSectionInfoFunction GetSectionInfo,GetStubInfoFunction GetStubInfo,GetGOTInfoFunction GetGOTInfo,llvm::endianness Endianness,Triple TT,StringRef CPU,SubtargetFeatures TF,raw_ostream & ErrStream) RuntimeDyldChecker() argument
|
/llvm-project/llvm/include/llvm/ExecutionEngine/ |
H A D | RuntimeDyldChecker.h | 164 GetSectionInfoFunction GetSectionInfo,
|
/llvm-project/llvm/tools/llvm-rtdyld/ |
H A D | llvm-rtdyld.cpp | 915 auto GetSectionInfo = [&Dyld, &FileToSecIDMap](StringRef FileName, in linkAndVerify() local 986 IsSymbolValid, GetSymbolInfo, GetSectionInfo, GetStubInfo, GetGOTInfo, in linkAndVerify()
|
/llvm-project/llvm/tools/llvm-jitlink/ |
H A D | llvm-jitlink.cpp | 2534 auto GetSectionInfo = [&S](StringRef FileName, StringRef SectionName) { 2548 IsSymbolValid, GetSymbolInfo, GetSectionInfo, GetStubInfo, GetGOTInfo, 2204 auto GetSectionInfo = [&S](StringRef FileName, StringRef SectionName) { runChecks() local
|