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

/openbsd-current/gnu/llvm/llvm/include/llvm/Support/
H A DScopedPrinter.h201 virtual void printNumber(StringRef Label, uint64_t Value) { function in class:llvm::ScopedPrinter
205 virtual void printNumber(StringRef Label, uint32_t Value) { function in class:llvm::ScopedPrinter
209 virtual void printNumber(StringRef Label, uint16_t Value) { function in class:llvm::ScopedPrinter
213 virtual void printNumber(StringRef Label, uint8_t Value) { function in class:llvm::ScopedPrinter
217 virtual void printNumber(StringRef Label, int64_t Value) { function in class:llvm::ScopedPrinter
221 virtual void printNumber(StringRef Label, int32_t Value) { function in class:llvm::ScopedPrinter
225 virtual void printNumber(StringRef Label, int16_t Value) { function in class:llvm::ScopedPrinter
229 virtual void printNumber(StringRef Label, int8_t Value) { function in class:llvm::ScopedPrinter
233 virtual void printNumber(StringRef Label, const APSInt &Value) { function in class:llvm::ScopedPrinter
238 void printNumber(StringRe function in class:llvm::ScopedPrinter
[all...]

Completed in 167 milliseconds