Searched refs:VerifyDebug (Results 1 – 4 of 4) sorted by relevance
367 class LLVM_LIBRARY_VISIBILITY VerifyDebug : public MachOTool {369 VerifyDebug(const ToolChain &TC) : MachOTool("darwin::VerifyDebug", in VerifyDebug() function
196 mutable std::unique_ptr<tools::darwin::VerifyDebug> VerifyDebug; variable
200 if (!VerifyDebug) in getTool()201 VerifyDebug.reset(new tools::darwin::VerifyDebug(*this)); in getTool()202 return VerifyDebug.get(); in getTool()
6681 void darwin::VerifyDebug::ConstructJob(Compilation &C, const JobAction &JA, in ConstructJob()