Searched refs:printArgument (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DAsmWriter.cpp1136 void printArgument(const Argument *FA, Attributes Attrs);
1512 printArgument(I, Attrs.getParamAttributes(Idx));
1564 /// printArgument - This member is called for every argument that is passed into
1567 void AssemblyWriter::printArgument(const Argument *Arg, function in class:AssemblyWriter
/external/llvm/lib/IR/
H A DAsmWriter.cpp2097 void printArgument(const Argument *FA, AttributeSet Attrs, unsigned Idx);
2666 printArgument(&Arg, Attrs, Idx++);
2725 /// printArgument - This member is called for every argument that is passed into
2728 void AssemblyWriter::printArgument(const Argument *Arg, function in class:AssemblyWriter

Completed in 744 milliseconds