Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.h141 BitcodeReaderMDValueList MDValueList; variable
191 ErrorString(0), ValueList(C), MDValueList(C), in BitcodeReader()
229 return MDValueList.getValueFwdRef(ID); in getFnValueByID()
DBitcodeReader.cpp49 MDValueList.clear(); in FreeState()
1008 unsigned NextMDValueNo = MDValueList.size(); in ParseMetadata()
1066 MDNode *MD = dyn_cast<MDNode>(MDValueList.getValueFwdRef(Record[i])); in ParseMetadata()
1073 MDValueList.AssignValue(0, NextMDValueNo++); in ParseMetadata()
1097 Elts.push_back(MDValueList.getValueFwdRef(Record[i+1])); in ParseMetadata()
1105 MDValueList.AssignValue(V, NextMDValueNo++); in ParseMetadata()
1116 MDValueList.AssignValue(V, NextMDValueNo++); in ParseMetadata()
2032 Value *Node = MDValueList.getValueFwdRef(Record[i+1]); in ParseMetadataAttachment()
2049 unsigned ModuleMDValueListSize = MDValueList.size(); in ParseFunctionBody()
2149 if (ScopeID) Scope = cast<MDNode>(MDValueList.getValueFwdRef(ScopeID-1)); in ParseFunctionBody()
[all …]