Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
HDWasmAsmParser.cpp59 addDirectiveHandler<&WasmAsmParser::ParseDirectiveIdent>(".ident"); in Initialize()
205 bool ParseDirectiveIdent(StringRef, SMLoc) { in ParseDirectiveIdent() function in __anonba0f81980111::WasmAsmParser
HDELFAsmParser.cpp74 addDirectiveHandler<&ELFAsmParser::ParseDirectiveIdent>(".ident"); in Initialize()
146 bool ParseDirectiveIdent(StringRef, SMLoc);
739 bool ELFAsmParser::ParseDirectiveIdent(StringRef, SMLoc) { in ParseDirectiveIdent() function in ELFAsmParser