Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DWasmAsmParser.cpp60 addDirectiveHandler<&WasmAsmParser::ParseDirectiveIdent>(".ident"); in Initialize()
261 bool ParseDirectiveIdent(StringRef, SMLoc) { in ParseDirectiveIdent() function in __anon60e998110111::WasmAsmParser
H A DELFAsmParser.cpp72 addDirectiveHandler<&ELFAsmParser::ParseDirectiveIdent>(".ident"); in Initialize()
144 bool ParseDirectiveIdent(StringRef, SMLoc);
799 bool ELFAsmParser::ParseDirectiveIdent(StringRef, SMLoc) { in ParseDirectiveIdent() function in ELFAsmParser