/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/ |
D | TargetOptions.h | 116 FunctionSections(false), DataSections(false), in TargetOptions() 220 unsigned FunctionSections : 1; variable
|
D | TargetMachine.h | 254 return Options.FunctionSections; in getFunctionSections()
|
/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-project/llvm/include/llvm/Target/ |
D | TargetOptions.h | 132 FunctionSections(false), DataSections(false), in TargetOptions() 242 unsigned FunctionSections : 1; variable
|
D | TargetMachine.h | 266 return Options.FunctionSections; in getFunctionSections()
|
/external/llvm/include/llvm/CodeGen/ |
D | CommandFlags.h | 238 FunctionSections("function-sections", 305 Options.FunctionSections = FunctionSections; in InitTargetOptionsFromCodeGenFlags()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | CommandFlags.cpp | 77 CGOPT_EXP(bool, FunctionSections) in CGOPT() 342 static cl::opt<bool> FunctionSections( in CGOPT() local 345 CGBINDOPT(FunctionSections); in CGOPT() 540 Options.FunctionSections = getFunctionSections(); in InitTargetOptionsFromCodeGenFlags()
|
/external/llvm-project/lld/wasm/ |
D | LTO.cpp | 47 c.Options.FunctionSections = true; in createLTO()
|
/external/swiftshader/third_party/subzero/src/ |
D | IceELFObjectWriter.cpp | 226 const bool FunctionSections = getFlags().getFunctionSections(); in writeFunctionCode() local 227 if (TextSections.empty() || FunctionSections) { in writeFunctionCode() 229 if (FunctionSections) in writeFunctionCode()
|
D | IceClFlags.def | 177 X(FunctionSections, bool, dev_opt_flag, "ffunction-sections", \
|
/external/llvm-project/lld/COFF/ |
D | LTO.cpp | 68 c.Options.FunctionSections = true; in createConfig()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | CommandFlags.inc | 237 FunctionSections("function-sections", 310 Options.FunctionSections = FunctionSections;
|
/external/llvm-project/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyTargetMachine.cpp | 135 this->Options.FunctionSections = true; in WebAssemblyTargetMachine()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyTargetMachine.cpp | 125 this->Options.FunctionSections = true; in WebAssemblyTargetMachine()
|
/external/llvm-project/lld/ELF/ |
D | LTO.cpp | 88 c.Options.FunctionSections = true; in createConfig()
|
/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/llvm-project/clang/lib/CodeGen/ |
D | BackendUtil.cpp | 535 Options.FunctionSections = CodeGenOpts.FunctionSections; in initTargetOptions()
|
/external/llvm-project/llvm/tools/gold/ |
D | gold-plugin.cpp | 872 Conf.Options.FunctionSections = SplitSections; in createLTO()
|
/external/llvm-project/clang/include/clang/Basic/ |
D | CodeGenOptions.def | 90 CODEGENOPT(FunctionSections , 1, 0) ///< Set when -ffunction-sections is enabled.
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
D | LTO.cpp | 123 AddUnsigned(Conf.Options.FunctionSections); in computeLTOCacheKey()
|
/external/llvm-project/llvm/lib/LTO/ |
D | LTO.cpp | 116 AddUnsigned(Conf.Options.FunctionSections); in computeLTOCacheKey()
|
/external/clang/lib/Frontend/ |
D | CompilerInvocation.cpp | 598 Opts.FunctionSections = Args.hasFlag(OPT_ffunction_sections, in ParseCodeGenArgs()
|
/external/llvm-project/clang/lib/Frontend/ |
D | CompilerInvocation.cpp | 1110 Opts.FunctionSections = in ParseCodeGenArgs()
|