Searched refs:AssemblyWriter (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | AsmWriter.cpp | 2545 class AssemblyWriter { class 2564 AssemblyWriter(formatted_raw_ostream &o, SlotTracker &Mac, const Module *M, 2568 AssemblyWriter(formatted_raw_ostream &o, SlotTracker &Mac, 2650 AssemblyWriter::AssemblyWriter(formatted_raw_ostream &o, SlotTracker &Mac, in AssemblyWriter() function in AssemblyWriter 2663 AssemblyWriter::AssemblyWriter(formatted_raw_ostream &o, SlotTracker &Mac, in AssemblyWriter() function in AssemblyWriter 2668 void AssemblyWriter::writeOperand(const Value *Operand, bool PrintType) { in writeOperand() 2681 void AssemblyWriter::writeSyncScope(const LLVMContext &Context, in writeSyncScope() 2699 void AssemblyWriter::writeAtomic(const LLVMContext &Context, in writeAtomic() 2709 void AssemblyWriter::writeAtomicCmpXchg(const LLVMContext &Context, in writeAtomicCmpXchg() 2721 void AssemblyWriter::writeParamOperand(const Value *Operand, in writeParamOperand() [all …]
|