Home
last modified time | relevance | path

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

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