Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp1393 void DXILBitcodeWriter::writeDISubrange(const DISubrange *N, in writeDISubrange() function in DXILBitcodeWriter
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1796 void ModuleBitcodeWriter::writeDISubrange(const DISubrange *N, in writeDISubrange() function in ModuleBitcodeWriter
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp2020 static void writeDISubrange(raw_ostream &Out, const DISubrange *N, in writeDISubrange() function