Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceELFObjectWriter.cpp220 const bool FunctionSections = getFlags().getFunctionSections(); in writeFunctionCode() local
221 if (TextSections.empty() || FunctionSections) { in writeFunctionCode()
223 if (FunctionSections) in writeFunctionCode()
DIceClFlags.def174 X(FunctionSections, bool, dev_opt_flag, "ffunction-sections", \
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DCommandFlags.inc237 FunctionSections("function-sections",
310 Options.FunctionSections = FunctionSections;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyTargetMachine.cpp125 this->Options.FunctionSections = true; in WebAssemblyTargetMachine()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTO.cpp123 AddUnsigned(Conf.Options.FunctionSections); in computeLTOCacheKey()