Searched refs:VerifyDebug (Results 1 – 4 of 4) sorted by relevance
177 mutable OwningPtr<tools::darwin::VerifyDebug> VerifyDebug; variable
310 class LLVM_LIBRARY_VISIBILITY VerifyDebug : public DarwinTool {312 VerifyDebug(const ToolChain &TC) : DarwinTool("darwin::VerifyDebug", in VerifyDebug() function
188 if (!VerifyDebug) in getTool()189 VerifyDebug.reset(new tools::darwin::VerifyDebug(*this)); in getTool()190 return VerifyDebug.get(); in getTool()
4951 void darwin::VerifyDebug::ConstructJob(Compilation &C, const JobAction &JA, in ConstructJob()