Searched refs:targetInterface (Results 1 - 9 of 9) sorted by relevance

/haiku/src/kits/debugger/dwarf/
H A DDwarfFile.h72 const DwarfTargetInterface* targetInterface,
81 const DwarfTargetInterface* targetInterface,
96 const DwarfTargetInterface* targetInterface,
104 const DwarfTargetInterface* targetInterface,
H A DDwarfExpressionEvaluator.h21 const DwarfTargetInterface* targetInterface,
H A DDwarfFile.cpp66 const DwarfTargetInterface* targetInterface,
71 DwarfExpressionEvaluationContext(targetInterface, addressSize, isBigEndian,
785 off_t expressionLength, const DwarfTargetInterface* targetInterface,
790 subprogramEntry, targetInterface, instructionPointer, 0, false,
804 const DwarfTargetInterface* targetInterface,
819 subprogramEntry, targetInterface, instructionPointer, objectPointer,
830 const DwarfTargetInterface* targetInterface,
849 targetInterface, instructionPointer, framePointer, 0, false,
866 const DwarfTargetInterface* targetInterface,
948 subprogramEntry, constantValue, targetInterface,
64 ExpressionEvaluationContext(DwarfFile* file, CompilationUnit* unit, uint8 addressSize, bool isBigEndian, DIESubprogram* subprogramEntry, const DwarfTargetInterface* targetInterface, target_addr_t instructionPointer, target_addr_t objectPointer, bool hasObjectPointer, target_addr_t framePointer, target_addr_t relocationDelta) argument
783 EvaluateExpression(CompilationUnit* unit, uint8 addressSize, bool isBigEndian, DIESubprogram* subprogramEntry, const void* expression, off_t expressionLength, const DwarfTargetInterface* targetInterface, target_addr_t instructionPointer, target_addr_t framePointer, target_addr_t valueToPush, bool pushValue, target_addr_t& _result) argument
802 ResolveLocation(CompilationUnit* unit, uint8 addressSize, bool isBigEndian, DIESubprogram* subprogramEntry, const LocationDescription* location, const DwarfTargetInterface* targetInterface, target_addr_t instructionPointer, target_addr_t objectPointer, bool hasObjectPointer, target_addr_t framePointer, target_addr_t relocationDelta, ValueLocation& _result) argument
828 EvaluateConstantValue(CompilationUnit* unit, uint8 addressSize, bool isBigEndian, DIESubprogram* subprogramEntry, const ConstantAttributeValue* value, const DwarfTargetInterface* targetInterface, target_addr_t instructionPointer, target_addr_t framePointer, BVariant& _result) argument
864 EvaluateDynamicValue(CompilationUnit* unit, uint8 addressSize, bool isBigEndian, DIESubprogram* subprogramEntry, const DynamicAttributeValue* value, const DwarfTargetInterface* targetInterface, target_addr_t instructionPointer, target_addr_t framePointer, BVariant& _result, DIEType** _type) argument
[all...]
H A DDwarfExpressionEvaluator.cpp40 const DwarfTargetInterface* targetInterface, uint8 addressSize,
43 fTargetInterface(targetInterface),
39 DwarfExpressionEvaluationContext( const DwarfTargetInterface* targetInterface, uint8 addressSize, bool isBigEndian, target_addr_t relocationDelta) argument
/haiku/src/kits/debugger/debug_info/
H A DDwarfStackFrameDebugInfo.h47 DwarfTargetInterface* targetInterface,
H A DDwarfStackFrameDebugInfo.cpp172 DwarfTargetInterface* targetInterface, RegisterMap* fromDwarfRegisterMap)
177 relocationDelta, targetInterface, fromDwarfRegisterMap)),
167 DwarfStackFrameDebugInfo(Architecture* architecture, image_id imageID, DwarfFile* file, CompilationUnit* compilationUnit, DIESubprogram* subprogramEntry, GlobalTypeLookup* typeLookup, GlobalTypeCache* typeCache, target_addr_t instructionPointer, target_addr_t framePointer, target_addr_t relocationDelta, DwarfTargetInterface* targetInterface, RegisterMap* fromDwarfRegisterMap) argument
H A DDwarfImageDebugInfo.cpp508 BasicTargetInterface* targetInterface local
511 if (targetInterface == NULL)
515 targetInterface, true);
519 info->unit, NULL, 0, 0, fRelocationDelta, targetInterface, NULL);
H A DDwarfTypes.cpp140 DwarfTargetInterface* targetInterface, RegisterMap* fromDwarfRegisterMap)
150 fTargetInterface(targetInterface),
136 DwarfTypeContext(Architecture* architecture, image_id imageID, DwarfFile* file, CompilationUnit* compilationUnit, DIESubprogram* subprogramEntry, target_addr_t instructionPointer, target_addr_t framePointer, target_addr_t relocationDelta, DwarfTargetInterface* targetInterface, RegisterMap* fromDwarfRegisterMap) argument
H A DDwarfTypes.h60 DwarfTargetInterface* targetInterface,

Completed in 141 milliseconds