Home
last modified time | relevance | path

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

/external/llvm/lib/Target/MBlaze/
DMBlazeTargetObjectFile.cpp64 if (!Kind.isBSS() && !Kind.isDataRel()) in IsGlobalInSmallSection()
83 if (Kind.isBSS() && IsGlobalInSmallSection(GV, TM, Kind)) in SelectSectionForGlobal()
/external/llvm/lib/Target/Mips/
DMipsTargetObjectFile.cpp74 if (!Kind.isBSS() && !Kind.isDataRel()) in IsGlobalInSmallSection()
95 if (Kind.isBSS() && IsGlobalInSmallSection(GV, TM, Kind)) in SelectSectionForGlobal()
/external/llvm/include/llvm/MC/
DSectionKind.h173 return isBSS() || isCommon() || isDataRel() || isReadOnlyWithRel(); in isGlobalWriteableData()
176 bool isBSS() const { return K == BSS || K == BSSLocal || K == BSSExtern; } in isBSS() function
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp139 if (K.isBSS() || K.isThreadBSS()) in getELFSectionType()
220 !Kind.isCommon() && !Kind.isBSS()) { in SelectSectionForGlobal()
286 if (Kind.isBSS() || Kind.isCommon()) return BSSSection; in SelectSectionForGlobal()
578 else if (K.isBSS ()) in getCOFFSectionFlags()
607 if (Kind.isBSS ()) in getCOFFSectionPrefixForUniqueGlobal()
DELFWriter.cpp391 } else if (Kind.isBSS() || Kind.isThreadBSS()) { // Symbol goes to BSS. in EmitGlobal()
/external/llvm/lib/Target/
DTargetLoweringObjectFile.cpp273 if (Kind.isBSS() && BSSSection != 0) in SelectSectionForGlobal()
/external/llvm/lib/MC/
DELFObjectWriter.cpp357 if (secKind.isBSS()) in SymbolToReloc()