Lines Matching full:abi
40 /// \brief Implements C++ ABI-specific code generation functions.
57 /// Issue a diagnostic about unsupported features in the ABI.
101 /// kinds that the ABI says returns 'this' (only applies when called
113 /// Pass it using the normal C aggregate rules for the ABI, potentially
195 /// support an ABI that allows this). Returns null if no adjustment
224 /// (although both may be changed by the ABI).
237 /// Emit constructor variants required by this ABI.
244 /// (although both may be changed by the ABI).
256 /// Emit destructor variants required by this ABI.
259 /// Build the ABI-specific portion of the parameter list for a
270 /// Emit the ABI-specific prolog for the function.
282 /// Emit the ABI-specific virtual destructor call.
290 /// this emits virtual table tables. For the MSVC++ ABI, this emits virtual
398 /// Emits ABI-required functions necessary to initialize thread_local
416 // Create an instance of a C++ ABI class:
418 /// Creates an Itanium-family ABI.
421 /// Creates a Microsoft-family ABI.