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

/haiku/headers/private/debugger/debug_info/
H A DFunctionInstance.h42 { return fFunctionDebugInfo; }
45 { return fFunctionDebugInfo->Address(); }
47 { return fFunctionDebugInfo->Size(); }
49 { return fFunctionDebugInfo->Name(); }
51 { return fFunctionDebugInfo->PrettyName(); }
53 { return fFunctionDebugInfo->SourceFile(); }
55 { return fFunctionDebugInfo
75 FunctionDebugInfo* fFunctionDebugInfo; member in class:FunctionInstance
/haiku/src/kits/debugger/debug_info/
H A DFunctionInstance.cpp22 fFunctionDebugInfo(functionDebugInfo),
26 fFunctionDebugInfo->AcquireReference();
36 fFunctionDebugInfo->ReleaseReference();

Completed in 46 milliseconds