Home
last modified time | relevance | path

Searched refs:isThreadBSS (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp139 if (K.isBSS() || K.isThreadBSS()) in getELFSectionType()
194 if (Kind.isThreadBSS()) return ".tbss."; in getSectionPrefixForGlobal()
281 if (Kind.isThreadBSS()) return TLSBSSSection; in SelectSectionForGlobal()
395 if (Kind.isThreadBSS()) return TLSBSSSection; in SelectSectionForGlobal()
DELFWriter.cpp389 } else if (Kind.isBSS() || Kind.isThreadBSS()) { // Symbol goes to BSS. in EmitGlobal()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DSectionKind.h153 bool isThreadBSS() const { return K == ThreadBSS; } in isThreadBSS() function
/external/llvm/include/llvm/MC/
DSectionKind.h147 bool isThreadBSS() const { return K == ThreadBSS; } in isThreadBSS() function
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DSectionKind.h169 bool isThreadBSS() const { return K == ThreadBSS; } in isThreadBSS() function
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp165 if (K.isBSS() || K.isThreadBSS()) in getELFSectionType()
237 if (Kind.isThreadBSS()) in getSectionPrefixForGlobal()
592 if (Kind.isThreadBSS()) return TLSBSSSection; in SelectSectionForGlobal()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp291 if (K.isBSS() || K.isThreadBSS()) in getELFSectionType()
417 if (Kind.isThreadBSS()) in getSectionPrefixForGlobal()
788 if (Kind.isThreadBSS()) return TLSBSSSection; in SelectSectionForGlobal()
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp361 if (GVKind.isThreadBSS()) in EmitGlobalVariable()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp488 if (GVKind.isThreadBSS()) { in EmitGlobalVariable()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp570 if (GVKind.isThreadBSS()) { in EmitGlobalVariable()