Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/VMCore/
DAsmWriter.cpp1136 void printArgument(const Argument *FA, Attributes Attrs);
1512 printArgument(I, Attrs.getParamAttributes(Idx)); in printFunction()
1567 void AssemblyWriter::printArgument(const Argument *Arg, in printArgument() function in AssemblyWriter
/external/llvm/lib/IR/
DAsmWriter.cpp2097 void printArgument(const Argument *FA, AttributeSet Attrs, unsigned Idx);
2666 printArgument(&Arg, Attrs, Idx++); in printFunction()
2728 void AssemblyWriter::printArgument(const Argument *Arg, in printArgument() function in AssemblyWriter