Searched refs:GetCfaCfaRule (Results 1 - 3 of 3) sorted by relevance

/haiku/src/kits/debugger/dwarf/
H A DCfaRuleSet.h20 CfaCfaRule* GetCfaCfaRule() { return &fCfaCfaRule; } function in class:CfaRuleSet
21 const CfaCfaRule* GetCfaCfaRule() const { return &fCfaCfaRule; } function in class:CfaRuleSet
H A DCfaContext.h48 CfaCfaRule* GetCfaCfaRule() const function in class:CfaContext
49 { return fRuleSet->GetCfaCfaRule(); }
H A DDwarfFile.cpp2392 CfaCfaRule* cfaCfaRule = context.GetCfaCfaRule();
2792 context.GetCfaCfaRule()->SetToRegisterOffset(reg, offset);
2802 if (context.GetCfaCfaRule()->Type()
2806 context.GetCfaCfaRule()->SetRegister(reg);
2816 if (context.GetCfaCfaRule()->Type()
2820 context.GetCfaCfaRule()->SetOffset(offset);
2832 context.GetCfaCfaRule()->SetToExpression(block,
2872 context.GetCfaCfaRule()->SetToRegisterOffset(reg,
2883 if (context.GetCfaCfaRule()->Type()
2887 context.GetCfaCfaRule()
[all...]

Completed in 156 milliseconds