Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILWriterPass.cpp47 WriteDXILToFile(M, OS); in runOnModule()
73 WriteDXILToFile(M, OS); in runOnModule()
H A DDXILBitcodeWriter.h62 void WriteDXILToFile(const Module &M, raw_ostream &Out);
H A DDXILBitcodeWriter.cpp386 void dxil::WriteDXILToFile(const Module &M, raw_ostream &Out) { in WriteDXILToFile() function in dxil