Home
last modified time | relevance | path

Searched defs:FunctionSections (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/Target/
DTargetOptions.h197 unsigned FunctionSections : 1; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Target/
DTargetOptions.h208 unsigned FunctionSections : 1; variable
/external/swiftshader/third_party/LLVM/lib/Target/
DTargetMachine.cpp179 FunctionSections("ffunction-sections", variable
/external/swiftshader/third_party/subzero/src/
DIceELFObjectWriter.cpp227 const bool FunctionSections = getFlags().getFunctionSections(); in writeFunctionCode() local