Searched refs:getValueId (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp224 unsigned getValueId(GlobalValue::GUID ValGUID) { function in class:__anon3417::ModuleBitcodeWriterBase
234 unsigned getValueId(ValueInfo VI) { function in class:__anon3417::ModuleBitcodeWriterBase
236 return getValueId(VI.getGUID());
489 Optional<unsigned> getValueId(GlobalValue::GUID ValGUID) { function in class:__anon3417::IndexBitcodeWriter
3715 NameVals.push_back(getValueId(ECI.first));
4039 auto ValueId = getValueId(I.first);
4062 auto RefValueId = getValueId(RI.getGUID());
4094 auto RefValueId = getValueId(RI.getGUID());
4120 auto CallValueId = getValueId(GUID);
4128 CallValueId = getValueId(GUI
[all...]

Completed in 67 milliseconds