Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DCodeGenOptions.h187 std::string DebugPass; variable
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DBackendUtil.cpp531 if (!CodeGenOpts.DebugPass.empty()) { in setCommandLineOpts()
533 BackendArgs.push_back(CodeGenOpts.DebugPass.c_str()); in setCommandLineOpts()
840 bool DebugPassStructure = CodeGenOpts.DebugPass == "Structure"; in RunOptimizationPipeline()
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DOptions.td5535 MarshallingInfoString<CodeGenOpts<"DebugPass">>;