Searched refs:typeConstant (Results 1 - 5 of 5) sorted by relevance

/haiku/src/kits/debugger/model/
H A DSyntheticPrimitiveType.cpp14 SyntheticPrimitiveType::SyntheticPrimitiveType(uint32 typeConstant) argument
17 fTypeConstant(typeConstant),
/haiku/headers/private/debugger/model/
H A DSyntheticPrimitiveType.h16 SyntheticPrimitiveType(uint32 typeConstant);
/haiku/src/kits/debugger/debug_info/
H A DDwarfTypeFactory.cpp182 target_size_t byteSize, uint32 typeConstant)
187 fTypeConstant(typeConstant)
194 uint32 typeConstant; local
197 typeConstant = isSigned ? B_INT8_TYPE : B_UINT8_TYPE;
200 typeConstant = isSigned ? B_INT16_TYPE : B_UINT16_TYPE;
203 typeConstant = isSigned ? B_INT32_TYPE : B_UINT32_TYPE;
206 typeConstant = isSigned ? B_INT64_TYPE : B_UINT64_TYPE;
222 id, id, byteSize, typeConstant);
651 uint32 typeConstant = 0; local
654 typeConstant
181 ArtificialIntegerType(const BString& id, const BString& name, target_size_t byteSize, uint32 typeConstant) argument
[all...]
H A DDwarfTypes.cpp645 const BString& name, DIEBaseType* entry, uint32 typeConstant)
649 fTypeConstant(typeConstant)
644 DwarfPrimitiveType(DwarfTypeContext* typeContext, const BString& name, DIEBaseType* entry, uint32 typeConstant) argument
H A DDwarfTypes.h273 uint32 typeConstant);

Completed in 34 milliseconds