Searched refs:WriteMDNodeBodyInternal (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | AsmWriter.cpp | 948 static void WriteMDNodeBodyInternal(raw_ostream &Out, const MDNode *Node, in WriteMDNodeBodyInternal() function 1008 WriteMDNodeBodyInternal(Out, N, TypePrinter, Machine, Context); in WriteAsOperandInternal() 2017 WriteMDNodeBodyInternal(Out, Node, &TypePrinter, &Machine, TheModule); in printMDNodeBody()
|
/external/llvm/lib/IR/ |
D | AsmWriter.cpp | 1918 static void WriteMDNodeBodyInternal(raw_ostream &Out, const MDNode *Node, in WriteMDNodeBodyInternal() function 3236 WriteMDNodeBodyInternal(Out, Node, &TypePrinter, &Machine, TheModule); in printMDNodeBody() 3509 WriteMDNodeBodyInternal(OS, N, &TypePrinter, MST.getMachine(), M); in printMetadataImpl()
|