Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/IR/
DAsmPrinter.cpp1149 void printLocation(LocationAttr loc, bool allowAlias = false);
1329 void ModulePrinter::printLocation(LocationAttr loc, bool allowAlias) { in printLocation() argument
1334 if (!allowAlias || !state || failed(state->getAliasState().getAlias(loc, os))) in printLocation()