Home
last modified time | relevance | path

Searched refs:getBSS (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DSectionKind.h197 static SectionKind getBSS() { return get(BSS); } in getBSS() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCObjectFileInfo.cpp161 SectionKind::getBSS()); in initMachOMCObjectFileInfo()
164 SectionKind::getBSS()); in initMachOMCObjectFileInfo()
511 SectionKind::getBSS()); in initCOFFMCObjectFileInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DWasmAsmParser.cpp122 .StartsWith(".bss", SectionKind::getBSS()) in parseSectionDirective()
DDarwinAsmParser.cpp906 SectionKind::getBSS()), in parseDirectiveZerofill()
965 0, SectionKind::getBSS()), in parseDirectiveZerofill()
DCOFFAsmParser.cpp113 SectionKind::getBSS()); in ParseSectionDirectiveBSS()
DELFAsmParser.cpp105 ELF::SHF_ALLOC, SectionKind::getBSS()); in ParseSectionDirectiveBSS()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/
DTargetLoweringObjectFile.cpp173 return SectionKind::getBSS(); in getKindForGlobal()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp437 return SectionKind::getBSS(); in getELFKindForNamedSection()