/openbsd/gnu/llvm/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()
|
/openbsd/gnu/llvm/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
|
/openbsd/gnu/llvm/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()
|
/openbsd/gnu/llvm/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()
|
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/ |
H A D | RISCVTargetObjectFile.cpp | 77 if (Kind.isBSS() && isGlobalInSmallSection(GO, TM)) in SelectSectionForGlobal()
|
/openbsd/gnu/llvm/llvm/lib/Target/Lanai/ |
H A D | LanaiTargetObjectFile.cpp | 104 if (Kind.isBSS() && isGlobalInSmallSection(GO, TM, Kind)) in SelectSectionForGlobal()
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/ |
H A D | TargetLoweringObjectFileImpl.cpp | 538 if (K.isBSS() || K.isThreadBSS()) in getELFSectionType() 637 if (Kind.isBSS()) in getSectionPrefixForGlobal() 790 if (Attrs.hasAttribute("bss-section") && Kind.isBSS()) { in selectExplicitSectionGlobal() 1585 else if (K.isBSS()) in getCOFFSectionFlags() 1680 if (Kind.isBSS()) in getCOFFSectionNameForUniqueGlobal() 1754 if (Kind.isBSS() || Kind.isCommon()) in SelectSectionForGlobal() 2338 else if (Kind.isData() || Kind.isReadOnlyWithRel() || Kind.isBSS()) in getExplicitSectionGlobal() 2431 if (Kind.isData() || Kind.isReadOnlyWithRel() || Kind.isBSS()) { in SelectSectionForGlobal() 2653 if (Kind.isBSS()) in SelectSectionForGlobal()
|
H A D | GlobalMerge.cpp | 658 TargetLoweringObjectFile::getKindForGlobal(&GV, *TM).isBSS()) in doInitialization()
|
/openbsd/gnu/llvm/llvm/include/llvm/Object/ |
H A D | ObjectFile.h | 111 bool isBSS() const; 501 inline bool SectionRef::isBSS() const { in isBSS() function
|
/openbsd/gnu/llvm/llvm/tools/llvm-size/ |
H A D | llvm-size.cpp | 466 bool isBSS = Section.isBSS(); in printObjectSectionSizes() local 471 else if (isBSS) in printObjectSectionSizes()
|
/openbsd/gnu/llvm/llvm/lib/Target/ |
H A D | TargetLoweringObjectFile.cpp | 329 if ((Attrs.hasAttribute("bss-section") && Kind.isBSS()) || in SectionForGlobal()
|
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/IntelJITEvents/ |
H A D | IntelJITEventListener.cpp | 100 if (ElfSection.isBSS()) { in fillSectionInformation()
|
/openbsd/gnu/llvm/llvm/tools/obj2yaml/ |
H A D | coff2yaml.cpp | 182 if (!ObjSection.isBSS()) in dumpSections()
|
/openbsd/gnu/llvm/llvm/tools/llvm-cxxdump/ |
H A D | llvm-cxxdump.cpp | 206 if (Sec.isBSS() || Sec.isVirtual()) in dumpCXXData()
|
/openbsd/gnu/llvm/llvm/lib/DWP/ |
H A D | DWP.cpp | 495 if (Section.isBSS()) in handleSection()
|
/openbsd/gnu/llvm/llvm/tools/llvm-readobj/ |
H A D | MachODumper.cpp | 517 if (opts::SectionData && !Section.isBSS()) in printSectionHeaders()
|
/openbsd/gnu/llvm/llvm/tools/llvm-nm/ |
H A D | llvm-nm.cpp | 985 if (SecIter->isBSS()) in getSymbolNMTypeChar() 1713 if (!(SecIter->isText() || SecIter->isData() || SecIter->isBSS())) in getXCOFFExports()
|
/openbsd/gnu/llvm/llvm/tools/llvm-objdump/ |
H A D | llvm-objdump.cpp | 2290 if (Section.isBSS()) in printSectionHeaders() 2323 if (Section.isBSS()) { in printSectionContents()
|
/openbsd/gnu/llvm/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFContext.cpp | 1773 if (Section.isBSS() || Section.isVirtual()) in DWARFObjInMemory()
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AsmPrinter.cpp | 753 if (GVKind.isBSS() && MAI->hasMachoZeroFillDirective() && in emitGlobalVariable()
|
/openbsd/gnu/llvm/llvm/lib/Object/ |
H A D | MachOObjectFile.cpp | 1853 if (Sec->isData() || Sec->isBSS()) in getSymbolType()
|