Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Target/
H A DTargetOptions.h370 std::string StackUsageOutput; variable
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DCodeGenOptions.h403 std::string StackUsageOutput; variable
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DBackendUtil.cpp428 Options.StackUsageOutput = CodeGenOpts.StackUsageOutput; in initTargetOptions()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1393 const std::string &OutputFilename = MF.getTarget().Options.StackUsageOutput; in emitStackUsage()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInvocation.cpp2015 if (!Opts.StackUsageOutput.empty()) in ParseCodeGenArgs()
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td3031 MarshallingInfoString<CodeGenOpts<"StackUsageOutput">>;