Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetOptions.h116 FunctionSections(false), DataSections(false), in TargetOptions()
220 unsigned FunctionSections : 1; variable
DTargetMachine.h254 return Options.FunctionSections; in getFunctionSections()
/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-project/llvm/include/llvm/Target/
DTargetOptions.h132 FunctionSections(false), DataSections(false), in TargetOptions()
242 unsigned FunctionSections : 1; variable
DTargetMachine.h266 return Options.FunctionSections; in getFunctionSections()
/external/llvm/include/llvm/CodeGen/
DCommandFlags.h238 FunctionSections("function-sections",
305 Options.FunctionSections = FunctionSections; in InitTargetOptionsFromCodeGenFlags()
/external/llvm-project/llvm/lib/CodeGen/
DCommandFlags.cpp77 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/
DLTO.cpp47 c.Options.FunctionSections = true; in createLTO()
/external/swiftshader/third_party/subzero/src/
DIceELFObjectWriter.cpp226 const bool FunctionSections = getFlags().getFunctionSections(); in writeFunctionCode() local
227 if (TextSections.empty() || FunctionSections) { in writeFunctionCode()
229 if (FunctionSections) in writeFunctionCode()
DIceClFlags.def177 X(FunctionSections, bool, dev_opt_flag, "ffunction-sections", \
/external/llvm-project/lld/COFF/
DLTO.cpp68 c.Options.FunctionSections = true; in createConfig()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DCommandFlags.inc237 FunctionSections("function-sections",
310 Options.FunctionSections = FunctionSections;
/external/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyTargetMachine.cpp135 this->Options.FunctionSections = true; in WebAssemblyTargetMachine()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyTargetMachine.cpp125 this->Options.FunctionSections = true; in WebAssemblyTargetMachine()
/external/llvm-project/lld/ELF/
DLTO.cpp88 c.Options.FunctionSections = true; in createConfig()
/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/llvm-project/clang/lib/CodeGen/
DBackendUtil.cpp535 Options.FunctionSections = CodeGenOpts.FunctionSections; in initTargetOptions()
/external/llvm-project/llvm/tools/gold/
Dgold-plugin.cpp872 Conf.Options.FunctionSections = SplitSections; in createLTO()
/external/llvm-project/clang/include/clang/Basic/
DCodeGenOptions.def90 CODEGENOPT(FunctionSections , 1, 0) ///< Set when -ffunction-sections is enabled.
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTO.cpp123 AddUnsigned(Conf.Options.FunctionSections); in computeLTOCacheKey()
/external/llvm-project/llvm/lib/LTO/
DLTO.cpp116 AddUnsigned(Conf.Options.FunctionSections); in computeLTOCacheKey()
/external/clang/lib/Frontend/
DCompilerInvocation.cpp598 Opts.FunctionSections = Args.hasFlag(OPT_ffunction_sections, in ParseCodeGenArgs()
/external/llvm-project/clang/lib/Frontend/
DCompilerInvocation.cpp1110 Opts.FunctionSections = in ParseCodeGenArgs()