Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/
DTargetMachine.cpp179 FunctionSections("ffunction-sections", variable
237 return FunctionSections; in getFunctionSections()
245 FunctionSections = V; in setFunctionSections()
/external/llvm/include/llvm/Target/
DTargetOptions.h101 RelaxELFRelocations(false), FunctionSections(false), in TargetOptions()
197 unsigned FunctionSections : 1; variable
DTargetMachine.h213 return Options.FunctionSections; in getFunctionSections()
/external/llvm/include/llvm/CodeGen/
DCommandFlags.h238 FunctionSections("function-sections",
305 Options.FunctionSections = FunctionSections; in InitTargetOptionsFromCodeGenFlags()
/external/swiftshader/third_party/subzero/src/
DIceELFObjectWriter.cpp227 const bool FunctionSections = getFlags().getFunctionSections(); in writeFunctionCode() local
228 if (TextSections.empty() || FunctionSections) { in writeFunctionCode()
230 if (FunctionSections) in writeFunctionCode()
DIceClFlags.def177 X(FunctionSections, bool, dev_opt_flag, "ffunction-sections", \
/external/clang/lib/CodeGen/
DBackendUtil.cpp624 Options.FunctionSections = CodeGenOpts.FunctionSections; in CreateTargetMachine()
/external/clang/include/clang/Frontend/
DCodeGenOptions.def74 CODEGENOPT(FunctionSections , 1, 0) ///< Set when -ffunction-sections is enabled.
/external/clang/lib/Frontend/
DCompilerInvocation.cpp598 Opts.FunctionSections = Args.hasFlag(OPT_ffunction_sections, in ParseCodeGenArgs()