Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp1427 void DXILBitcodeWriter::writeDIBasicType(const DIBasicType *N, writeDIBasicType() function in DXILBitcodeWriter
/freebsd-src/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1750 void ModuleBitcodeWriter::writeDIBasicType(const DIBasicType *N, writeDIBasicType() function in ModuleBitcodeWriter
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp2047 static void writeDIBasicType(raw_ostream &Out, const DIBasicType *N, writeDIBasicType() function