Home
last modified time | relevance | path

Searched refs:parseSectionDirectiveBSS (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DCOFFAsmParser.cpp53 addDirectiveHandler<&COFFAsmParser::parseSectionDirectiveBSS>(".bss"); in Initialize()
117 bool parseSectionDirectiveBSS(StringRef, SMLoc) { in parseSectionDirectiveBSS() function in __anon7ea5a6870111::COFFAsmParser
H A DELFAsmParser.cpp56 addDirectiveHandler<&ELFAsmParser::parseSectionDirectiveBSS>(".bss"); in Initialize()
95 bool parseSectionDirectiveBSS(StringRef, SMLoc) { in parseSectionDirectiveBSS() function in __anon968b9ec00111::ELFAsmParser