Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/include/llvm/Target/
H A DTargetOptions.h197 unsigned FunctionSections : 1; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
H A DTargetOptions.h220 unsigned FunctionSections : 1; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DCommandFlags.cpp370 static cl::opt<bool> FunctionSections( in CGOPT() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Target/
H A DTargetOptions.h263 unsigned FunctionSections : 1; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Target/
DTargetOptions.h264 unsigned FunctionSections : 1; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Target/
DTargetOptions.h268 unsigned FunctionSections : 1; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Target/
DTargetOptions.h264 unsigned FunctionSections : 1; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Target/
DTargetOptions.h264 unsigned FunctionSections : 1; variable
/aosp_15_r20/external/swiftshader/third_party/subzero/src/
H A DIceELFObjectWriter.cpp220 const bool FunctionSections = getFlags().getFunctionSections(); in writeFunctionCode() local