Lines Matching refs:AssemblyWriter
2520 class AssemblyWriter { class
2539 AssemblyWriter(formatted_raw_ostream &o, SlotTracker &Mac, const Module *M,
2543 AssemblyWriter(formatted_raw_ostream &o, SlotTracker &Mac,
2625 AssemblyWriter::AssemblyWriter(formatted_raw_ostream &o, SlotTracker &Mac, in AssemblyWriter() function in AssemblyWriter
2638 AssemblyWriter::AssemblyWriter(formatted_raw_ostream &o, SlotTracker &Mac, in AssemblyWriter() function in AssemblyWriter
2643 void AssemblyWriter::writeOperand(const Value *Operand, bool PrintType) { in writeOperand()
2656 void AssemblyWriter::writeSyncScope(const LLVMContext &Context, in writeSyncScope()
2674 void AssemblyWriter::writeAtomic(const LLVMContext &Context, in writeAtomic()
2684 void AssemblyWriter::writeAtomicCmpXchg(const LLVMContext &Context, in writeAtomicCmpXchg()
2696 void AssemblyWriter::writeParamOperand(const Value *Operand, in writeParamOperand()
2716 void AssemblyWriter::writeOperandBundles(const CallBase *Call) { in writeOperandBundles()
2754 void AssemblyWriter::printModule(const Module *M) { in printModule()
2850 void AssemblyWriter::printModuleSummaryIndex() { in printModuleSummaryIndex()
2970 void AssemblyWriter::printTypeTestResolution(const TypeTestResolution &TTRes) { in printTypeTestResolution()
2989 void AssemblyWriter::printTypeIdSummary(const TypeIdSummary &TIS) { in printTypeIdSummary()
3006 void AssemblyWriter::printTypeIdCompatibleVtableSummary( in printTypeIdCompatibleVtableSummary()
3019 void AssemblyWriter::printArgs(const std::vector<uint64_t> &Args) { in printArgs()
3029 void AssemblyWriter::printWPDRes(const WholeProgramDevirtResolution &WPDRes) { in printWPDRes()
3075 void AssemblyWriter::printAliasSummary(const AliasSummary *AS) { in printAliasSummary()
3086 void AssemblyWriter::printGlobalVarSummary(const GlobalVarSummary *GS) { in printGlobalVarSummary()
3158 void AssemblyWriter::printFunctionSummary(const FunctionSummary *FS) { in printFunctionSummary()
3212 void AssemblyWriter::printTypeIdInfo( in printTypeIdInfo()
3258 void AssemblyWriter::printVFuncId(const FunctionSummary::VFuncId VFId) { in printVFuncId()
3280 void AssemblyWriter::printNonConstVCalls( in printNonConstVCalls()
3291 void AssemblyWriter::printConstVCalls( in printConstVCalls()
3309 void AssemblyWriter::printSummary(const GlobalValueSummary &Summary) { in printSummary()
3349 void AssemblyWriter::printSummaryInfo(unsigned Slot, const ValueInfo &VI) { in printSummaryInfo()
3391 void AssemblyWriter::printNamedMDNode(const NamedMDNode *NMD) { in printNamedMDNode()
3492 void AssemblyWriter::printGlobal(const GlobalVariable *GV) { in printGlobal()
3562 void AssemblyWriter::printAlias(const GlobalAlias *GA) { in printAlias()
3601 void AssemblyWriter::printIFunc(const GlobalIFunc *GI) { in printIFunc()
3635 void AssemblyWriter::printComdat(const Comdat *C) { in printComdat()
3639 void AssemblyWriter::printTypeIdentities() { in printTypeIdentities()
3669 void AssemblyWriter::printFunction(const Function *F) { in printFunction()
3817 void AssemblyWriter::printArgument(const Argument *Arg, AttributeSet Attrs) { in printArgument()
3839 void AssemblyWriter::printBasicBlock(const BasicBlock *BB) { in printBasicBlock()
3885 void AssemblyWriter::printInstructionLine(const Instruction &I) { in printInstructionLine()
3892 void AssemblyWriter::printGCRelocateComment(const GCRelocateInst &Relocate) { in printGCRelocateComment()
3902 void AssemblyWriter::printInfoComment(const Value &V) { in printInfoComment()
3928 void AssemblyWriter::printInstruction(const Instruction &I) { in printInstruction()
4360 void AssemblyWriter::printMetadataAttachments( in printMetadataAttachments()
4383 void AssemblyWriter::writeMDNode(unsigned Slot, const MDNode *Node) { in writeMDNode()
4389 void AssemblyWriter::writeAllMDNodes() { in writeAllMDNodes()
4400 void AssemblyWriter::printMDNodeBody(const MDNode *Node) { in printMDNodeBody()
4405 void AssemblyWriter::writeAttribute(const Attribute &Attr, bool InAttrGroup) { in writeAttribute()
4419 void AssemblyWriter::writeAttributeSet(const AttributeSet &AttrSet, in writeAttributeSet()
4430 void AssemblyWriter::writeAllAttributeGroups() { in writeAllAttributeGroups()
4442 void AssemblyWriter::printUseListOrder(const Value *V, in printUseListOrder()
4467 void AssemblyWriter::printUseLists(const Function *F) { in printUseLists()
4486 AssemblyWriter W(OS, SlotTable, this->getParent(), AAW, in print()
4497 AssemblyWriter W(OS, SlotTable, this->getModule(), AAW, in print()
4507 AssemblyWriter W(OS, SlotTable, this, AAW, IsForDebug, in print()
4515 AssemblyWriter W(OS, SlotTable, getParent(), nullptr, IsForDebug); in print()
4531 AssemblyWriter W(OS, *SlotTable, getParent(), nullptr, IsForDebug); in print()
4610 AssemblyWriter W(OS, SlotTable, getModuleFromVal(I), nullptr, IsForDebug); in print()
4614 AssemblyWriter W(OS, SlotTable, getModuleFromVal(BB), nullptr, IsForDebug); in print()
4617 AssemblyWriter W(OS, SlotTable, GV->getParent(), nullptr, IsForDebug); in print()
4811 AssemblyWriter W(OS, SlotTable, this, IsForDebug); in print()