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/Target/Hexagon/
DHexagonTargetObjectFile.cpp42 SectionKind::getBSS()); in Initialize()
/external/llvm/lib/Target/Mips/
DMipsTargetObjectFile.cpp38 SectionKind::getBSS()); in Initialize()
/external/llvm/lib/MC/
DMCObjectFileInfo.cpp111 SectionKind::getBSS()); in InitMachOMCObjectFileInfo()
114 SectionKind::getBSS()); in InitMachOMCObjectFileInfo()
277 SectionKind::getBSS()); in InitELFMCObjectFileInfo()
DWinCOFFStreamer.cpp120 SectionKind::getBSS()); in SetSectionBSS()
153 SectionName, Characteristics, Selection, SectionKind::getBSS()); in AddCommonSymbol()
DMCELFStreamer.cpp147 ELF::SHF_ALLOC, SectionKind::getBSS()); in SetSectionBss()
334 SectionKind::getBSS()); in EmitCommonSymbol()
/external/llvm/include/llvm/MC/
DSectionKind.h225 static SectionKind getBSS() { return get(BSS); } in getBSS() function
/external/llvm/lib/Target/
DTargetLoweringObjectFile.cpp146 return SectionKind::getBSS(); in getKindForGlobal()
/external/llvm/lib/MC/MCParser/
DDarwinAsmParser.cpp598 0, SectionKind::getBSS())); in ParseDirectiveZerofill()
656 0, SectionKind::getBSS()), in ParseDirectiveZerofill()
DCOFFAsmParser.cpp99 SectionKind::getBSS()); in ParseSectionDirectiveBSS()
DELFAsmParser.cpp93 ELF::SHF_ALLOC, SectionKind::getBSS()); in ParseSectionDirectiveBSS()
DAsmParser.cpp2212 0, SectionKind::getBSS()), in ParseDirectiveComm()
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp109 return SectionKind::getBSS(); in getELFKindForNamedSection()