Searched refs:getAnnotationOpValue (Results 1 – 2 of 2) sorted by relevance
140 getAnnotationOpValue(Inst, MCAnnotation::kEHLandingPad); in getEHInfo()144 getAnnotationOpValue(Inst, MCAnnotation::kEHAction); in getEHInfo()175 getAnnotationOpValue(Inst, MCAnnotation::kGnuArgsSize); in getGnuArgsSize()192 getAnnotationOpValue(Inst, MCAnnotation::kJumpTable); in getJumpTable()222 getAnnotationOpValue(Inst, MCAnnotation::kConditionalTailCall); in getConditionalTailCall()244 Optional<int64_t> Value = getAnnotationOpValue(Inst, MCAnnotation::kOffset); in getOffset()275 return (bool)getAnnotationOpValue(Inst, Index); in hasAnnotation()
135 Optional<int64_t> getAnnotationOpValue(const MCInst &Inst, in getAnnotationOpValue() function1732 Optional<int64_t> Value = getAnnotationOpValue(Inst, Index); in getAnnotationAs()