Searched defs:printNumber (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DScopedPrinter.h162 void printNumber(StringRef Label, uint64_t Value) { function in class:llvm::ScopedPrinter
166 void printNumber(StringRef Label, uint32_t Value) { function in class:llvm::ScopedPrinter
170 void printNumber(StringRef Label, uint16_t Value) { function in class:llvm::ScopedPrinter
174 void printNumber(StringRef Label, uint8_t Value) { function in class:llvm::ScopedPrinter
178 void printNumber(StringRef Label, int64_t Value) { function in class:llvm::ScopedPrinter
182 void printNumber(StringRef Label, int32_t Value) { function in class:llvm::ScopedPrinter
186 void printNumber(StringRef Label, int16_t Value) { function in class:llvm::ScopedPrinter
190 void printNumber(StringRef Label, int8_t Value) { function in class:llvm::ScopedPrinter
194 void printNumber(StringRef Label, const APSInt &Value) { function in class:llvm::ScopedPrinter
273 void printNumber(StringRe function in class:llvm::ScopedPrinter
[all...]

Completed in 216 milliseconds