Searched refs:DIEPointerType (Results 1 - 2 of 2) sorted by relevance

/haiku/src/kits/debugger/dwarf/
H A DDebugInfoEntries.cpp1113 // #pragma mark - DIEPointerType
1116 DIEPointerType::DIEPointerType() function in class:DIEPointerType
1124 DIEPointerType::Tag() const
1131 DIEPointerType::Specification() const
1138 DIEPointerType::AddAttribute_specification(uint16 attributeName,
1141 fSpecification = dynamic_cast<DIEPointerType*>(value.reference);
2879 entry = new(std::nothrow) DIEPointerType;
H A DDebugInfoEntries.h723 class DIEPointerType : public DIEAddressingType { class in inherits:DIEAddressingType
725 DIEPointerType();
735 DIEPointerType* fSpecification;

Completed in 18 milliseconds