Lines Matching refs:AssemblyWriter

2603 class AssemblyWriter {  class
2622 AssemblyWriter(formatted_raw_ostream &o, SlotTracker &Mac, const Module *M,
2626 AssemblyWriter(formatted_raw_ostream &o, SlotTracker &Mac,
2710 AssemblyWriter::AssemblyWriter(formatted_raw_ostream &o, SlotTracker &Mac, in AssemblyWriter() function in AssemblyWriter
2723 AssemblyWriter::AssemblyWriter(formatted_raw_ostream &o, SlotTracker &Mac, in AssemblyWriter() function in AssemblyWriter
2728 void AssemblyWriter::writeOperand(const Value *Operand, bool PrintType) { in writeOperand()
2741 void AssemblyWriter::writeSyncScope(const LLVMContext &Context, in writeSyncScope()
2759 void AssemblyWriter::writeAtomic(const LLVMContext &Context, in writeAtomic()
2769 void AssemblyWriter::writeAtomicCmpXchg(const LLVMContext &Context, in writeAtomicCmpXchg()
2781 void AssemblyWriter::writeParamOperand(const Value *Operand, in writeParamOperand()
2801 void AssemblyWriter::writeOperandBundles(const CallBase *Call) { in writeOperandBundles()
2843 void AssemblyWriter::printModule(const Module *M) { in printModule()
2939 void AssemblyWriter::printModuleSummaryIndex() { in printModuleSummaryIndex()
3057 void AssemblyWriter::printTypeTestResolution(const TypeTestResolution &TTRes) { in printTypeTestResolution()
3076 void AssemblyWriter::printTypeIdSummary(const TypeIdSummary &TIS) { in printTypeIdSummary()
3093 void AssemblyWriter::printTypeIdCompatibleVtableSummary( in printTypeIdCompatibleVtableSummary()
3106 void AssemblyWriter::printArgs(const std::vector<uint64_t> &Args) { in printArgs()
3116 void AssemblyWriter::printWPDRes(const WholeProgramDevirtResolution &WPDRes) { in printWPDRes()
3162 void AssemblyWriter::printAliasSummary(const AliasSummary *AS) { in printAliasSummary()
3173 void AssemblyWriter::printGlobalVarSummary(const GlobalVarSummary *GS) { in printGlobalVarSummary()
3245 void AssemblyWriter::printFunctionSummary(const FunctionSummary *FS) { in printFunctionSummary()
3374 void AssemblyWriter::printTypeIdInfo( in printTypeIdInfo()
3420 void AssemblyWriter::printVFuncId(const FunctionSummary::VFuncId VFId) { in printVFuncId()
3442 void AssemblyWriter::printNonConstVCalls( in printNonConstVCalls()
3453 void AssemblyWriter::printConstVCalls( in printConstVCalls()
3471 void AssemblyWriter::printSummary(const GlobalValueSummary &Summary) { in printSummary()
3511 void AssemblyWriter::printSummaryInfo(unsigned Slot, const ValueInfo &VI) { in printSummaryInfo()
3553 void AssemblyWriter::printNamedMDNode(const NamedMDNode *NMD) { in printNamedMDNode()
3652 void AssemblyWriter::printGlobal(const GlobalVariable *GV) { in printGlobal()
3743 void AssemblyWriter::printAlias(const GlobalAlias *GA) { in printAlias()
3782 void AssemblyWriter::printIFunc(const GlobalIFunc *GI) { in printIFunc()
3816 void AssemblyWriter::printComdat(const Comdat *C) { in printComdat()
3820 void AssemblyWriter::printTypeIdentities() { in printTypeIdentities()
3850 void AssemblyWriter::printFunction(const Function *F) { in printFunction()
4003 void AssemblyWriter::printArgument(const Argument *Arg, AttributeSet Attrs) { in printArgument()
4025 void AssemblyWriter::printBasicBlock(const BasicBlock *BB) { in printBasicBlock()
4071 void AssemblyWriter::printInstructionLine(const Instruction &I) { in printInstructionLine()
4078 void AssemblyWriter::printGCRelocateComment(const GCRelocateInst &Relocate) { in printGCRelocateComment()
4088 void AssemblyWriter::printInfoComment(const Value &V) { in printInfoComment()
4125 void AssemblyWriter::printInstruction(const Instruction &I) { in printInstruction()
4560 void AssemblyWriter::printDPMarker(const DPMarker &Marker) { in printDPMarker()
4574 void AssemblyWriter::printDPValue(const DPValue &Value) { in printDPValue()
4613 void AssemblyWriter::printMetadataAttachments( in printMetadataAttachments()
4636 void AssemblyWriter::writeMDNode(unsigned Slot, const MDNode *Node) { in writeMDNode()
4642 void AssemblyWriter::writeAllMDNodes() { in writeAllMDNodes()
4653 void AssemblyWriter::printMDNodeBody(const MDNode *Node) { in printMDNodeBody()
4658 void AssemblyWriter::writeAttribute(const Attribute &Attr, bool InAttrGroup) { in writeAttribute()
4672 void AssemblyWriter::writeAttributeSet(const AttributeSet &AttrSet, in writeAttributeSet()
4683 void AssemblyWriter::writeAllAttributeGroups() { in writeAllAttributeGroups()
4695 void AssemblyWriter::printUseListOrder(const Value *V, in printUseListOrder()
4720 void AssemblyWriter::printUseLists(const Function *F) { in printUseLists()
4739 AssemblyWriter W(OS, SlotTable, this->getParent(), AAW, in print()
4750 AssemblyWriter W(OS, SlotTable, this->getModule(), AAW, in print()
4765 AssemblyWriter W(OS, SlotTable, this, AAW, IsForDebug, in print()
4776 AssemblyWriter W(OS, SlotTable, getParent(), nullptr, IsForDebug); in print()
4792 AssemblyWriter W(OS, *SlotTable, getParent(), nullptr, IsForDebug); in print()
4872 AssemblyWriter W(OS, SlotTable, getModuleFromDPI(this), nullptr, IsForDebug); in print()
4890 AssemblyWriter W(OS, SlotTable, getModuleFromDPI(this), nullptr, IsForDebug); in print()
4918 AssemblyWriter W(OS, SlotTable, getModuleFromVal(I), nullptr, IsForDebug); in print()
4922 AssemblyWriter W(OS, SlotTable, getModuleFromVal(BB), nullptr, IsForDebug); in print()
4925 AssemblyWriter W(OS, SlotTable, GV->getParent(), nullptr, IsForDebug); in print()
5119 AssemblyWriter W(OS, SlotTable, this, IsForDebug); in print()