Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DStatepoint.cpp67 Attribute AttrNumPatchBytes = AS.getAttribute(AttributeSet::FunctionIndex, in parseStatepointDirectivesFromAttrs() local
69 if (AttrNumPatchBytes.isStringAttribute()) in parseStatepointDirectivesFromAttrs()
70 if (!AttrNumPatchBytes.getValueAsString().getAsInteger(10, NumPatchBytes)) in parseStatepointDirectivesFromAttrs()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DStatepoint.cpp80 Attribute AttrNumPatchBytes = AS.getAttribute(AttributeList::FunctionIndex, in parseStatepointDirectivesFromAttrs() local
82 if (AttrNumPatchBytes.isStringAttribute()) in parseStatepointDirectivesFromAttrs()
83 if (!AttrNumPatchBytes.getValueAsString().getAsInteger(10, NumPatchBytes)) in parseStatepointDirectivesFromAttrs()