Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp181 unsigned GlobalValueId; member in __anoneb218b5c0111::ModuleBitcodeWriterBase
201 GlobalValueId = VE.getValues().size(); in ModuleBitcodeWriterBase()
240 GUIDToValueIdMap[ValGUID] = ++GlobalValueId; in assignValueId()
451 unsigned GlobalValueId = 0; member in __anoneb218b5c0111::IndexBitcodeWriter
490 GUIDToValueIdMap[I.first] = ++GlobalValueId; in IndexBitcodeWriter()
511 GUIDToValueIdMap[CI.Callee.getGUID()] = ++GlobalValueId; in IndexBitcodeWriter()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp115 unsigned GlobalValueId; member in llvm::dxil::DXILBitcodeWriter
140 GlobalValueId = VE.getValues().size(); in DXILBitcodeWriter()
185 GUIDToValueIdMap[ValGUID] = ++GlobalValueId; in assignValueId()