Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp1357 void DXILBitcodeWriter::writeMDTuple(const MDTuple *N, in writeMDTuple() function in DXILBitcodeWriter
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1719 void ModuleBitcodeWriter::writeMDTuple(const MDTuple *N, in writeMDTuple() function in ModuleBitcodeWriter
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp1761 static void writeMDTuple(raw_ostream &Out, const MDTuple *Node, in writeMDTuple() function