Home
last modified time | relevance | path

Searched defs:GetSectionInfo (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldCheckerImpl.h74 GetSectionInfoFunction GetSectionInfo; variable
H A DRuntimeDyldChecker.cpp818 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
1031 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
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp915 auto GetSectionInfo = [&Dyld, &FileToSecIDMap](StringRef FileName, in linkAndVerify() local