Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp626 bool parseDirectiveCFILabel(SMLoc DirectiveLoc);
2230 return parseDirectiveCFILabel(IDLoc); in parseStatement()
4506 bool AsmParser::parseDirectiveCFILabel(SMLoc Loc) { in parseDirectiveCFILabel() function in AsmParser