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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DCOFFAsmParser.cpp60 addDirectiveHandler<&COFFAsmParser::ParseSectionDirectiveBSS>(".bss");
108 bool ParseSectionDirectiveBSS(StringRef, SMLoc) { function in class:__anon1932::COFFAsmParser
H A DELFAsmParser.cpp57 addDirectiveHandler<&ELFAsmParser::ParseSectionDirectiveBSS>(".bss");
102 bool ParseSectionDirectiveBSS(StringRef, SMLoc) { function in class:__anon2290::ELFAsmParser

Completed in 105 milliseconds