Home
last modified time | relevance | path

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

/external/clang/lib/Driver/
DTools.h415 class LLVM_LIBRARY_VISIBILITY VerifyDebug : public MachOTool {
417 VerifyDebug(const ToolChain &TC) in VerifyDebug() function
DToolChains.h264 mutable std::unique_ptr<tools::darwin::VerifyDebug> VerifyDebug; variable
DToolChains.cpp223 if (!VerifyDebug) in getTool()
224 VerifyDebug.reset(new tools::darwin::VerifyDebug(*this)); in getTool()
225 return VerifyDebug.get(); in getTool()
DTools.cpp7947 void darwin::VerifyDebug::ConstructJob(Compilation &C, const JobAction &JA, in ConstructJob()