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

/haiku/src/kits/debugger/debug_info/
H A DDwarfStackFrameDebugInfo.cpp192 delete fTypeFactory;
213 fTypeFactory = new(std::nothrow) DwarfTypeFactory(typeContext, fTypeLookup,
215 if (fTypeFactory == NULL)
291 status_t error = fTypeFactory->CreateType(returnType, type);
325 status_t error = fTypeFactory->CreateType(typeEntry, type);
H A DDwarfStackFrameDebugInfo.h86 DwarfTypeFactory* fTypeFactory; member in class:DwarfStackFrameDebugInfo

Completed in 87 milliseconds