Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmInfo.h650 bool getDotIsPC() const { return DotIsPC; } in getDotIsPC() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp1318 if (!MAI.getDotIsPC()) in parsePrimaryExpr()