Home
last modified time | relevance | path

Searched refs:printArgument (Results 1 – 3 of 3) 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
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DAsmWriter.cpp2336 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