Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetOptions.h387 std::string StackUsageOutput; variable
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h452 std::string StackUsageOutput; variable
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp427 Options.StackUsageOutput = CodeGenOpts.StackUsageOutput; in initTargetOptions()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1538 const std::string &OutputFilename = MF.getTarget().Options.StackUsageOutput; in emitStackUsage()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp2198 if (!Opts.StackUsageOutput.empty()) in ParseCodeGenArgs()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td4209 MarshallingInfoString<CodeGenOpts<"StackUsageOutput">>;