Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldCheckerImpl.h64 GetSectionInfoFunction GetSectionInfo; global() variable
H A DRuntimeDyldChecker.cpp824 GetSectionInfoFunction GetSectionInfo, GetStubInfoFunction GetStubInfo, in RuntimeDyldCheckerImpl()
1037 GetSectionInfoFunction GetSectionInfo, GetStubInfoFunction GetStubInfo, in RuntimeDyldChecker()
/freebsd/contrib/llvm-project/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp915 auto GetSectionInfo = [&Dyld, &FileToSecIDMap](StringRef FileName, in linkAndVerify() local