Lines Matching refs:AssemblyWriter
2569 class AssemblyWriter { class
2588 AssemblyWriter(formatted_raw_ostream &o, SlotTracker &Mac, const Module *M,
2592 AssemblyWriter(formatted_raw_ostream &o, SlotTracker &Mac,
2669 AssemblyWriter::AssemblyWriter(formatted_raw_ostream &o, SlotTracker &Mac, in AssemblyWriter() function in AssemblyWriter
2682 AssemblyWriter::AssemblyWriter(formatted_raw_ostream &o, SlotTracker &Mac, in AssemblyWriter() function in AssemblyWriter
2687 void AssemblyWriter::writeOperand(const Value *Operand, bool PrintType) { in writeOperand()
2699 void AssemblyWriter::writeSyncScope(const LLVMContext &Context, in writeSyncScope()
2717 void AssemblyWriter::writeAtomic(const LLVMContext &Context, in writeAtomic()
2727 void AssemblyWriter::writeAtomicCmpXchg(const LLVMContext &Context, in writeAtomicCmpXchg()
2739 void AssemblyWriter::writeParamOperand(const Value *Operand, in writeParamOperand()
2758 void AssemblyWriter::writeOperandBundles(const CallBase *Call) { in writeOperandBundles()
2795 void AssemblyWriter::printModule(const Module *M) { in printModule()
2891 void AssemblyWriter::printModuleSummaryIndex() { in printModuleSummaryIndex()
3011 void AssemblyWriter::printTypeTestResolution(const TypeTestResolution &TTRes) { in printTypeTestResolution()
3030 void AssemblyWriter::printTypeIdSummary(const TypeIdSummary &TIS) { in printTypeIdSummary()
3047 void AssemblyWriter::printTypeIdCompatibleVtableSummary( in printTypeIdCompatibleVtableSummary()
3060 void AssemblyWriter::printArgs(const std::vector<uint64_t> &Args) { in printArgs()
3070 void AssemblyWriter::printWPDRes(const WholeProgramDevirtResolution &WPDRes) { in printWPDRes()
3116 void AssemblyWriter::printAliasSummary(const AliasSummary *AS) { in printAliasSummary()
3127 void AssemblyWriter::printGlobalVarSummary(const GlobalVarSummary *GS) { in printGlobalVarSummary()
3199 void AssemblyWriter::printFunctionSummary(const FunctionSummary *FS) { in printFunctionSummary()
3263 void AssemblyWriter::printTypeIdInfo( in printTypeIdInfo()
3309 void AssemblyWriter::printVFuncId(const FunctionSummary::VFuncId VFId) { in printVFuncId()
3331 void AssemblyWriter::printNonConstVCalls( in printNonConstVCalls()
3342 void AssemblyWriter::printConstVCalls( in printConstVCalls()
3360 void AssemblyWriter::printSummary(const GlobalValueSummary &Summary) { in printSummary()
3400 void AssemblyWriter::printSummaryInfo(unsigned Slot, const ValueInfo &VI) { in printSummaryInfo()
3442 void AssemblyWriter::printNamedMDNode(const NamedMDNode *NMD) { in printNamedMDNode()
3543 void AssemblyWriter::printGlobal(const GlobalVariable *GV) { in printGlobal()
3599 void AssemblyWriter::printIndirectSymbol(const GlobalIndirectSymbol *GIS) { in printIndirectSymbol()
3645 void AssemblyWriter::printComdat(const Comdat *C) { in printComdat()
3649 void AssemblyWriter::printTypeIdentities() { in printTypeIdentities()
3679 void AssemblyWriter::printFunction(const Function *F) { in printFunction()
3826 void AssemblyWriter::printArgument(const Argument *Arg, AttributeSet Attrs) { in printArgument()
3848 void AssemblyWriter::printBasicBlock(const BasicBlock *BB) { in printBasicBlock()
3894 void AssemblyWriter::printInstructionLine(const Instruction &I) { in printInstructionLine()
3901 void AssemblyWriter::printGCRelocateComment(const GCRelocateInst &Relocate) { in printGCRelocateComment()
3911 void AssemblyWriter::printInfoComment(const Value &V) { in printInfoComment()
3937 void AssemblyWriter::printInstruction(const Instruction &I) { in printInstruction()
4369 void AssemblyWriter::printMetadataAttachments( in printMetadataAttachments()
4391 void AssemblyWriter::writeMDNode(unsigned Slot, const MDNode *Node) { in writeMDNode()
4397 void AssemblyWriter::writeAllMDNodes() { in writeAllMDNodes()
4408 void AssemblyWriter::printMDNodeBody(const MDNode *Node) { in printMDNodeBody()
4412 void AssemblyWriter::writeAttribute(const Attribute &Attr, bool InAttrGroup) { in writeAttribute()
4426 void AssemblyWriter::writeAttributeSet(const AttributeSet &AttrSet, in writeAttributeSet()
4437 void AssemblyWriter::writeAllAttributeGroups() { in writeAllAttributeGroups()
4449 void AssemblyWriter::printUseListOrder(const Value *V, in printUseListOrder()
4474 void AssemblyWriter::printUseLists(const Function *F) { in printUseLists()
4493 AssemblyWriter W(OS, SlotTable, this->getParent(), AAW, in print()
4504 AssemblyWriter W(OS, SlotTable, this->getModule(), AAW, in print()
4514 AssemblyWriter W(OS, SlotTable, this, AAW, IsForDebug, in print()
4522 AssemblyWriter W(OS, SlotTable, getParent(), nullptr, IsForDebug); in print()
4538 AssemblyWriter W(OS, *SlotTable, getParent(), nullptr, IsForDebug); in print()
4617 AssemblyWriter W(OS, SlotTable, getModuleFromVal(I), nullptr, IsForDebug); in print()
4621 AssemblyWriter W(OS, SlotTable, getModuleFromVal(BB), nullptr, IsForDebug); in print()
4624 AssemblyWriter W(OS, SlotTable, GV->getParent(), nullptr, IsForDebug); in print()
4736 AssemblyWriter W(OS, SlotTable, this, IsForDebug); in print()