Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DPseudoSourceValue.h32 virtual void printCustom(raw_ostream &O) const;
106 virtual void printCustom(raw_ostream &OS) const;
/external/llvm/lib/CodeGen/
DPseudoSourceValue.cpp69 void PseudoSourceValue::printCustom(raw_ostream &O) const { in printCustom() function in PseudoSourceValue
130 void FixedStackPseudoSourceValue::printCustom(raw_ostream &OS) const { in printCustom() function in FixedStackPseudoSourceValue
/external/llvm/include/llvm/
DValue.h89 virtual void printCustom(raw_ostream &O) const;
/external/llvm/lib/VMCore/
DAsmWriter.cpp2155 printCustom(OS); in print()
2160 void Value::printCustom(raw_ostream &OS) const { in printCustom() function in Value