Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Target/
DTargetOptions.h102 CompressDebugSections(false), FunctionSections(false), in TargetOptions()
194 unsigned FunctionSections : 1; variable
DTargetMachine.h216 return Options.FunctionSections; in getFunctionSections()
/external/llvm/include/llvm/CodeGen/
DCommandFlags.h223 FunctionSections("function-sections",
290 Options.FunctionSections = FunctionSections; in InitTargetOptionsFromCodeGenFlags()
/external/clang/lib/CodeGen/
DBackendUtil.cpp552 Options.FunctionSections = CodeGenOpts.FunctionSections; in CreateTargetMachine()
/external/clang/include/clang/Frontend/
DCodeGenOptions.def68 CODEGENOPT(FunctionSections , 1, 0) ///< Set when -ffunction-sections is enabled.
/external/clang/lib/Frontend/
DCompilerInvocation.cpp524 Opts.FunctionSections = Args.hasFlag(OPT_ffunction_sections, in ParseCodeGenArgs()