Searched refs:printArgument (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | AsmWriter.cpp | 1136 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/ |
D | AsmWriter.cpp | 2097 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
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | AsmWriter.cpp | 2336 void printArgument(const Argument *FA, AttributeSet Attrs); 3344 printArgument(&Arg, Attrs.getParamAttributes(Arg.getArgNo())); in printFunction() 3405 void AssemblyWriter::printArgument(const Argument *Arg, AttributeSet Attrs) { in printArgument() function in AssemblyWriter
|