Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Target/
DTargetOptions.h80 CompressDebugSections(false), FunctionSections(false), in TargetOptions()
196 unsigned FunctionSections : 1; variable
DTargetMachine.h188 return Options.FunctionSections; in getFunctionSections()
/external/llvm/include/llvm/CodeGen/
DCommandFlags.h206 FunctionSections("function-sections",
290 Options.FunctionSections = FunctionSections; in InitTargetOptionsFromCodeGenFlags()
/external/clang/lib/CodeGen/
DBackendUtil.cpp529 Options.FunctionSections = CodeGenOpts.FunctionSections; in CreateTargetMachine()
/external/clang/include/clang/Frontend/
DCodeGenOptions.def64 CODEGENOPT(FunctionSections , 1, 0) ///< Set when -ffunction-sections is enabled.
/external/clang/lib/Frontend/
DCompilerInvocation.cpp484 Opts.FunctionSections = Args.hasFlag(OPT_ffunction_sections, in ParseCodeGenArgs()