Biohazrd icon indicating copy to clipboard operation
Biohazrd copied to clipboard

Add support for "special" Itanium constructors/destructors

Open PathogenDavid opened this issue 2 years ago • 0 comments

Itanium has multiple types of constructors/destructors (Microsoft indirectly has them too but there aren't multiple entry points.) You can also see them mentioned here in Clang.


Related:

  • https://github.com/InfectedLibraries/Biohazrd/issues/159
  • https://github.com/InfectedLibraries/Biohazrd/issues/209 (We need to support exporting the other types of constructors/destructors.)

PathogenDavid avatar Aug 05 '21 17:08 PathogenDavid