Searched defs:OffsetType (Results 1 – 3 of 3) sorted by relevance
613 struct OffsetType { struct614 explicit OffsetType(int64 offset) in OffsetType() argument619 OffsetType(const OffsetType &other) : val(other.val) {} in OffsetType() argument633 OffsetType &operator=(const OffsetType &other) argument689 static OffsetType InvalidOffset() in InvalidOffset() argument694 int32 val = kOffsetUnknown;
33 using OffsetType = kungfu::LLVMStackMapType::OffsetType; variable
131 using OffsetType = kungfu::LLVMStackMapType::OffsetType; variable