Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp2032 Printer.printInt("line", N->getLine()); in writeDIDerivedType()
2055 Printer.printInt("line", N->getLine()); in writeDICompositeType()
2147 Printer.printInt("line", N->getLine()); in writeDISubprogram()
2172 Printer.printInt("line", N->getLine()); in writeDILexicalBlock()
2221 Printer.printInt("line", N->getLine()); in writeDIMacro()
2232 Printer.printInt("line", N->getLine()); in writeDIMacroFile()
2293 Printer.printInt("line", N->getLine()); in writeDIGlobalVariable()
2309 Printer.printInt("arg", N->getArg()); in writeDILocalVariable()
2312 Printer.printInt("line", N->getLine()); in writeDILocalVariable()
2327 Printer.printInt("line", N->getLine()); in writeDILabel()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DRegisterInfoEmitter.cpp203 static void printInt(raw_ostream &OS, int Val) { in printInt() function
319 PSetsSeqs.emit(OS, printInt, "-1"); in EmitRegUnitPressure()