Displaying 4 results from an estimated 4 matches for "leh_frame_common_end".
2010 Jan 22
0
[LLVMdev] Exception handling question
...g	.Llabel2-.Llabel1                           # Region length
	.long	.Llabel3-.Leh_func_begin1                   # Landing pad
	.uleb128	0                                   # Action
	.align	4
	.section	.eh_frame,"aw", at progbits
.LEH_frame0:
.Lsection_eh_frame:
.Leh_frame_common:
	.long	.Leh_frame_common_end-.Leh_frame_common_begin # Length of Common 
Information Entry
.Leh_frame_common_begin:
	.long	0
                                                             # CIE Identifier Tag
	.byte	1
                                                             # CIE Version
	.asciz	"zPLR"...
2010 Jan 22
2
[LLVMdev] Exception handling question
...3-.Leh_func_begin1                   # Landing pad
>        .uleb128        0                                   # Action
>        .align  4
>        .section        .eh_frame,"aw", at progbits
> .LEH_frame0:
> .Lsection_eh_frame:
> .Leh_frame_common:
>        .long   .Leh_frame_common_end-.Leh_frame_common_begin # Length of
> Common Information Entry
> .Leh_frame_common_begin:
>        .long   0
>                                                            # CIE Identifier
> Tag
>        .byte   1
>                                                            # CIE...
2010 Jan 21
4
[LLVMdev] Exception handling question
Hi,
I'm trying to get exception handling working in my compiler targetting LLVM.
I've been working from the LLVM exception handling documentation (including
http://llvm.org/docs/ExceptionHandling.html and
http://wiki.llvm.org/HowTo:_Build_JIT_based_Exception_mechanism) and looking
at g++-llvm's output.
I've been trying to get a minimal test function to work, which simply
invokes
2010 Jan 22
0
[LLVMdev] Exception handling question
...# Landing pad
>>        .uleb128        0                                   # Action
>>        .align  4
>>        .section        .eh_frame,"aw", at progbits
>> .LEH_frame0:
>> .Lsection_eh_frame:
>> .Leh_frame_common:
>>        .long   .Leh_frame_common_end-.Leh_frame_common_begin # Length of
>> Common Information Entry
>> .Leh_frame_common_begin:
>>        .long   0
>>                                                            # CIE
>> Identifier Tag
>>        .byte   1
>>...