Searched refs:BSS (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DSectionKind.h88 /// BSS - Zero initialized writeable data.
89 BSS, enumerator in enum:llvm::SectionKind::Kind
91 /// BSSLocal - This is BSS (zero initialized and writable) data
95 /// BSSExtern - This is BSS data with normal external linkage.
159 bool isBSS() const { return K == BSS || K == BSSLocal || K == BSSExtern; }
197 static SectionKind getBSS() { return get(BSS); }
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp163 Section BSS; member in class:__anon1942::XCOFFObjectWriter
167 std::array<Section *const, 3> Sections{{&Text, &Data, &BSS}};
227 BSS(".bss", XCOFF::STYP_BSS, /* IsVirtual */ true,
/freebsd-11-stable/contrib/binutils/binutils/
H A Ddlltool.c2091 #define BSS 2 macro
2110 INIT_SEC_DATA (BSS, ".bss", BSS_SEC_FLAGS, 2),
2129 #define BSS 8 macro
2143 { BSS, ".bss", 0, 2}
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dz_Windows_NT-586_asm.asm30 _BSS SEGMENT DWORD USE32 PUBLIC 'BSS'

Completed in 177 milliseconds