Home
last modified time | relevance | path

Searched defs:MDTreeAsmWriterContext (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DAsmWriter.cpp4817 struct MDTreeAsmWriterContext : public AsmWriterContext { struct
4818 unsigned Level;
4820 using EntryTy = std::pair<unsigned, std::string>;
4821 SmallVector<EntryTy, 4> Buffer;
4824 SmallPtrSet<const Metadata *, 4> Visited;
4826 raw_ostream &MainOS;
4828 MDTreeAsmWriterContext(TypePrinting *TP, SlotTracker *ST, const Module *M, in MDTreeAsmWriterContext() function
4832 void onWriteMetadataAsOperand(const Metadata *MD) override { in onWriteMetadataAsOperand()
4849 ~MDTreeAsmWriterContext() { in ~MDTreeAsmWriterContext()