HomeSort by relevance Sort by last modified time
    Searched refs:printCustom (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/CodeGen/
PseudoSourceValue.h 29 /// 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/
PseudoSourceValue.cpp 69 void PseudoSourceValue::printCustom(raw_ostream &O) const {
130 void FixedStackPseudoSourceValue::printCustom(raw_ostream &OS) const {
  /external/llvm/include/llvm/
Value.h 87 /// printCustom - Value subclasses can override this to implement custom
89 virtual void printCustom(raw_ostream &O) const;
  /external/llvm/lib/VMCore/
AsmWriter.cpp     [all...]

Completed in 221 milliseconds