LibreOffice Module bridges (master) 1
|
#include <sal/config.h>
#include <memory>
#include <malloc.h>
#include <new.h>
#include <typeinfo>
#include <signal.h>
#include <rtl/alloc.h>
#include <rtl/strbuf.hxx>
#include <rtl/ustrbuf.hxx>
#include <sal/log.hxx>
#include <com/sun/star/uno/Any.hxx>
#include <msvc/amd64.hxx>
#include <except.hxx>
Go to the source code of this file.
Functions | |
static void *__cdecl | copyConstruct (void *pExcThis, void *pSource, typelib_TypeDescription *pTD) noexcept |
static void *__cdecl | destruct (void *pExcThis, typelib_TypeDescription *pTD) noexcept |
static void | GenerateConstructorTrampoline (unsigned char *code, typelib_TypeDescription *pTD) noexcept |
static void | GenerateDestructorTrampoline (unsigned char *code, typelib_TypeDescription *pTD) noexcept |
Variables | |
const int | codeSnippetSize = 40 |
|
staticnoexcept |
Definition at line 258 of file msvc_win32_x86-64/except.cxx.
Referenced by GenerateConstructorTrampoline().
|
staticnoexcept |
Definition at line 265 of file msvc_win32_x86-64/except.cxx.
Referenced by GenerateDestructorTrampoline().
|
staticnoexcept |
Definition at line 273 of file msvc_win32_x86-64/except.cxx.
References code, codeSnippetSize, copyConstruct(), and p.
|
staticnoexcept |
Definition at line 298 of file msvc_win32_x86-64/except.cxx.
References code, codeSnippetSize, destruct(), and p.
const int codeSnippetSize = 40 |
Definition at line 271 of file msvc_win32_x86-64/except.cxx.
Referenced by GenerateConstructorTrampoline(), and GenerateDestructorTrampoline().