Searched refs:FunctionSections (Results 1 – 16 of 16) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Target/ |
D | TargetOptions.h | 109 FunctionSections(false), DataSections(false), in TargetOptions() 208 unsigned FunctionSections : 1; variable
|
D | TargetMachine.h | 225 return Options.FunctionSections; in getFunctionSections()
|
/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | CommandFlags.inc | 231 FunctionSections("function-sections", 290 Options.FunctionSections = FunctionSections;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyTargetMachine.cpp | 109 this->Options.FunctionSections = true; in WebAssemblyTargetMachine()
|
/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/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/ |
D | ThinLTOCodeGenerator.cpp | 351 AddUnsigned(TMBuilder.Options.FunctionSections); in ModuleCacheEntry()
|
D | LTO.cpp | 120 AddUnsigned(Conf.Options.FunctionSections); in computeCacheKey()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/gold/ |
D | gold-plugin.cpp | 840 Conf.Options.FunctionSections = SplitSections; in createLTO()
|
/external/clang/lib/Frontend/ |
D | CompilerInvocation.cpp | 598 Opts.FunctionSections = Args.hasFlag(OPT_ffunction_sections, in ParseCodeGenArgs()
|