Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/IR/
DStatepoint.cpp37 Attribute AttrNumPatchBytes = AS.getAttribute(AttributeList::FunctionIndex, in parseStatepointDirectivesFromAttrs() local
39 if (AttrNumPatchBytes.isStringAttribute()) in parseStatepointDirectivesFromAttrs()
40 if (!AttrNumPatchBytes.getValueAsString().getAsInteger(10, NumPatchBytes)) in parseStatepointDirectivesFromAttrs()
/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-10.0/llvm/lib/IR/
DStatepoint.cpp71 Attribute AttrNumPatchBytes = AS.getAttribute(AttributeList::FunctionIndex, in parseStatepointDirectivesFromAttrs() local
73 if (AttrNumPatchBytes.isStringAttribute()) in parseStatepointDirectivesFromAttrs()
74 if (!AttrNumPatchBytes.getValueAsString().getAsInteger(10, NumPatchBytes)) in parseStatepointDirectivesFromAttrs()