Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DWasmAsmParser.cpp59 addDirectiveHandler<&WasmAsmParser::ParseDirectiveIdent>(".ident"); in Initialize()
254 bool ParseDirectiveIdent(StringRef, SMLoc) { in ParseDirectiveIdent() function in __anond329c78c0111::WasmAsmParser
H A DELFAsmParser.cpp74 addDirectiveHandler<&ELFAsmParser::ParseDirectiveIdent>(".ident"); in Initialize()
146 bool ParseDirectiveIdent(StringRef, SMLoc);
780 bool ELFAsmParser::ParseDirectiveIdent(StringRef, SMLoc) { in ParseDirectiveIdent() function in ELFAsmParser