Home
last modified time | relevance | path

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

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