Home
last modified time | relevance | path

Searched refs:entityName (Results 1 – 2 of 2) sorted by relevance

/haiku/src/bin/debug/profile/
H A DCallgrindProfileResult.cpp191 char entityName[B_OS_NAME_LENGTH]; in PrintResults() local
192 strlcpy(entityName, fEntity->EntityName(), sizeof(entityName)); in PrintResults()
193 char* slash = entityName; in PrintResults()
201 gOptions.callgrind_directory, fEntity->EntityID(), entityName, in PrintResults()
/haiku/src/add-ons/kernel/debugger/demangle/
H A Dgcc3+.cpp2625 Node* entityName; in _ParseLocalName() local
2629 entityName)) { in _ParseLocalName()
2634 if (!_ParseName(entityName)) in _ParseLocalName()
2648 return NodeCreator<PrefixedNode>(this)(functionName, entityName, _node); in _ParseLocalName()