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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DCOFFAsmParser.cpp59 addDirectiveHandler<&COFFAsmParser::ParseSectionDirectiveData>(".data");
102 bool ParseSectionDirectiveData(StringRef, SMLoc) { function in class:__anon3722::COFFAsmParser
H A DELFAsmParser.cpp55 addDirectiveHandler<&ELFAsmParser::ParseSectionDirectiveData>(".data");
92 bool ParseSectionDirectiveData(StringRef, SMLoc) { function in class:__anon3726::ELFAsmParser

Completed in 116 milliseconds