Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp616 bool parseDirectiveCFILabel(SMLoc DirectiveLoc);
2157 return parseDirectiveCFILabel(IDLoc); in parseStatement()
4433 bool AsmParser::parseDirectiveCFILabel(SMLoc Loc) { in parseDirectiveCFILabel() function in AsmParser