Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/
H A DDarwin.h112 class LLVM_LIBRARY_VISIBILITY VerifyDebug : public MachOTool {
114 VerifyDebug(const ToolChain &TC) in VerifyDebug() function
138 mutable std::unique_ptr<tools::darwin::VerifyDebug> VerifyDebug; variable
H A DDarwin.cpp652 void darwin::VerifyDebug::ConstructJob(Compilation &C, const JobAction &JA, in ConstructJob()
839 if (!VerifyDebug) in getTool()
840 VerifyDebug.reset(new tools::darwin::VerifyDebug(*this)); in getTool()
841 return VerifyDebug.get(); in getTool()