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

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp228 unsigned getValueId(GlobalValue::GUID ValGUID) { function in class:__anon1718::ModuleBitcodeWriterBase
238 unsigned getValueId(ValueInfo VI) { function in class:__anon1718::ModuleBitcodeWriterBase
240 return getValueId(VI.getGUID());
502 Optional<unsigned> getValueId(GlobalValue::GUID ValGUID) { function in class:__anon1718::IndexBitcodeWriter
3831 NameVals.push_back(getValueId(ECI.first));
4155 auto ValueId = getValueId(I.first);
4178 auto RefValueId = getValueId(RI.getGUID());
4194 Optional<unsigned> CallValueId = getValueId(GUID);
4203 CallValueId = getValueId(GUID);
4240 auto RefValueId = getValueId(R
[all...]

Completed in 209 milliseconds