Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp289 void writeMDTuple(const MDTuple *N, SmallVectorImpl<uint64_t> &Record,
1396 void ModuleBitcodeWriter::writeMDTuple(const MDTuple *N, in writeMDTuple() function in ModuleBitcodeWriter
/freebsd-12.1/contrib/llvm/lib/IR/
H A DAsmWriter.cpp1545 static void writeMDTuple(raw_ostream &Out, const MDTuple *Node, in writeMDTuple() function