Home
last modified time | relevance | path

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

/haiku/src/kits/debugger/debug_info/
H A DDwarfStackFrameDebugInfo.cpp37 struct DwarfStackFrameDebugInfo::DwarfFunctionParameterID struct in DwarfStackFrameDebugInfo
40 DwarfFunctionParameterID(FunctionID* functionID, const BString& name) in DwarfFunctionParameterID() argument
48 virtual ~DwarfFunctionParameterID() in ~DwarfFunctionParameterID() argument
55 const DwarfFunctionParameterID* parameterID in operator ==()
56 = dynamic_cast<const DwarfFunctionParameterID*>(&other); in operator ==()
233 DwarfFunctionParameterID* id = new(std::nothrow) DwarfFunctionParameterID( in CreateParameter()
237 BReference<DwarfFunctionParameterID> idReference(id, true); in CreateParameter()
H A DDwarfStackFrameDebugInfo.h69 struct DwarfFunctionParameterID;