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

/external/llvm/lib/MC/MCParser/
H A DCOFFAsmParser.cpp52 addDirectiveHandler<&COFFAsmParser::ParseSectionDirectiveBSS>(".bss");
106 bool ParseSectionDirectiveBSS(StringRef, SMLoc) { function in class:__anon25052::COFFAsmParser
H A DELFAsmParser.cpp46 addDirectiveHandler<&ELFAsmParser::ParseSectionDirectiveBSS>(".bss");
92 bool ParseSectionDirectiveBSS(StringRef, SMLoc) { function in class:__anon25055::ELFAsmParser

Completed in 80 milliseconds