Home
last modified time | relevance | path

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

/haiku/src/kits/debugger/debug_info/
H A DDwarfTypeFactory.h96 status_t _CreateUnspecifiedType(const BString& name,
H A DDwarfTypeFactory.cpp442 return _CreateUnspecifiedType(name, in _CreateTypeInternal()
782 status_t result = _CreateUnspecifiedType(name, in _CreateModifiedType()
1158 DwarfTypeFactory::_CreateUnspecifiedType(const BString& name, in _CreateUnspecifiedType() function in DwarfTypeFactory