Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInvocation.cpp1472 std::string InstrBundle = in GenerateCodeGenArgs() local
1474 if (!InstrBundle.empty()) in GenerateCodeGenArgs()
1475 GenerateArg(Args, OPT_fxray_instrumentation_bundle, InstrBundle, SA); in GenerateCodeGenArgs()