Searched refs:WriteAsOperandInternal (Results 1 - 1 of 1) sorted by relevance
/external/llvm/lib/VMCore/ |
H A D | AsmWriter.cpp | 628 static void WriteAsOperandInternal(raw_ostream &Out, const Value *V, 835 WriteAsOperandInternal(Out, BA->getFunction(), &TypePrinter, Machine, 838 WriteAsOperandInternal(Out, BA->getBasicBlock(), &TypePrinter, Machine, 849 WriteAsOperandInternal(Out, CA->getOperand(0), 856 WriteAsOperandInternal(Out, CA->getOperand(i), &TypePrinter, Machine, 877 WriteAsOperandInternal(Out, CA->getElementAsConstant(0), 884 WriteAsOperandInternal(Out, CA->getElementAsConstant(i), &TypePrinter, 902 WriteAsOperandInternal(Out, CS->getOperand(0), &TypePrinter, Machine, 910 WriteAsOperandInternal(Out, CS->getOperand(i), &TypePrinter, Machine, 927 WriteAsOperandInternal(Ou 1010 static void WriteAsOperandInternal(raw_ostream &Out, const Value *V, function [all...] |
Completed in 415 milliseconds