Searched defs:OffsetType (Results 1 – 3 of 3) sorted by relevance
32 using OffsetType = kungfu::LLVMStackMapType::OffsetType; variable
727 struct OffsetType { struct728 explicit OffsetType(int64 offset) in OffsetType() function733 OffsetType(const OffsetType &other) : val(other.val) {} in OffsetType() argument747 OffsetType &operator=(const OffsetType &other) argument803 static OffsetType InvalidOffset() in InvalidOffset() argument808 int32 val = kOffsetUnknown;
112 using OffsetType = kungfu::LLVMStackMapType::OffsetType; variable