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

/external/llvm/lib/Target/MBlaze/
H A DMBlazeTargetObjectFile.cpp34 SectionKind::getBSS());
/external/llvm/lib/Target/XCore/
H A DXCoreTargetObjectFile.cpp31 SectionKind::getBSS());
/external/llvm/lib/Target/Mips/
H A DMipsTargetObjectFile.cpp38 SectionKind::getBSS());
/external/llvm/include/llvm/MC/
H A DSectionKind.h225 static SectionKind getBSS() { return get(BSS); } function in class:llvm::SectionKind
/external/llvm/lib/MC/
H A DMCELFStreamer.h134 ELF::SHF_ALLOC, SectionKind::getBSS());
H A DWinCOFFStreamer.cpp119 SectionKind::getBSS());
152 SectionName, Characteristics, Selection, SectionKind::getBSS());
H A DMCObjectFileInfo.cpp111 SectionKind::getBSS());
114 SectionKind::getBSS());
251 SectionKind::getBSS());
H A DMCELFStreamer.cpp211 SectionKind::getBSS());
/external/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp151 return SectionKind::getBSS();
/external/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp598 0, SectionKind::getBSS()));
656 0, SectionKind::getBSS()),
H A DCOFFAsmParser.cpp98 SectionKind::getBSS());
H A DELFAsmParser.cpp93 ELF::SHF_ALLOC, SectionKind::getBSS());
H A DAsmParser.cpp2123 0, SectionKind::getBSS()),
/external/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp110 return SectionKind::getBSS();

Completed in 177 milliseconds