Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DPseudoSourceValue.h38 virtual void printCustom(raw_ostream &O) const;
105 void printCustom(raw_ostream &OS) const override;
/external/llvm/lib/CodeGen/
DPseudoSourceValue.cpp65 void PseudoSourceValue::printCustom(raw_ostream &O) const { in printCustom() function in PseudoSourceValue
122 void FixedStackPseudoSourceValue::printCustom(raw_ostream &OS) const { in printCustom() function in FixedStackPseudoSourceValue
DMachineInstr.cpp504 PSV->printCustom(OS); in operator <<()
/external/llvm/lib/Target/Mips/
DMipsMachineFunction.h44 void printCustom(raw_ostream &O) const override;
DMipsMachineFunction.cpp53 void MipsCallEntry::printCustom(raw_ostream &O) const { in printCustom() function in MipsCallEntry