reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Expression/IRMemoryMap.cpp
  293   error.Clear();
  317     error.SetErrorToGenericError();
  318     error.SetErrorString("Couldn't malloc: invalid allocation policy");
  323       error.SetErrorToGenericError();
  324       error.SetErrorString("Couldn't malloc: address space is full");
  339             process_sp->AllocateMemory(allocation_size, permissions, error);
  342             process_sp->CallocateMemory(allocation_size, permissions, error);
  344       if (!error.Success())
  354         error.SetErrorToGenericError();
  355         error.SetErrorString("Couldn't malloc: address space is full");
  366               process_sp->AllocateMemory(allocation_size, permissions, error);
  369               process_sp->CallocateMemory(allocation_size, permissions, error);
  371         if (!error.Success())
  374         error.SetErrorToGenericError();
  375         error.SetErrorString(
  380       error.SetErrorToGenericError();
  381       error.SetErrorString("Couldn't malloc: process doesn't exist, and this "