Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DStatepoint.cpp34 Attribute AttrNumPatchBytes = AS.getFnAttr("statepoint-num-patch-bytes"); in parseStatepointDirectivesFromAttrs() local
35 if (AttrNumPatchBytes.isStringAttribute()) in parseStatepointDirectivesFromAttrs()
36 if (!AttrNumPatchBytes.getValueAsString().getAsInteger(10, NumPatchBytes)) in parseStatepointDirectivesFromAttrs()