Searched refs:AssemblyWriter (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | AsmWriter.cpp | 2690 class AssemblyWriter { class 2709 AssemblyWriter(formatted_raw_ostream &o, SlotTracker &Mac, const Module *M, 2713 AssemblyWriter(formatted_raw_ostream &o, SlotTracker &Mac, 2800 AssemblyWriter::AssemblyWriter(formatted_raw_ostream &o, SlotTracker &Mac, in AssemblyWriter() function in AssemblyWriter 2813 AssemblyWriter::AssemblyWriter(formatted_raw_ostream &o, SlotTracker &Mac, in AssemblyWriter() function in AssemblyWriter 2818 void AssemblyWriter::writeOperand(const Value *Operand, bool PrintType) { in writeOperand() 2831 void AssemblyWriter::writeSyncScope(const LLVMContext &Context, in writeSyncScope() 2849 void AssemblyWriter::writeAtomic(const LLVMContext &Context, in writeAtomic() 2859 void AssemblyWriter::writeAtomicCmpXchg(const LLVMContext &Context, in writeAtomicCmpXchg() 2871 void AssemblyWriter::writeParamOperand(const Value *Operand, in writeParamOperand() [all …]
|