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

References

tools/clang/lib/CodeGen/MicrosoftCXXABI.cpp
  502     if (CompleteObjectLocatorType)
  503       return CompleteObjectLocatorType;
  504     CompleteObjectLocatorType = llvm::StructType::create(
  512         getImageRelativeType(CompleteObjectLocatorType),
  517     CompleteObjectLocatorType->setBody(FieldTypesRef);
  518     return CompleteObjectLocatorType;