/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/ |
H A D | XCoreTargetObjectFile.cpp | 66 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 D | SectionKind.h | 166 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 D | MipsTargetObjectFile.cpp | 86 (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 D | HexagonTargetObjectFile.cpp | 138 << (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 D | MCSectionXCOFF.cpp | 90 assert(getKind().isBSS() && "Unexpected section kind for toc-data"); in printSwitchToSection()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/ |
H A D | LanaiTargetObjectFile.cpp | 104 if (Kind.isBSS() && isGlobalInSmallSection(GO, TM, Kind)) in SelectSectionForGlobal()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | TargetLoweringObjectFileImpl.cpp | 530 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 D | GlobalMerge.cpp | 696 TargetLoweringObjectFile::getKindForGlobal(&GV, *TM).isBSS()) in run()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVTargetObjectFile.cpp | 108 if (Kind.isBSS() && isGlobalInSmallSection(GO, TM)) in SelectSectionForGlobal()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | ObjectFile.h | 112 bool isBSS() const; 558 inline bool SectionRef::isBSS() const { in isBSS() function
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-size/ |
H A D | llvm-size.cpp | 458 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 D | TargetLoweringObjectFile.cpp | 329 if ((Attrs.hasAttribute("bss-section") && Kind.isBSS()) || in SectionForGlobal()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/ |
H A D | IntelJITEventListener.cpp | 100 if (ElfSection.isBSS()) { in fillSectionInformation()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-cxxdump/ |
H A D | llvm-cxxdump.cpp | 206 if (Sec.isBSS() || Sec.isVirtual()) in dumpCXXData()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVBinaryReader.cpp | 163 << "isBSS: " << Section.isBSS() << ", " in mapVirtualAddress()
|
/freebsd/contrib/llvm-project/llvm/lib/DWP/ |
H A D | DWP.cpp | 569 if (Section.isBSS()) in handleSection()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | MachODumper.cpp | 517 if (opts::SectionData && !Section.isBSS()) in printSectionHeaders()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-nm/ |
H A D | llvm-nm.cpp | 996 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 D | llvm-objdump.cpp | 2769 if (Section.isBSS()) in printSectionHeaders() 2802 if (Section.isBSS()) { in printSectionContents()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFContext.cpp | 2151 if (Section.isBSS() || Section.isVirtual()) in DWARFObjInMemory()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AsmPrinter.cpp | 782 if (GVKind.isBSS() && MAI->hasMachoZeroFillDirective() && in emitGlobalVariable()
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | MachOObjectFile.cpp | 1860 if (Sec->isData() || Sec->isBSS()) in getSymbolType()
|