Searched refs:RegisterRule (Results 1 - 8 of 8) sorted by relevance

/haiku-fatelf/src/apps/debugger/dwarf/
H A DCfaRuleSet.h22 CfaRule* RegisterRule(uint32 index) const;
H A DCfaContext.h50 CfaRule* RegisterRule(uint32 index) const function in class:CfaContext
51 { return fRuleSet->RegisterRule(index); }
H A DCfaContext.cpp121 if (CfaRule* rule = RegisterRule(reg)) {
123 *rule = *fInitialRuleSet->RegisterRule(reg);
H A DCfaRuleSet.cpp56 CfaRuleSet::RegisterRule(uint32 index) const function in class:CfaRuleSet
H A DDwarfFile.cpp1683 CfaRule* rule = context.RegisterRule(i);
1889 if (CfaRule* rule = context.RegisterRule(operand)) {
1974 if (CfaRule* rule = context.RegisterRule(reg)) {
1996 if (CfaRule* rule = context.RegisterRule(reg))
2006 if (CfaRule* rule = context.RegisterRule(reg))
2018 if (CfaRule* rule = context.RegisterRule(reg1))
2102 if (CfaRule* rule = context.RegisterRule(reg))
2114 if (CfaRule* rule = context.RegisterRule(reg)) {
2155 if (CfaRule* rule = context.RegisterRule(reg)) {
2169 if (CfaRule* rule = context.RegisterRule(re
[all...]
/haiku-fatelf/src/apps/debugger/arch/
H A DArchitecture.cpp79 context.RegisterRule(dwarfReg)->SetToValueOffset(0);
84 context.RegisterRule(dwarfReg)->SetToSameValue();
/haiku-fatelf/src/apps/debugger/arch/x86_64/
H A DArchitectureX8664.cpp237 context.RegisterRule(fToDwarfRegisterMap->MapRegisterIndex(
/haiku-fatelf/src/apps/debugger/arch/x86/
H A DArchitectureX86.cpp215 context.RegisterRule(fToDwarfRegisterMap->MapRegisterIndex(

Completed in 53 milliseconds