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

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

Completed in 113 milliseconds