Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/Target/
H A DTargetOptions.h80 CompressDebugSections(false), FunctionSections(false), in TargetOptions()
196 unsigned FunctionSections : 1; variable
/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DCommandFlags.h206 FunctionSections("function-sections",
286 Options.FunctionSections = FunctionSections; in InitTargetOptionsFromCodeGenFlags()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/
H A DTargetMachine.cpp158 return Options.FunctionSections; in getFunctionSections()
166 Options.FunctionSections = V; in setFunctionSections()
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DBackendUtil.cpp520 Options.FunctionSections = CodeGenOpts.FunctionSections; in CreateTargetMachine()
/minix3/external/bsd/llvm/dist/clang/include/clang/Frontend/
H A DCodeGenOptions.def63 CODEGENOPT(FunctionSections , 1, 0) ///< Set when -ffunction-sections is enabled.
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DCompilerInvocation.cpp473 Opts.FunctionSections = Args.hasFlag(OPT_ffunction_sections, in ParseCodeGenArgs()