Home
last modified time | relevance | path

Searched refs:createDILocationAbbrev (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp209 unsigned createDILocationAbbrev();
1395 Abbrev = createDILocationAbbrev(); in writeDILocation()
1710 unsigned DXILBitcodeWriter::createDILocationAbbrev() { in createDILocationAbbrev() function in DXILBitcodeWriter
1809 MDAbbrevs[MetadataAbbrev::DILocationAbbrevID] = createDILocationAbbrev(); in writeModuleMetadata()
/llvm-project-15.0.7/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp296 unsigned createDILocationAbbrev();
1545 unsigned ModuleBitcodeWriter::createDILocationAbbrev() { in createDILocationAbbrev() function in ModuleBitcodeWriter
1563 Abbrev = createDILocationAbbrev(); in writeDILocation()
2227 MDAbbrevs[MetadataAbbrev::DILocationAbbrevID] = createDILocationAbbrev(); in writeModuleMetadata()