Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DDarwin.h107 class LLVM_LIBRARY_VISIBILITY VerifyDebug : public MachOTool {
109 VerifyDebug(const ToolChain &TC) in VerifyDebug() function
133 mutable std::unique_ptr<tools::darwin::VerifyDebug> VerifyDebug; variable
H A DDarwin.cpp775 void darwin::VerifyDebug::ConstructJob(Compilation &C, const JobAction &JA, in ConstructJob()
974 if (!VerifyDebug) in getTool()
975 VerifyDebug.reset(new tools::darwin::VerifyDebug(*this)); in getTool()
976 return VerifyDebug.get(); in getTool()