Searched defs:OffsetType (Results 1 – 3 of 3) sorted by relevance
33 using OffsetType = kungfu::LLVMStackMapType::OffsetType; variable
804 struct OffsetType { struct805 explicit OffsetType(int64 offset) in OffsetType() function810 OffsetType(const OffsetType &other) : val(other.val) {} in OffsetType() function824 OffsetType &operator=(const OffsetType &other) argument880 static OffsetType InvalidOffset() in InvalidOffset() argument885 int32 val = kOffsetUnknown;
113 using OffsetType = kungfu::LLVMStackMapType::OffsetType; variable