Home
last modified time | relevance | path

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

/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()
/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinker.h298 Options.InputVerificationHandler = Handler; in setInputVerificationHandler()
822 InputVerificationHandlerTy InputVerificationHandler = nullptr; member
/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp3075 if (Options.InputVerificationHandler)
3076 Options.InputVerificationHandler(File, OS.str());