Home
last modified time | relevance | path

Searched refs:subtypeKind (Results 1 – 3 of 3) sorted by relevance

/haiku/headers/private/debugger/model/
H A DTypeLookupConstraints.h21 int32 subtypeKind);
34 void SetSubtypeKind(int32 subtypeKind);
/haiku/src/kits/debugger/model/
H A DTypeLookupConstraints.cpp90 TypeLookupConstraints::SetSubtypeKind(int32 subtypeKind) in SetSubtypeKind() argument
92 fSubtypeKind = subtypeKind; in SetSubtypeKind()
/haiku/src/kits/debugger/debug_info/
H A DDwarfTypeFactory.cpp307 int32 subtypeKind = dwarf_tag_to_subtype_kind(typeEntry->Tag()); in CreateType() local
308 if (subtypeKind >= 0) in CreateType()
309 constraints.SetSubtypeKind(subtypeKind); in CreateType()