Searched refs:FunctionSections (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/ |
D | TargetMachine.cpp | 179 FunctionSections("ffunction-sections", variable 237 return FunctionSections; in getFunctionSections() 245 FunctionSections = V; in setFunctionSections()
|
/external/llvm/include/llvm/Target/ |
D | TargetOptions.h | 101 RelaxELFRelocations(false), FunctionSections(false), in TargetOptions() 197 unsigned FunctionSections : 1; variable
|
D | TargetMachine.h | 213 return Options.FunctionSections; in getFunctionSections()
|
/external/llvm/include/llvm/CodeGen/ |
D | CommandFlags.h | 238 FunctionSections("function-sections", 305 Options.FunctionSections = FunctionSections; in InitTargetOptionsFromCodeGenFlags()
|
/external/swiftshader/third_party/subzero/src/ |
D | IceELFObjectWriter.cpp | 227 const bool FunctionSections = getFlags().getFunctionSections(); in writeFunctionCode() local 228 if (TextSections.empty() || FunctionSections) { in writeFunctionCode() 230 if (FunctionSections) in writeFunctionCode()
|
D | IceClFlags.def | 177 X(FunctionSections, bool, dev_opt_flag, "ffunction-sections", \
|
/external/clang/lib/CodeGen/ |
D | BackendUtil.cpp | 624 Options.FunctionSections = CodeGenOpts.FunctionSections; in CreateTargetMachine()
|
/external/clang/include/clang/Frontend/ |
D | CodeGenOptions.def | 74 CODEGENOPT(FunctionSections , 1, 0) ///< Set when -ffunction-sections is enabled.
|
/external/clang/lib/Frontend/ |
D | CompilerInvocation.cpp | 598 Opts.FunctionSections = Args.hasFlag(OPT_ffunction_sections, in ParseCodeGenArgs()
|