• Home
  • Raw
  • Download

Lines Matching refs:AssemblyWriter

2056 class AssemblyWriter {  class
2071 AssemblyWriter(formatted_raw_ostream &o, SlotTracker &Mac, const Module *M,
2121 AssemblyWriter::AssemblyWriter(formatted_raw_ostream &o, SlotTracker &Mac, in AssemblyWriter() function in AssemblyWriter
2135 void AssemblyWriter::writeOperand(const Value *Operand, bool PrintType) { in writeOperand()
2147 void AssemblyWriter::writeAtomic(AtomicOrdering Ordering, in writeAtomic()
2160 void AssemblyWriter::writeAtomicCmpXchg(AtomicOrdering SuccessOrdering, in writeAtomicCmpXchg()
2175 void AssemblyWriter::writeParamOperand(const Value *Operand, in writeParamOperand()
2192 void AssemblyWriter::writeOperandBundles(ImmutableCallSite CS) { in writeOperandBundles()
2229 void AssemblyWriter::printModule(const Module *M) { in printModule()
2345 void AssemblyWriter::printNamedMDNode(const NamedMDNode *NMD) { in printNamedMDNode()
2457 void AssemblyWriter::printGlobal(const GlobalVariable *GV) { in printGlobal()
2502 void AssemblyWriter::printIndirectSymbol(const GlobalIndirectSymbol *GIS) { in printIndirectSymbol()
2541 void AssemblyWriter::printComdat(const Comdat *C) { in printComdat()
2545 void AssemblyWriter::printTypeIdentities() { in printTypeIdentities()
2585 void AssemblyWriter::printFunction(const Function *F) { in printFunction()
2728 void AssemblyWriter::printArgument(const Argument *Arg, in printArgument()
2746 void AssemblyWriter::printBasicBlock(const BasicBlock *BB) { in printBasicBlock()
2794 void AssemblyWriter::printInstructionLine(const Instruction &I) { in printInstructionLine()
2801 void AssemblyWriter::printGCRelocateComment(const GCRelocateInst &Relocate) { in printGCRelocateComment()
2812 void AssemblyWriter::printInfoComment(const Value &V) { in printInfoComment()
2821 void AssemblyWriter::printInstruction(const Instruction &I) { in printInstruction()
3195 void AssemblyWriter::printMetadataAttachments( in printMetadataAttachments()
3217 void AssemblyWriter::writeMDNode(unsigned Slot, const MDNode *Node) { in writeMDNode()
3223 void AssemblyWriter::writeAllMDNodes() { in writeAllMDNodes()
3235 void AssemblyWriter::printMDNodeBody(const MDNode *Node) { in printMDNodeBody()
3239 void AssemblyWriter::writeAllAttributeGroups() { in writeAllAttributeGroups()
3252 void AssemblyWriter::printUseListOrder(const UseListOrder &Order) { in printUseListOrder()
3277 void AssemblyWriter::printUseLists(const Function *F) { in printUseLists()
3300 AssemblyWriter W(OS, SlotTable, this->getParent(), AAW, in print()
3310 AssemblyWriter W(OS, SlotTable, this, AAW, IsForDebug, in print()
3318 AssemblyWriter W(OS, SlotTable, getParent(), nullptr, IsForDebug); in print()
3334 AssemblyWriter W(OS, *SlotTable, getParent(), nullptr, IsForDebug); in print()
3413 AssemblyWriter W(OS, SlotTable, getModuleFromVal(I), nullptr, IsForDebug); in print()
3417 AssemblyWriter W(OS, SlotTable, getModuleFromVal(BB), nullptr, IsForDebug); in print()
3420 AssemblyWriter W(OS, SlotTable, GV->getParent(), nullptr, IsForDebug); in print()