Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h192 std::string DebugPass; variable
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp513 if (!CodeGenOpts.DebugPass.empty()) { in setCommandLineOpts()
515 BackendArgs.push_back(CodeGenOpts.DebugPass.c_str()); in setCommandLineOpts()
834 bool DebugPassStructure = CodeGenOpts.DebugPass == "Structure"; in RunOptimizationPipeline()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td6890 MarshallingInfoString<CodeGenOpts<"DebugPass">>;