Searched refs:printCustom (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DPseudoSourceValue.h29 /// printCustom - Implement printing for PseudoSourceValue. This is called
32 virtual void printCustom(raw_ostream &O) const;
106 virtual void printCustom(raw_ostream &OS) const;
/external/llvm/lib/CodeGen/
H A DPseudoSourceValue.cpp69 void PseudoSourceValue::printCustom(raw_ostream &O) const { function in class:PseudoSourceValue
130 void FixedStackPseudoSourceValue::printCustom(raw_ostream &OS) const { function in class:FixedStackPseudoSourceValue
/external/llvm/include/llvm/
H A DValue.h87 /// printCustom - Value subclasses can override this to implement custom
89 virtual void printCustom(raw_ostream &O) const;
/external/llvm/lib/VMCore/
H A DAsmWriter.cpp2155 printCustom(OS);
2159 // Value::printCustom - subclasses should override this to implement printing.
2160 void Value::printCustom(raw_ostream &OS) const { function in class:Value

Completed in 906 milliseconds