Searched refs:VerifyDebug (Results 1 – 4 of 4) sorted by relevance
415 class LLVM_LIBRARY_VISIBILITY VerifyDebug : public MachOTool {417 VerifyDebug(const ToolChain &TC) in VerifyDebug() function
264 mutable std::unique_ptr<tools::darwin::VerifyDebug> VerifyDebug; variable
223 if (!VerifyDebug) in getTool()224 VerifyDebug.reset(new tools::darwin::VerifyDebug(*this)); in getTool()225 return VerifyDebug.get(); in getTool()
7947 void darwin::VerifyDebug::ConstructJob(Compilation &C, const JobAction &JA, in ConstructJob()