Home
last modified time | relevance | path

Searched refs:VerifyDebug (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/Driver/
DToolChains.h177 mutable OwningPtr<tools::darwin::VerifyDebug> VerifyDebug; variable
DTools.h310 class LLVM_LIBRARY_VISIBILITY VerifyDebug : public DarwinTool {
312 VerifyDebug(const ToolChain &TC) : DarwinTool("darwin::VerifyDebug", in VerifyDebug() function
DToolChains.cpp188 if (!VerifyDebug) in getTool()
189 VerifyDebug.reset(new tools::darwin::VerifyDebug(*this)); in getTool()
190 return VerifyDebug.get(); in getTool()
DTools.cpp4951 void darwin::VerifyDebug::ConstructJob(Compilation &C, const JobAction &JA, in ConstructJob()