Searched refs:AssemblyWriter (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/IR/ |
D | AsmWriter.cpp | 1936 class AssemblyWriter { class 1949 AssemblyWriter(formatted_raw_ostream &o, SlotTracker &Mac, const Module *M, 1954 AssemblyWriter(formatted_raw_ostream &o, const Module *M, 1996 void AssemblyWriter::init() { in init() 2008 AssemblyWriter::AssemblyWriter(formatted_raw_ostream &o, SlotTracker &Mac, in AssemblyWriter() function in AssemblyWriter 2016 AssemblyWriter::AssemblyWriter(formatted_raw_ostream &o, const Module *M, in AssemblyWriter() function in AssemblyWriter 2025 void AssemblyWriter::writeOperand(const Value *Operand, bool PrintType) { in writeOperand() 2037 void AssemblyWriter::writeAtomic(AtomicOrdering Ordering, in writeAtomic() 2058 void AssemblyWriter::writeAtomicCmpXchg(AtomicOrdering SuccessOrdering, in writeAtomicCmpXchg() 2089 void AssemblyWriter::writeParamOperand(const Value *Operand, in writeParamOperand() [all …]
|