Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/tools/nogrod/
Dmain.cc270 class TypeInfoBase : public TypeInfo { class
272 TypeInfoBase(uint64_t id, in TypeInfoBase() function in __anon23a93e9b0111::TypeInfoBase
278 virtual ~TypeInfoBase() {} in ~TypeInfoBase()
521 return std::unique_ptr<TypeInfoBase>( in ParseBaseType()
522 new TypeInfoBase(die->offset(), name, size * CHAR_BIT, kind, is_signed)); in ParseBaseType()
535 return std::unique_ptr<TypeInfoBase>(new TypeInfoBase(die->offset(), name, size, "int", false)); in ParseEnumType()
947 return std::make_unique<TypeInfoBase>(die->offset(), die_name.value(), 32, "nullptr_t", false); in ParseUnspecifiedType()