Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DWasmAsmParser.cpp62 addDirectiveHandler<&WasmAsmParser::ParseDirectiveIdent>(".ident"); in Initialize()
271 bool ParseDirectiveIdent(StringRef, SMLoc) { in ParseDirectiveIdent() function in __anon8dbf0ae10111::WasmAsmParser
H A DELFAsmParser.cpp73 addDirectiveHandler<&ELFAsmParser::ParseDirectiveIdent>(".ident"); in Initialize()
145 bool ParseDirectiveIdent(StringRef, SMLoc);
806 bool ELFAsmParser::ParseDirectiveIdent(StringRef, SMLoc) { in ParseDirectiveIdent() function in ELFAsmParser