LibreOffice Module bridges (master) 1
|
#include <sal/config.h>
#include <cstddef>
#include <exception>
#include <typeinfo>
#include <cxxabi.h>
#include <unwind.h>
#include <config_cxxabi.h>
#include <typelib/typedescription.h>
#include <uno/any2.h>
#include <uno/mapping.h>
Go to the source code of this file.
Classes | |
class | __cxxabiv1::__class_type_info |
class | __cxxabiv1::__si_class_type_info |
struct | __cxxabiv1::__cxa_exception |
struct | __cxxabiv1::__cxa_eh_globals |
Namespaces | |
namespace | __cxxabiv1 |
namespace | abi_aarch64 |
Macros | |
#define | _GLIBCXX_CDTOR_CALLABI |
Enumerations | |
enum | abi_aarch64::ReturnKind { abi_aarch64::RETURN_KIND_REG , abi_aarch64::RETURN_KIND_HFA_FLOAT , abi_aarch64::RETURN_KIND_HFA_DOUBLE , abi_aarch64::RETURN_KIND_INDIRECT } |
Functions | |
__cxa_eh_globals * | __cxxabiv1::__cxa_get_globals () throw () |
std::type_info * | __cxxabiv1::__cxa_current_exception_type () |
void * | __cxxabiv1::__cxa_allocate_exception (std::size_t thrown_size) throw () |
void | __cxxabiv1::__cxa_throw (void *thrown_exception, void *tinfo, void(*dest)(void *)) __attribute__((noreturn)) |
void | abi_aarch64::mapException (__cxxabiv1::__cxa_exception *exception, std::type_info const *type, uno_Any *any, uno_Mapping *mapping) |
void | abi_aarch64::raiseException (uno_Any *any, uno_Mapping *mapping) |
ReturnKind | abi_aarch64::getReturnKind (typelib_TypeDescription const *type) |
#define _GLIBCXX_CDTOR_CALLABI |
Definition at line 30 of file gcc3_linux_aarch64/abi.hxx.