Home
last modified time | relevance | path

Searched refs:DebugPass (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DCodeGenOptions.h167 std::string DebugPass; variable
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DBackendUtil.cpp518 if (!CodeGenOpts.DebugPass.empty()) { in setCommandLineOpts()
520 BackendArgs.push_back(CodeGenOpts.DebugPass.c_str()); in setCommandLineOpts()
780 bool DebugPassStructure = CodeGenOpts.DebugPass == "Structure"; in RunOptimizationPipeline()
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td5376 MarshallingInfoString<CodeGenOpts<"DebugPass">>;