Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Target/
DTargetOptions.h160 unsigned NoZerosInBSS : 1; variable
/external/llvm/lib/Target/
DTargetLoweringObjectFile.cpp53 static bool isSuitableForBSS(const GlobalVariable *GV, bool NoZerosInBSS) { in isSuitableForBSS()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Target/
DTargetOptions.h168 unsigned NoZerosInBSS : 1; variable
/external/swiftshader/third_party/LLVM/lib/Target/
DTargetMachine.cpp39 bool NoZerosInBSS; variable