Home
last modified time | relevance | path

Searched defs:GetGOTInfo (Results 1 – 4 of 4) sorted by relevance

/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldCheckerImpl.h76 GetGOTInfoFunction GetGOTInfo; variable
H A DRuntimeDyldChecker.cpp825 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 Dllvm-rtdyld.cpp951 auto GetGOTInfo = [&GetStubInfo](StringRef StubContainer, in linkAndVerify() local
/llvm-project/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink.cpp2213 auto GetGOTInfo = [&S](StringRef FileName, StringRef SectionName) { runChecks() local