Home
last modified time | relevance | path

Searched refs:InputVerificationHandler (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DWARFLinkerParallel/
H A DDWARFLinkerImpl.h
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerGlobalData.h64 DWARFLinkerBase::InputVerificationHandlerTy InputVerificationHandler = member
H A DDWARFLinkerImpl.h116 GlobalData.Options.InputVerificationHandler = Handler; in setInputVerificationHandler()
H A DDWARFLinkerImpl.cpp232 if (GlobalData.getOptions().InputVerificationHandler) in verifyInput()
233 GlobalData.getOptions().InputVerificationHandler(File, OS.str()); in verifyInput()
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinker.h
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp3058 if (Options.InputVerificationHandler) in verifyInput()
3059 Options.InputVerificationHandler(File, OS.str()); in verifyInput()