Home
last modified time | relevance | path

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

/external/llvm/lib/MC/MCParser/
DELFAsmParser.cpp65 addDirectiveHandler<&ELFAsmParser::ParseDirectiveIdent>(".ident"); in Initialize()
144 bool ParseDirectiveIdent(StringRef, SMLoc);
626 bool ELFAsmParser::ParseDirectiveIdent(StringRef, SMLoc) { in ParseDirectiveIdent() function in ELFAsmParser