Lines Matching refs:AssemblyWriter

2002 class AssemblyWriter {  class
2017 AssemblyWriter(formatted_raw_ostream &o, SlotTracker &Mac, const Module *M,
2067 AssemblyWriter::AssemblyWriter(formatted_raw_ostream &o, SlotTracker &Mac, in AssemblyWriter() function in AssemblyWriter
2084 void AssemblyWriter::writeOperand(const Value *Operand, bool PrintType) { in writeOperand()
2096 void AssemblyWriter::writeAtomic(AtomicOrdering Ordering, in writeAtomic()
2117 void AssemblyWriter::writeAtomicCmpXchg(AtomicOrdering SuccessOrdering, in writeAtomicCmpXchg()
2148 void AssemblyWriter::writeParamOperand(const Value *Operand, in writeParamOperand()
2165 void AssemblyWriter::writeOperandBundles(ImmutableCallSite CS) { in writeOperandBundles()
2202 void AssemblyWriter::printModule(const Module *M) { in printModule()
2307 void AssemblyWriter::printNamedMDNode(const NamedMDNode *NMD) { in printNamedMDNode()
2398 void AssemblyWriter::printGlobal(const GlobalVariable *GV) { in printGlobal()
2438 void AssemblyWriter::printAlias(const GlobalAlias *GA) { in printAlias()
2471 void AssemblyWriter::printComdat(const Comdat *C) { in printComdat()
2475 void AssemblyWriter::printTypeIdentities() { in printTypeIdentities()
2515 void AssemblyWriter::printFunction(const Function *F) { in printFunction()
2652 void AssemblyWriter::printArgument(const Argument *Arg, in printArgument()
2670 void AssemblyWriter::printBasicBlock(const BasicBlock *BB) { in printBasicBlock()
2718 void AssemblyWriter::printInstructionLine(const Instruction &I) { in printInstructionLine()
2725 void AssemblyWriter::printGCRelocateComment(const Value &V) { in printGCRelocateComment()
2739 void AssemblyWriter::printInfoComment(const Value &V) { in printInfoComment()
2748 void AssemblyWriter::printInstruction(const Instruction &I) { in printInstruction()
3120 void AssemblyWriter::printMetadataAttachments( in printMetadataAttachments()
3142 void AssemblyWriter::writeMDNode(unsigned Slot, const MDNode *Node) { in writeMDNode()
3148 void AssemblyWriter::writeAllMDNodes() { in writeAllMDNodes()
3160 void AssemblyWriter::printMDNodeBody(const MDNode *Node) { in printMDNodeBody()
3164 void AssemblyWriter::writeAllAttributeGroups() { in writeAllAttributeGroups()
3178 void AssemblyWriter::printUseListOrder(const UseListOrder &Order) { in printUseListOrder()
3203 void AssemblyWriter::printUseLists(const Function *F) { in printUseLists()
3225 AssemblyWriter W(OS, SlotTable, this, AAW, IsForDebug, in print()
3233 AssemblyWriter W(OS, SlotTable, getParent(), nullptr, IsForDebug); in print()
3309 AssemblyWriter W(OS, SlotTable, getModuleFromVal(I), nullptr, IsForDebug); in print()
3313 AssemblyWriter W(OS, SlotTable, getModuleFromVal(BB), nullptr, IsForDebug); in print()
3316 AssemblyWriter W(OS, SlotTable, GV->getParent(), nullptr, IsForDebug); in print()