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

References

tools/lldb/source/Plugins/ExpressionParser/Clang/IRForTarget.cpp
  490     string_array = dyn_cast<ConstantDataSequential>(cstr->getInitializer());
  496       m_intptr_ty, cstr ? (string_array->getNumElements() - 1) * string_array->getElementByteSize() : 0, false);
  496       m_intptr_ty, cstr ? (string_array->getNumElements() - 1) * string_array->getElementByteSize() : 0, false);
  498  switch (cstr ? string_array->getElementByteSize() : 1) {
  512             string_array->getElementByteSize());