LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
llvm::AssemblyWriter Member List

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

AssemblyWriter(formatted_raw_ostream &o, SlotTracker &Mac, const Module *M, AssemblyAnnotationWriter *AAW)llvm::AssemblyWriter
AssemblyWriter(formatted_raw_ostream &o, const Module *M, AssemblyAnnotationWriter *AAW)llvm::AssemblyWriter
Outllvm::AssemblyWriterprotected
printAlias(const GlobalAlias *GV)llvm::AssemblyWriter
printArgument(const Argument *FA, AttributeSet Attrs, unsigned Idx)llvm::AssemblyWriter
printBasicBlock(const BasicBlock *BB)llvm::AssemblyWriter
printFunction(const Function *F)llvm::AssemblyWriter
printGlobal(const GlobalVariable *GV)llvm::AssemblyWriter
printInstruction(const Instruction &I)llvm::AssemblyWriter
printInstructionLine(const Instruction &I)llvm::AssemblyWriter
printMDNodeBody(const MDNode *MD)llvm::AssemblyWriter
printModule(const Module *M)llvm::AssemblyWriter
printNamedMDNode(const NamedMDNode *NMD)llvm::AssemblyWriter
printTypeIdentities()llvm::AssemblyWriter
TheModulellvm::AssemblyWriterprotected
writeAllAttributeGroups()llvm::AssemblyWriter
writeAllMDNodes()llvm::AssemblyWriter
writeAtomic(AtomicOrdering Ordering, SynchronizationScope SynchScope)llvm::AssemblyWriter
writeMDNode(unsigned Slot, const MDNode *Node)llvm::AssemblyWriter
writeOperand(const Value *Op, bool PrintType)llvm::AssemblyWriter
writeParamOperand(const Value *Operand, AttributeSet Attrs, unsigned Idx)llvm::AssemblyWriter
~AssemblyWriter()llvm::AssemblyWritervirtual