Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp2088 Printer.printInt("line", N->getLine()); in writeDIDerivedType()
2111 Printer.printInt("line", N->getLine()); in writeDICompositeType()
2200 Printer.printInt("line", N->getLine()); in writeDISubprogram()
2226 Printer.printInt("line", N->getLine()); in writeDILexicalBlock()
2270 Printer.printInt("line", N->getLine()); in writeDIMacro()
2280 Printer.printInt("line", N->getLine()); in writeDIMacroFile()
2334 Printer.printInt("line", N->getLine()); in writeDIGlobalVariable()
2350 Printer.printInt("arg", N->getArg()); in writeDILocalVariable()
2353 Printer.printInt("line", N->getLine()); in writeDILocalVariable()
2368 Printer.printInt("line", N->getLine()); in writeDILabel()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DRegisterInfoEmitter.cpp204 static void printInt(raw_ostream &OS, int Val) { in printInt() function
320 PSetsSeqs.emit(OS, printInt, "-1"); in EmitRegUnitPressure()