Home
last modified time | relevance | path

Searched refs:writeMDTuple (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp220 void writeMDTuple(const MDTuple *N, SmallVectorImpl<uint64_t> &Record,
1376 void DXILBitcodeWriter::writeMDTuple(const MDTuple *N, in writeMDTuple() function in DXILBitcodeWriter
/llvm-project-15.0.7/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp294 void writeMDTuple(const MDTuple *N, SmallVectorImpl<uint64_t> &Record,
1530 void ModuleBitcodeWriter::writeMDTuple(const MDTuple *N, in writeMDTuple() function in ModuleBitcodeWriter
/llvm-project-15.0.7/llvm/lib/IR/
H A DAsmWriter.cpp1608 static void writeMDTuple(raw_ostream &Out, const MDTuple *Node, in writeMDTuple() function