Home
last modified time | relevance | path

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

/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp454 bool hasValueId(GlobalValue::GUID ValGUID) { in hasValueId() argument
455 const auto &VMI = GUIDToValueIdMap.find(ValGUID); in hasValueId()
458 unsigned getValueId(GlobalValue::GUID ValGUID) { in getValueId() argument
459 const auto &VMI = GUIDToValueIdMap.find(ValGUID); in getValueId()
462 GUIDToValueIdMap[ValGUID] = ++GlobalValueId; in getValueId()