Searched refs:fTypeContext (Results 1 - 6 of 6) sorted by relevance

/haiku/src/kits/debugger/debug_info/
H A DDwarfTypeFactory.cpp283 fTypeContext(typeContext),
287 fTypeContext->AcquireReference();
294 fTypeContext->ReleaseReference();
473 DwarfCompoundType* type = new(std::nothrow) DwarfCompoundType(fTypeContext,
628 status_t error = fTypeContext->File()->EvaluateDynamicValue(
629 fTypeContext->GetCompilationUnit(),
630 fTypeContext->AddressSize(), fTypeContext->IsBigEndian(),
631 fTypeContext->SubprogramEntry(), byteSizeValue,
632 fTypeContext
[all...]
H A DDwarfStackFrameDebugInfo.cpp175 fTypeContext(new(std::nothrow) DwarfTypeContext(architecture, imageID, file,
189 if (fTypeContext != NULL)
190 fTypeContext->ReleaseReference();
199 if (fTypeContext == NULL)
204 fTypeContext->GetArchitecture(), fTypeContext->ImageID(),
205 fTypeContext->File(), fTypeContext->GetCompilationUnit(), NULL, 0, 0,
206 fTypeContext->RelocationDelta(), fTypeContext
[all...]
H A DDwarfStackFrameDebugInfo.h83 DwarfTypeContext* fTypeContext; member in class:DwarfStackFrameDebugInfo
H A DDwarfTypeFactory.h115 DwarfTypeContext* fTypeContext; member in class:DwarfTypeFactory
H A DDwarfTypes.cpp191 fTypeContext(typeContext),
195 fTypeContext->AcquireReference();
203 fTypeContext->ReleaseReference();
224 return fTypeContext->ImageID();
257 DwarfAddressType(fTypeContext, derivedName, NULL, addressType, this);
262 resultType->SetByteSize(fTypeContext->GetArchitecture()->AddressSize());
282 DwarfArrayType(fTypeContext, derivedName, NULL, this);
290 fTypeContext, fName, NULL, resultType, BVariant(lowerBound),
371 ValueLocation location(fTypeContext->GetArchitecture()->IsBigEndian());
H A DDwarfTypes.h132 { return fTypeContext; }
146 DwarfTypeContext* fTypeContext; member in class:DwarfType

Completed in 58 milliseconds