Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Core/
H A DMCPlusBuilder.cpp140 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()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DMCPlusBuilder.h135 Optional<int64_t> getAnnotationOpValue(const MCInst &Inst, in getAnnotationOpValue() function
1732 Optional<int64_t> Value = getAnnotationOpValue(Inst, Index); in getAnnotationAs()