Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp354 void writeDILabel(const DILabel *N,
2034 void ModuleBitcodeWriter::writeDILabel( in writeDILabel() function in ModuleBitcodeWriter
/llvm-project-15.0.7/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp292 void writeDILabel(const DILabel *N, SmallVectorImpl<uint64_t> &Record, in writeDILabel() function in llvm::dxil::DXILBitcodeWriter
/llvm-project-15.0.7/llvm/lib/IR/
H A DAsmWriter.cpp2278 static void writeDILabel(raw_ostream &Out, const DILabel *N, in writeDILabel() function