Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Target/
DTargetOptions.h109 FunctionSections(false), DataSections(false), in TargetOptions()
208 unsigned FunctionSections : 1; variable
DTargetMachine.h225 return Options.FunctionSections; in getFunctionSections()
/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DCommandFlags.inc231 FunctionSections("function-sections",
290 Options.FunctionSections = FunctionSections;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyTargetMachine.cpp109 this->Options.FunctionSections = true; in WebAssemblyTargetMachine()
/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/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp351 AddUnsigned(TMBuilder.Options.FunctionSections); in ModuleCacheEntry()
DLTO.cpp120 AddUnsigned(Conf.Options.FunctionSections); in computeCacheKey()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/gold/
Dgold-plugin.cpp840 Conf.Options.FunctionSections = SplitSections; in createLTO()
/external/clang/lib/Frontend/
DCompilerInvocation.cpp598 Opts.FunctionSections = Args.hasFlag(OPT_ffunction_sections, in ParseCodeGenArgs()