search for: leh_frame_common_begin

Displaying 4 results from an estimated 4 matches for "leh_frame_common_begin".

2010 Jan 22
0
[LLVMdev] Exception handling question
...# 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
...# 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 > .as...
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
...>> .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 >> #...