Home
last modified time | relevance | path

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

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