Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/IR/
H A DAsmWriter.cpp1845 Printer.printInt("line", N->getLine()); in writeDIDerivedType()
1868 Printer.printInt("line", N->getLine()); in writeDICompositeType()
1950 Printer.printInt("line", N->getLine()); in writeDISubprogram()
1975 Printer.printInt("line", N->getLine()); in writeDILexicalBlock()
2011 Printer.printInt("line", N->getLine()); in writeDIMacro()
2022 Printer.printInt("line", N->getLine()); in writeDIMacroFile()
2078 Printer.printInt("line", N->getLine()); in writeDIGlobalVariable()
2094 Printer.printInt("arg", N->getArg()); in writeDILocalVariable()
2097 Printer.printInt("line", N->getLine()); in writeDILocalVariable()
2112 Printer.printInt("line", N->getLine()); in writeDILabel()
[all …]
/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DRegisterInfoEmitter.cpp190 static void printInt(raw_ostream &OS, int Val) { in printInt() function
307 PSetsSeqs.emit(OS, printInt, "-1"); in EmitRegUnitPressure()