LibreOffice Module bridges (master) 1
Functions | Variables
msvc_win32_x86-64/except.cxx File Reference
#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>
Include dependency graph for msvc_win32_x86-64/except.cxx:

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
 

Function Documentation

◆ copyConstruct()

static void *__cdecl copyConstruct ( void *  pExcThis,
void *  pSource,
typelib_TypeDescription pTD 
)
staticnoexcept

Definition at line 258 of file msvc_win32_x86-64/except.cxx.

Referenced by GenerateConstructorTrampoline().

◆ destruct()

static void *__cdecl destruct ( void *  pExcThis,
typelib_TypeDescription pTD 
)
staticnoexcept

Definition at line 265 of file msvc_win32_x86-64/except.cxx.

Referenced by GenerateDestructorTrampoline().

◆ GenerateConstructorTrampoline()

static void GenerateConstructorTrampoline ( unsigned char *  code,
typelib_TypeDescription pTD 
)
staticnoexcept

Definition at line 273 of file msvc_win32_x86-64/except.cxx.

References code, codeSnippetSize, copyConstruct(), and p.

◆ GenerateDestructorTrampoline()

static void GenerateDestructorTrampoline ( unsigned char *  code,
typelib_TypeDescription pTD 
)
staticnoexcept

Definition at line 298 of file msvc_win32_x86-64/except.cxx.

References code, codeSnippetSize, destruct(), and p.

Variable Documentation

◆ codeSnippetSize

const int codeSnippetSize = 40