Searched refs:ETI (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp40 Expected<TypeIndex> ETI = local
42 if (!ETI) {
43 consumeError(ETI.takeError());
46 const char *Direction = (*ETI == CurrentTypeIndex)
48 : ((*ETI < CurrentTypeIndex) ? "<-" : "->");
50 formatv("forward ref ({0} {1})", Direction, *ETI).str();

Completed in 100 milliseconds