LLVM API Documentation

llvm::AssemblyWriter Member List

This is the complete list of members for llvm::AssemblyWriter, including all inherited members.

AssemblyWriter(std::ostream &o, SlotMachine &Mac, const Module *M, AssemblyAnnotationWriter *AAW)llvm::AssemblyWriter [inline]
getModule()llvm::AssemblyWriter [inline]
write(const Module *M)llvm::AssemblyWriter [inline]
write(const GlobalVariable *G)llvm::AssemblyWriter [inline]
write(const Function *F)llvm::AssemblyWriter [inline]
write(const BasicBlock *BB)llvm::AssemblyWriter [inline]
write(const Instruction *I)llvm::AssemblyWriter [inline]
write(const Constant *CPV)llvm::AssemblyWriter [inline]
write(const Type *Ty)llvm::AssemblyWriter [inline]
writeOperand(const Value *Op, bool PrintType, bool PrintName=true)llvm::AssemblyWriter