Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DSectionKind.h162 bool isBSSExtern() const { return K == BSSExtern; } in isBSSExtern() function
/external/llvm/include/llvm/MC/
DSectionKind.h156 bool isBSSExtern() const { return K == BSSExtern; } in isBSSExtern() function
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DSectionKind.h178 bool isBSSExtern() const { return K == BSSExtern; } in isBSSExtern() function
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp442 if (Kind.isBSSExtern()) in SelectSectionForGlobal()
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp643 if (Kind.isBSSExtern()) in SelectSectionForGlobal()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp841 if (Kind.isBSSExtern()) in SelectSectionForGlobal()
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp336 if (GVKind.isBSSExtern() && MAI->hasMachoZeroFillDirective()) { in EmitGlobalVariable()