Searched defs:GetGOTInfo (Results 1 – 4 of 4) sorted by relevance
/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldCheckerImpl.h | 76 GetGOTInfoFunction GetGOTInfo; variable
|
H A D | RuntimeDyldChecker.cpp | 825 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 1038 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/tools/llvm-rtdyld/ |
H A D | llvm-rtdyld.cpp | 951 auto GetGOTInfo = [&GetStubInfo](StringRef StubContainer, in linkAndVerify() local
|
/llvm-project/llvm/tools/llvm-jitlink/ |
H A D | llvm-jitlink.cpp | 2213 auto GetGOTInfo = [&S](StringRef FileName, StringRef SectionName) { runChecks() local
|