Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Driver/
HDTools.h367 class LLVM_LIBRARY_VISIBILITY VerifyDebug : public MachOTool {
369 VerifyDebug(const ToolChain &TC) : MachOTool("darwin::VerifyDebug", in VerifyDebug() function
HDToolChains.h196 mutable std::unique_ptr<tools::darwin::VerifyDebug> VerifyDebug; variable
HDToolChains.cpp200 if (!VerifyDebug) in getTool()
201 VerifyDebug.reset(new tools::darwin::VerifyDebug(*this)); in getTool()
202 return VerifyDebug.get(); in getTool()
HDTools.cpp6681 void darwin::VerifyDebug::ConstructJob(Compilation &C, const JobAction &JA, in ConstructJob()