Searched refs:printBinaryImpl (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/Support/
H A DScopedPrinter.h273 printBinaryImpl(Label, Str, Value, false);
279 printBinaryImpl(Label, Str, V, false);
283 printBinaryImpl(Label, StringRef(), Value, false);
289 printBinaryImpl(Label, StringRef(), V, false);
295 printBinaryImpl(Label, StringRef(), V, false);
299 printBinaryImpl(Label, StringRef(), Value, true);
305 printBinaryImpl(Label, StringRef(), V, true);
335 void printBinaryImpl(StringRef Label, StringRef Str, ArrayRef<uint8_t> Value,
/external/llvm/lib/Support/
H A DScopedPrinter.cpp23 void ScopedPrinter::printBinaryImpl(StringRef Label, StringRef Str, function in class:llvm::ScopedPrinter

Completed in 131 milliseconds