Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp301 void writeDISubrange(const DISubrange *N, SmallVectorImpl<uint64_t> &Record,
1578 void ModuleBitcodeWriter::writeDISubrange(const DISubrange *N, in writeDISubrange() function in ModuleBitcodeWriter
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp1883 static void writeDISubrange(raw_ostream &Out, const DISubrange *N, in writeDISubrange() function