Lines Matching refs:AssemblyWriter

2328 class AssemblyWriter {  class
2347 AssemblyWriter(formatted_raw_ostream &o, SlotTracker &Mac, const Module *M,
2351 AssemblyWriter(formatted_raw_ostream &o, SlotTracker &Mac,
2425 AssemblyWriter::AssemblyWriter(formatted_raw_ostream &o, SlotTracker &Mac, in AssemblyWriter() function in AssemblyWriter
2438 AssemblyWriter::AssemblyWriter(formatted_raw_ostream &o, SlotTracker &Mac, in AssemblyWriter() function in AssemblyWriter
2443 void AssemblyWriter::writeOperand(const Value *Operand, bool PrintType) { in writeOperand()
2455 void AssemblyWriter::writeSyncScope(const LLVMContext &Context, in writeSyncScope()
2473 void AssemblyWriter::writeAtomic(const LLVMContext &Context, in writeAtomic()
2483 void AssemblyWriter::writeAtomicCmpXchg(const LLVMContext &Context, in writeAtomicCmpXchg()
2495 void AssemblyWriter::writeParamOperand(const Value *Operand, in writeParamOperand()
2512 void AssemblyWriter::writeOperandBundles(const CallBase *Call) { in writeOperandBundles()
2549 void AssemblyWriter::printModule(const Module *M) { in printModule()
2644 void AssemblyWriter::printModuleSummaryIndex() { in printModuleSummaryIndex()
2744 void AssemblyWriter::printTypeTestResolution(const TypeTestResolution &TTRes) { in printTypeTestResolution()
2763 void AssemblyWriter::printTypeIdSummary(const TypeIdSummary &TIS) { in printTypeIdSummary()
2780 void AssemblyWriter::printArgs(const std::vector<uint64_t> &Args) { in printArgs()
2790 void AssemblyWriter::printWPDRes(const WholeProgramDevirtResolution &WPDRes) { in printWPDRes()
2836 void AssemblyWriter::printAliasSummary(const AliasSummary *AS) { in printAliasSummary()
2847 void AssemblyWriter::printGlobalVarSummary(const GlobalVarSummary *GS) { in printGlobalVarSummary()
2888 void AssemblyWriter::printFunctionSummary(const FunctionSummary *FS) { in printFunctionSummary()
2921 void AssemblyWriter::printTypeIdInfo( in printTypeIdInfo()
2967 void AssemblyWriter::printVFuncId(const FunctionSummary::VFuncId VFId) { in printVFuncId()
2989 void AssemblyWriter::printNonConstVCalls( in printNonConstVCalls()
3000 void AssemblyWriter::printConstVCalls( in printConstVCalls()
3017 void AssemblyWriter::printSummary(const GlobalValueSummary &Summary) { in printSummary()
3052 void AssemblyWriter::printSummaryInfo(unsigned Slot, const ValueInfo &VI) { in printSummaryInfo()
3094 void AssemblyWriter::printNamedMDNode(const NamedMDNode *NMD) { in printNamedMDNode()
3197 void AssemblyWriter::printGlobal(const GlobalVariable *GV) { in printGlobal()
3247 void AssemblyWriter::printIndirectSymbol(const GlobalIndirectSymbol *GIS) { in printIndirectSymbol()
3287 void AssemblyWriter::printComdat(const Comdat *C) { in printComdat()
3291 void AssemblyWriter::printTypeIdentities() { in printTypeIdentities()
3321 void AssemblyWriter::printFunction(const Function *F) { in printFunction()
3464 void AssemblyWriter::printArgument(const Argument *Arg, AttributeSet Attrs) { in printArgument()
3480 void AssemblyWriter::printBasicBlock(const BasicBlock *BB) { in printBasicBlock()
3528 void AssemblyWriter::printInstructionLine(const Instruction &I) { in printInstructionLine()
3535 void AssemblyWriter::printGCRelocateComment(const GCRelocateInst &Relocate) { in printGCRelocateComment()
3545 void AssemblyWriter::printInfoComment(const Value &V) { in printInfoComment()
3571 void AssemblyWriter::printInstruction(const Instruction &I) { in printInstruction()
3954 void AssemblyWriter::printMetadataAttachments( in printMetadataAttachments()
3976 void AssemblyWriter::writeMDNode(unsigned Slot, const MDNode *Node) { in writeMDNode()
3982 void AssemblyWriter::writeAllMDNodes() { in writeAllMDNodes()
3994 void AssemblyWriter::printMDNodeBody(const MDNode *Node) { in printMDNodeBody()
3998 void AssemblyWriter::writeAllAttributeGroups() { in writeAllAttributeGroups()
4011 void AssemblyWriter::printUseListOrder(const UseListOrder &Order) { in printUseListOrder()
4036 void AssemblyWriter::printUseLists(const Function *F) { in printUseLists()
4059 AssemblyWriter W(OS, SlotTable, this->getParent(), AAW, in print()
4069 AssemblyWriter W(OS, SlotTable, this, AAW, IsForDebug, in print()
4077 AssemblyWriter W(OS, SlotTable, getParent(), nullptr, IsForDebug); in print()
4093 AssemblyWriter W(OS, *SlotTable, getParent(), nullptr, IsForDebug); in print()
4172 AssemblyWriter W(OS, SlotTable, getModuleFromVal(I), nullptr, IsForDebug); in print()
4176 AssemblyWriter W(OS, SlotTable, getModuleFromVal(BB), nullptr, IsForDebug); in print()
4179 AssemblyWriter W(OS, SlotTable, GV->getParent(), nullptr, IsForDebug); in print()
4291 AssemblyWriter W(OS, SlotTable, this, IsForDebug); in print()