Searched refs:VerifyDebug (Results 1 – 2 of 2) sorted by relevance
124 class LLVM_LIBRARY_VISIBILITY VerifyDebug : public MachOTool {126 VerifyDebug(const ToolChain &TC) in VerifyDebug() function156 mutable std::unique_ptr<tools::darwin::VerifyDebug> VerifyDebug; variable
925 void darwin::VerifyDebug::ConstructJob(Compilation &C, const JobAction &JA, in ConstructJob()1160 if (!VerifyDebug) in getTool()1161 VerifyDebug.reset(new tools::darwin::VerifyDebug(*this)); in getTool()1162 return VerifyDebug.get(); in getTool()