Searched refs:DiffConsumer (Results 1 - 3 of 3) sorted by relevance

/external/llvm/tools/llvm-diff/
H A DDiffConsumer.cpp1 //===-- DiffConsumer.cpp - Difference Consumer ------------------*- C++ -*-===//
14 #include "DiffConsumer.h"
49 void DiffConsumer::printValue(Value *V, bool isL) {
95 void DiffConsumer::header() {
135 void DiffConsumer::indent() {
140 bool DiffConsumer::hadDifferences() const {
144 void DiffConsumer::enterContext(Value *L, Value *R) {
149 void DiffConsumer::exitContext() {
155 void DiffConsumer::log(StringRef text) {
161 void DiffConsumer
[all...]
H A DDiffConsumer.h1 //===-- DiffConsumer.h - Difference Consumer --------------------*- C++ -*-===//
56 class DiffConsumer : public Consumer { class in namespace:llvm
79 DiffConsumer() function in class:llvm::DiffConsumer
H A Dllvm-diff.cpp81 DiffConsumer Consumer;

Completed in 174 milliseconds