Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DCOFFAsmParser.cpp57 addDirectiveHandler<&COFFAsmParser::ParseSectionDirectiveBSS>(".bss"); in Initialize()
108 bool ParseSectionDirectiveBSS(StringRef, SMLoc) { in ParseSectionDirectiveBSS() function in __anon51d033b70111::COFFAsmParser
H A DELFAsmParser.cpp55 addDirectiveHandler<&ELFAsmParser::ParseSectionDirectiveBSS>(".bss"); in Initialize()
100 bool ParseSectionDirectiveBSS(StringRef, SMLoc) { in ParseSectionDirectiveBSS() function in __anondb0145f00111::ELFAsmParser