Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonTargetObjectFile.cpp76 if (Kind.isBSS() || Kind.isData() || Kind.isCommon()) { in IsGlobalInSmallSection()
91 if (Kind.isBSS() && IsGlobalInSmallSection(GV, TM, Kind)) in SelectSectionForGlobal()
/external/llvm/lib/Target/XCore/
DXCoreTargetObjectFile.cpp67 if (K.isBSS()) in getXCoreSectionType()
131 if (Kind.isBSS() || Kind.isCommon())return BSSSection; in SelectSectionForGlobal()
138 if (Kind.isBSS() || Kind.isCommon())return BSSSectionLarge; in SelectSectionForGlobal()
/external/llvm/include/llvm/MC/
DSectionKind.h151 return isBSS() || isCommon() || isData() || isReadOnlyWithRel(); in isGlobalWriteableData()
154 bool isBSS() const { return K == BSS || K == BSSLocal || K == BSSExtern; } in isBSS() function
/external/llvm/lib/Target/Mips/
DMipsTargetObjectFile.cpp79 (Kind.isData() || Kind.isBSS() || Kind.isCommon())); in IsGlobalInSmallSection()
122 if (Kind.isBSS() && IsGlobalInSmallSection(GV, TM, Kind)) in SelectSectionForGlobal()
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp162 if (K.isBSS() || K.isThreadBSS()) in getELFSectionType()
230 if (Kind.isBSS()) in getSectionPrefixForGlobal()
799 else if (K.isBSS()) in getCOFFSectionFlags()
897 if (Kind.isBSS()) in getCOFFSectionNameForUniqueGlobal()
956 if (Kind.isBSS() || Kind.isCommon()) in SelectSectionForGlobal()
/external/llvm/include/llvm/Object/
DObjectFile.h95 bool isBSS() const;
389 inline bool SectionRef::isBSS() const { in isBSS() function
/external/llvm/tools/llvm-size/
Dllvm-size.cpp351 bool isBSS = Section.isBSS(); in PrintObjectSectionSizes() local
356 else if (isBSS) in PrintObjectSectionSizes()
/external/llvm/tools/obj2yaml/
Dcoff2yaml.cpp114 if (!ObjSection.isBSS()) in dumpSections()
/external/llvm/tools/llvm-cxxdump/
Dllvm-cxxdump.cpp189 if (Sec.isBSS() || Sec.isVirtual()) in dumpCXXData()
/external/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp1194 bool BSS = Section.isBSS(); in PrintSectionHeaders()
1215 if (Section.isBSS()) { in PrintSectionContents()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp602 bool IsBSS = Section.isBSS(); in DWARFContextInMemory()
/external/llvm/tools/llvm-readobj/
DMachODumper.cpp487 bool IsBSS = Section.isBSS(); in printSections()
/external/llvm/lib/Object/
DMachOObjectFile.cpp405 if (Sec->isData() || Sec->isBSS()) in getSymbolType()