Searched refs:MDValueList (Results 1 – 2 of 2) sorted by relevance
136 BitcodeReaderMDValueList MDValueList; variable180 ErrorString(0), ValueList(C), MDValueList(C) { in BitcodeReader()217 return MDValueList.getValueFwdRef(ID); in getFnValueByID()
36 MDValueList.clear(); in FreeState()1033 unsigned NextMDValueNo = MDValueList.size(); in ParseMetadata()1087 MDNode *MD = dyn_cast<MDNode>(MDValueList.getValueFwdRef(Record[i])); in ParseMetadata()1107 Elts.push_back(MDValueList.getValueFwdRef(Record[i+1])); in ParseMetadata()1115 MDValueList.AssignValue(V, NextMDValueNo++); in ParseMetadata()1126 MDValueList.AssignValue(V, NextMDValueNo++); in ParseMetadata()2038 Value *Node = MDValueList.getValueFwdRef(Record[i+1]); in ParseMetadataAttachment()2055 unsigned ModuleMDValueListSize = MDValueList.size(); in ParseFunctionBody()2153 if (ScopeID) Scope = cast<MDNode>(MDValueList.getValueFwdRef(ScopeID-1)); in ParseFunctionBody()2154 if (IAID) IA = cast<MDNode>(MDValueList.getValueFwdRef(IAID-1)); in ParseFunctionBody()[all …]