Searched refs:InputVerificationHandler (Results 1 – 5 of 5) sorted by relevance
64 DWARFLinkerBase::InputVerificationHandlerTy InputVerificationHandler = member
116 GlobalData.Options.InputVerificationHandler = Handler; in setInputVerificationHandler()
232 if (GlobalData.getOptions().InputVerificationHandler) in verifyInput()233 GlobalData.getOptions().InputVerificationHandler(File, OS.str()); in verifyInput()
298 Options.InputVerificationHandler = Handler; in setInputVerificationHandler()822 InputVerificationHandlerTy InputVerificationHandler = nullptr; member
3075 if (Options.InputVerificationHandler)3076 Options.InputVerificationHandler(File, OS.str());