Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVReader.cpp72 auto PrintIndex = [](unsigned Index) { in checkIntegrityScopesTree() local
79 PrintIndex(Index); in checkIntegrityScopesTree()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DAsmWriterEmitter.cpp775 int OpIndex, PrintIndex; in formatAliasString() local
776 std::tie(OpIndex, PrintIndex) = getOpData(Name); in formatAliasString()
777 if (PrintIndex == -1) { in formatAliasString()
784 OS << format("\\xFF\\x%02X\\x%02X", OpIndex + 1, PrintIndex + 1); in formatAliasString()