Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DCOFFAsmParser.cpp60 addDirectiveHandler<&COFFAsmParser::ParseSectionDirectiveBSS>(".bss"); in Initialize()
111 bool ParseSectionDirectiveBSS(StringRef, SMLoc) { in ParseSectionDirectiveBSS() function in __anoncb6e5abb0111::COFFAsmParser
H A DELFAsmParser.cpp57 addDirectiveHandler<&ELFAsmParser::ParseSectionDirectiveBSS>(".bss"); in Initialize()
102 bool ParseSectionDirectiveBSS(StringRef, SMLoc) { in ParseSectionDirectiveBSS() function in __anonee349c740111::ELFAsmParser