Home
last modified time | relevance | path

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

/external/llvm/lib/Target/XCore/
DXCoreTargetObjectFile.cpp31 SectionKind::getBSS()); in Initialize()
/external/llvm/lib/Target/MBlaze/
DMBlazeTargetObjectFile.cpp34 SectionKind::getBSS()); in Initialize()
/external/llvm/lib/MC/
DMCObjectFileInfo.cpp105 SectionKind::getBSS()); in InitMachOMCObjectFileInfo()
108 SectionKind::getBSS()); in InitMachOMCObjectFileInfo()
206 SectionKind::getBSS()); in InitELFMCObjectFileInfo()
DWinCOFFStreamer.cpp118 SectionKind::getBSS()); in SetSectionBSS()
151 SectionName, Characteristics, Selection, SectionKind::getBSS()); in AddCommonSymbol()
DMCELFStreamer.h133 ELF::SHF_ALLOC, SectionKind::getBSS()); in SetSectionBss()
DMCELFStreamer.cpp210 SectionKind::getBSS()); in EmitCommonSymbol()
/external/llvm/lib/Target/Mips/
DMipsTargetObjectFile.cpp38 SectionKind::getBSS()); in Initialize()
/external/llvm/include/llvm/MC/
DSectionKind.h225 static SectionKind getBSS() { return get(BSS); } in getBSS() function
/external/llvm/lib/MC/MCParser/
DDarwinAsmParser.cpp598 0, SectionKind::getBSS())); in ParseDirectiveZerofill()
656 0, SectionKind::getBSS()), in ParseDirectiveZerofill()
DCOFFAsmParser.cpp96 SectionKind::getBSS()); in ParseSectionDirectiveBSS()
DELFAsmParser.cpp80 ELF::SHF_ALLOC, SectionKind::getBSS()); in ParseSectionDirectiveBSS()
DAsmParser.cpp2012 0, SectionKind::getBSS()), in ParseDirectiveComm()
/external/llvm/lib/Target/
DTargetLoweringObjectFile.cpp150 return SectionKind::getBSS(); in getKindForGlobal()
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp110 return SectionKind::getBSS(); in getELFKindForNamedSection()