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

/freebsd-10.0-release/contrib/llvm/lib/MC/MCParser/
H A DCOFFAsmParser.cpp44 addDirectiveHandler<&COFFAsmParser::ParseSectionDirectiveBSS>(".bss");
95 bool ParseSectionDirectiveBSS(StringRef, SMLoc) { function in class:__anon2298::COFFAsmParser
H A DELFAsmParser.cpp48 addDirectiveHandler<&ELFAsmParser::ParseSectionDirectiveBSS>(".bss");
94 bool ParseSectionDirectiveBSS(StringRef, SMLoc) { function in class:__anon2300::ELFAsmParser

Completed in 57 milliseconds