Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/MC/
HDMCAsmInfo.h438 bool getDollarIsPC() const { return DollarIsPC; } in getDollarIsPC() function
/NextBSD/contrib/llvm/lib/MC/MCParser/
HDAsmParser.cpp804 if (Lexer.getMAI().getDollarIsPC()) { in parsePrimaryExpr()