Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DDarwin.h121 class LLVM_LIBRARY_VISIBILITY VerifyDebug : public MachOTool {
123 VerifyDebug(const ToolChain &TC) in VerifyDebug() function
148 mutable std::unique_ptr<tools::darwin::VerifyDebug> VerifyDebug; variable
H A DDarwin.cpp849 void darwin::VerifyDebug::ConstructJob(Compilation &C, const JobAction &JA, in ConstructJob()
1071 if (!VerifyDebug) in getTool()
1072 VerifyDebug.reset(new tools::darwin::VerifyDebug(*this)); in getTool()
1073 return VerifyDebug.get(); in getTool()