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.cpp74 auto PrintIndex = [](unsigned Index) { in checkIntegrityScopesTree() local
81 PrintIndex(Index); in checkIntegrityScopesTree()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DAsmWriterEmitter.cpp773 int OpIndex, PrintIndex; in formatAliasString() local
774 std::tie(OpIndex, PrintIndex) = getOpData(Name); in formatAliasString()
775 if (PrintIndex == -1) { in formatAliasString()
782 OS << format("\\xFF\\x%02X\\x%02X", OpIndex + 1, PrintIndex + 1); in formatAliasString()