Lines Matching refs:SetErrorStringWithFormat

93 …err.SetErrorStringWithFormat("couldn't allocate a memory area to store %s: %s", m_persistent_varia…  in MakeAllocation()
129 …err.SetErrorStringWithFormat ("couldn't write %s to the target: %s", m_persistent_variable_sp->Get… in MakeAllocation()
145 …err.SetErrorStringWithFormat ("couldn't deallocate memory for %s: %s", m_persistent_variable_sp->G… in DestroyAllocation()
184 …err.SetErrorStringWithFormat("couldn't write the location of %s to memory: %s", m_persistent_varia… in Materialize()
189 …err.SetErrorStringWithFormat("no materialization happened for persistent variable %s", m_persisten… in Materialize()
229 …err.SetErrorStringWithFormat("couldn't read the address of program-allocated variable %s: %s", m_p… in Dematerialize()
259 …err.SetErrorStringWithFormat("couldn't find the memory area used to store %s", m_persistent_variab… in Dematerialize()
265 …err.SetErrorStringWithFormat("the address of the memory area for %s is in an incorrect format", m_… in Dematerialize()
288 …err.SetErrorStringWithFormat ("couldn't read the contents of %s from memory: %s", m_persistent_var… in Dematerialize()
297 …err.SetErrorStringWithFormat("no dematerialization happened for persistent variable %s", m_persist… in Dematerialize()
442 …err.SetErrorStringWithFormat("couldn't get a value object for variable %s", m_variable_sp->GetName… in Materialize()
458 …err.SetErrorStringWithFormat("couldn't write the contents of reference variable %s to memory: %s",… in Materialize()
478 …err.SetErrorStringWithFormat("couldn't write the address of variable %s to memory: %s", m_variable… in Materialize()
489 …err.SetErrorStringWithFormat("trying to create a temporary region for %s but one exists", m_variab… in Materialize()
497 …err.SetErrorStringWithFormat("the variable '%s' has no location, it may have been optimized out", … in Materialize()
501 …err.SetErrorStringWithFormat("size of variable %s disagrees with the ValueObject's size", m_variab… in Materialize()
516 …err.SetErrorStringWithFormat("couldn't allocate a temporary region for %s: %s", m_variable_sp->Get… in Materialize()
526 …err.SetErrorStringWithFormat("couldn't write to the temporary region for %s: %s", m_variable_sp->G… in Materialize()
536 …err.SetErrorStringWithFormat("couldn't write the address of the temporary region for %s: %s", m_va… in Materialize()
570 …err.SetErrorStringWithFormat("couldn't get a value object for variable %s", m_variable_sp->GetName… in Dematerialize()
582 …err.SetErrorStringWithFormat("couldn't get the data for variable %s", m_variable_sp->GetName().AsC… in Dematerialize()
592 …err.SetErrorStringWithFormat("couldn't write the new contents of %s back into the variable", m_var… in Dematerialize()
602 …err.SetErrorStringWithFormat("couldn't free the temporary region for %s: %s", m_variable_sp->GetNa… in Dematerialize()
752 …err.SetErrorStringWithFormat("couldn't allocate a temporary region for the result: %s", alloc_erro… in Materialize()
762 …err.SetErrorStringWithFormat("couldn't write the address of the temporary region for the result: %… in Materialize()
827 …err.SetErrorStringWithFormat("couldn't dematerialize a result variable: failed to make persistent … in Dematerialize()
1020 …err.SetErrorStringWithFormat("couldn't resolve symbol %s because there is no target", m_symbol.Get… in Materialize()
1035 …err.SetErrorStringWithFormat("couldn't write the address of symbol %s: %s", m_symbol.GetName().AsC… in Materialize()
1141 …err.SetErrorStringWithFormat("couldn't materialize register %s without a stack frame", m_register_… in Materialize()
1149 … err.SetErrorStringWithFormat("couldn't read the value of register %s", m_register_info.name); in Materialize()
1157 … err.SetErrorStringWithFormat("couldn't get the data for register %s", m_register_info.name); in Materialize()
1163 …err.SetErrorStringWithFormat("data for register %s had size %llu but we expected %llu", m_register… in Materialize()
1175 …err.SetErrorStringWithFormat("couldn't write the contents of register %s: %s", m_register_info.nam… in Materialize()
1204 …err.SetErrorStringWithFormat("couldn't dematerialize register %s without a stack frame", m_registe… in Dematerialize()
1214 …err.SetErrorStringWithFormat("couldn't get the data for register %s: %s", m_register_info.name, ex… in Dematerialize()
1232 … err.SetErrorStringWithFormat("couldn't write the value of register %s", m_register_info.name); in Dematerialize()