Searched refs:variableEntry (Results 1 - 5 of 5) sorted by relevance

/haiku/src/kits/debugger/debug_info/
H A DDwarfStackFrameDebugInfo.cpp248 DIEVariable* variableEntry, Variable*& _variable)
252 DwarfUtils::GetDIEName(variableEntry, name);
255 "name: \"%s\"\n", variableEntry, name.String());
262 DwarfUtils::GetDeclarationLocation(fTypeContext->File(), variableEntry,
276 return _CreateVariable(id, name, _GetDIEType(variableEntry),
277 variableEntry->GetLocationDescription(), _variable);
247 CreateLocalVariable(FunctionID* functionID, DIEVariable* variableEntry, Variable*& _variable) argument
H A DDwarfStackFrameDebugInfo.h58 DIEVariable* variableEntry,
H A DDwarfImageDebugInfo.cpp1107 DIEVariable* variableEntry = dynamic_cast<DIEVariable*>(it.Next());) {
1109 TRACE_LOCALS(" variableEntry %p, scope start: %" B_PRIu64 "\n",
1110 variableEntry, variableEntry->StartScope());
1113 if (instructionPointer < lowPC + variableEntry->StartScope())
1118 if (factory.CreateLocalVariable(functionID, variableEntry, variable)
/haiku/src/add-ons/kernel/busses/i2c/pch/
H A Dpch_i2c.cpp200 ConditionVariableEntry variableEntry; local
201 status_t status = variableEntry.Wait(&bus->readwait,
241 ConditionVariableEntry variableEntry; local
242 err = variableEntry.Wait(&bus->busy, B_RELATIVE_TIMEOUT,
/haiku/src/kits/debugger/dwarf/
H A DDwarfFile.cpp934 DIEVariable* variableEntry local
936 constantValue = variableEntry->ConstValue();
937 type = variableEntry->GetType();

Completed in 75 milliseconds