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

/external/llvm/lib/MC/MCParser/
H A DCOFFAsmParser.cpp51 addDirectiveHandler<&COFFAsmParser::ParseSectionDirectiveData>(".data");
99 bool ParseSectionDirectiveData(StringRef, SMLoc) { function in class:__anon25888::COFFAsmParser
H A DELFAsmParser.cpp44 addDirectiveHandler<&ELFAsmParser::ParseSectionDirectiveData>(".data");
82 bool ParseSectionDirectiveData(StringRef, SMLoc) { function in class:__anon25891::ELFAsmParser

Completed in 82 milliseconds