Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp229 void writeDISubrange(const DISubrange *N, SmallVectorImpl<uint64_t> &Record,
1394 void DXILBitcodeWriter::writeDISubrange(const DISubrange *N, in writeDISubrange() function in DXILBitcodeWriter
/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp302 void writeDISubrange(const DISubrange *N, SmallVectorImpl<uint64_t> &Record,
1692 void ModuleBitcodeWriter::writeDISubrange(const DISubrange *N, in writeDISubrange() function in ModuleBitcodeWriter
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp1943 static void writeDISubrange(raw_ostream &Out, const DISubrange *N, in writeDISubrange() function