Searched refs:AttrNumPatchBytes (Results 1 – 3 of 3) sorted by relevance
37 Attribute AttrNumPatchBytes = AS.getAttribute(AttributeList::FunctionIndex, in parseStatepointDirectivesFromAttrs() local39 if (AttrNumPatchBytes.isStringAttribute()) in parseStatepointDirectivesFromAttrs()40 if (!AttrNumPatchBytes.getValueAsString().getAsInteger(10, NumPatchBytes)) in parseStatepointDirectivesFromAttrs()
67 Attribute AttrNumPatchBytes = AS.getAttribute(AttributeSet::FunctionIndex, in parseStatepointDirectivesFromAttrs() local69 if (AttrNumPatchBytes.isStringAttribute()) in parseStatepointDirectivesFromAttrs()70 if (!AttrNumPatchBytes.getValueAsString().getAsInteger(10, NumPatchBytes)) in parseStatepointDirectivesFromAttrs()
71 Attribute AttrNumPatchBytes = AS.getAttribute(AttributeList::FunctionIndex, in parseStatepointDirectivesFromAttrs() local73 if (AttrNumPatchBytes.isStringAttribute()) in parseStatepointDirectivesFromAttrs()74 if (!AttrNumPatchBytes.getValueAsString().getAsInteger(10, NumPatchBytes)) in parseStatepointDirectivesFromAttrs()