Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp611 bool parseDirectiveCFIRestore(SMLoc DirectiveLoc);
2143 return parseDirectiveCFIRestore(IDLoc); in parseStatement()
4367 bool AsmParser::parseDirectiveCFIRestore(SMLoc DirectiveLoc) { in parseDirectiveCFIRestore() function in AsmParser