Home | History | Annotate | Download | only in AST

Lines Matching full:itanium

1 //===--- ItaniumMangle.cpp - Itanium C++ Name Mangling ----------*- C++ -*-===//
10 // Implements C++ name mangling according to the Itanium C++ ABI,
670 // representation (IEEE on Itanium), high-order bytes first,
672 // on Itanium.
1106 // Itanium C++ ABI 5.1.2:
2107 // Itanium C++ ABI 5.1.8:
2533 // *this., whereas we represent them as this->. The Itanium C++ ABI
2852 // Itanium C++ ABI:
3715 Thunk.This.Virtual.Itanium.VCallOffsetOffset);
3720 Thunk.Return.Virtual.Itanium.VBaseOffsetOffset);
3735 ThisAdjustment.Virtual.Itanium.VCallOffsetOffset);
3753 // These symbols are internal in the Itanium ABI, so the names don't matter.