Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp576 bool parseDirectiveLocLabel(SMLoc DirectiveLoc);
2085 return parseDirectiveLocLabel(IDLoc); in parseStatement()
3677 bool AsmParser::parseDirectiveLocLabel(SMLoc DirectiveLoc) { in parseDirectiveLocLabel() function in AsmParser