Home
last modified time | relevance | path

Searched refs:_AddFunction (Results 1 – 4 of 4) sorted by relevance

/haiku/headers/private/debugger/debug_info/
H A DTeamDebugInfo.h105 status_t _AddFunction(Function* function);
/haiku/src/kits/debugger/debug_info/
H A DDwarfImageDebugInfo.h139 status_t _AddFunction(DIESubprogram* subprogramEntry,
H A DDwarfImageDebugInfo.cpp436 error = _AddFunction(subprogramEntry, unit, functions); in GetFunctions()
1341 error = _AddFunction(subprogramEntry, unit, functions); in _RecursiveTraverseNamespaceForFunctions()
1360 error = _AddFunction(static_cast<DIESubprogram*>(memberEntry), in _RecursiveTraverseNamespaceForFunctions()
1373 DwarfImageDebugInfo::_AddFunction(DIESubprogram* subprogramEntry, in _AddFunction() function in DwarfImageDebugInfo
H A DTeamDebugInfo.cpp729 status_t error = _AddFunction(function); in AddImageDebugInfo()
851 TeamDebugInfo::_AddFunction(Function* function) in _AddFunction() function in TeamDebugInfo