Searched refs:_function (Results 1 - 4 of 4) sorted by relevance

/haiku/src/kits/debugger/debug_info/
H A DDwarfImageDebugInfo.cpp757 DwarfImageDebugInfo::GetStatement(FunctionDebugInfo* _function, argument
761 B_PRIx64 ")\n", _function, address);
764 = dynamic_cast<DwarfFunctionDebugInfo*>(_function);
784 status_t error = fSourceInfo->GetActiveSourceCode(_function, sourceCode);
854 DwarfImageDebugInfo::GetStatementAtSourceLocation(FunctionDebugInfo* _function, argument
858 = dynamic_cast<DwarfFunctionDebugInfo*>(_function);
949 DwarfImageDebugInfo::GetSourceLanguage(FunctionDebugInfo* _function, argument
953 = dynamic_cast<DwarfFunctionDebugInfo*>(_function);
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DImageFunctionsView.cpp484 LocatableFile*& _sourceFile, FunctionInstance*& _function)
497 _function = node->Function();
483 GetObjectForPath(const TreeTablePath& path, LocatableFile*& _sourceFile, FunctionInstance*& _function) argument
/haiku/src/kits/debugger/model/
H A DTeam.cpp572 Team::GetStatementAtAddress(target_addr_t address, FunctionInstance*& _function, argument
607 _function = functionInstance;
621 _function = functionInstance;
/haiku/headers/private/debugger/model/
H A DTeam.h212 FunctionInstance*& _function,

Completed in 103 milliseconds