Home
last modified time | relevance | path

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

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