Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreTargetObjectFile.cpp66 if (K.isBSS()) in getXCoreSectionType()
126 if (Kind.isBSS() || Kind.isCommon())return BSSSection; in SelectSectionForGlobal()
133 if (Kind.isBSS() || Kind.isCommon())return BSSSectionLarge; in SelectSectionForGlobal()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DSectionKind.h166 return isBSS() || isCommon() || isData() || isReadOnlyWithRel(); in isGlobalWriteableData()
169 bool isBSS() const { return K == BSS || K == BSSLocal || K == BSSExtern; } in isBSS() function
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsTargetObjectFile.cpp86 (Kind.isData() || Kind.isBSS() || Kind.isCommon() || in IsGlobalInSmallSection()
155 if (Kind.isBSS() && IsGlobalInSmallSection(GO, TM, Kind)) in SelectSectionForGlobal()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp138 << (Kind.isBSS() ? "kind_bss " : "" ) in SelectSectionForGlobal()
175 << (Kind.isBSS() ? "kind_bss " : "" ) in getExplicitSectionGlobal()
354 if (Kind.isBSS() || Kind.isBSSLocal()) { in selectSmallSectionForGlobal()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCSectionXCOFF.cpp90 assert(getKind().isBSS() && "Unexpected section kind for toc-data"); in printSwitchToSection()
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiTargetObjectFile.cpp104 if (Kind.isBSS() && isGlobalInSmallSection(GO, TM, Kind)) in SelectSectionForGlobal()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp530 if (K.isBSS() || K.isThreadBSS()) in getELFSectionType()
622 if (Kind.isBSS()) in getSectionPrefixForGlobal()
796 if (Attrs.hasAttribute("bss-section") && Kind.isBSS()) { in selectExplicitSectionGlobal()
1292 if (Attrs.hasAttribute("bss-section") && Kind.isBSS()) { in getExplicitSectionGlobal()
1603 else if (K.isBSS()) in getCOFFSectionFlags()
1707 if (Kind.isBSS()) in getCOFFSectionNameForUniqueGlobal()
1781 if (Kind.isBSS() || Kind.isCommon()) in SelectSectionForGlobal()
2387 else if (Kind.isData() || Kind.isBSS()) in getExplicitSectionGlobal()
2486 if (Kind.isData() || Kind.isReadOnlyWithRel() || Kind.isBSS()) { in SelectSectionForGlobal()
2735 if (Kind.isBSS()) in SelectSectionForGlobal()
H A DGlobalMerge.cpp696 TargetLoweringObjectFile::getKindForGlobal(&GV, *TM).isBSS()) in run()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetObjectFile.cpp108 if (Kind.isBSS() && isGlobalInSmallSection(GO, TM)) in SelectSectionForGlobal()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DObjectFile.h112 bool isBSS() const;
558 inline bool SectionRef::isBSS() const { in isBSS() function
/freebsd/contrib/llvm-project/llvm/tools/llvm-size/
H A Dllvm-size.cpp458 bool isBSS = Section.isBSS(); in printObjectSectionSizes()
463 else if (isBSS) in printObjectSectionSizes()
467 bool isBSS = Section.isBSS(); printObjectSectionSizes() local
/freebsd/contrib/llvm-project/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp329 if ((Attrs.hasAttribute("bss-section") && Kind.isBSS()) || in SectionForGlobal()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp100 if (ElfSection.isBSS()) { in fillSectionInformation()
/freebsd/contrib/llvm-project/llvm/tools/llvm-cxxdump/
H A Dllvm-cxxdump.cpp206 if (Sec.isBSS() || Sec.isVirtual()) in dumpCXXData()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.cpp163 << "isBSS: " << Section.isBSS() << ", " in mapVirtualAddress()
/freebsd/contrib/llvm-project/llvm/lib/DWP/
H A DDWP.cpp569 if (Section.isBSS()) in handleSection()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DMachODumper.cpp517 if (opts::SectionData && !Section.isBSS()) in printSectionHeaders()
/freebsd/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp996 if (SecIter->isBSS()) in getSymbolNMTypeChar()
1734 if (!(SecIter->isText() || SecIter->isData() || SecIter->isBSS())) in getXCOFFExports()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp2769 if (Section.isBSS()) in printSectionHeaders()
2802 if (Section.isBSS()) { in printSectionContents()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp2151 if (Section.isBSS() || Section.isVirtual()) in DWARFObjInMemory()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp782 if (GVKind.isBSS() && MAI->hasMachoZeroFillDirective() && in emitGlobalVariable()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp1860 if (Sec->isData() || Sec->isBSS()) in getSymbolType()