search for: leh_frame_begin1

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

2010 Jan 22
0
[LLVMdev] Exception handling question
...# Register .uleb128 8 # Offset .byte 144 # DW_CFA_offset + Reg (16) .uleb128 1 # Offset .align 8 .Leh_frame_common_end: .Lf.eh: .long .Leh_frame_end1-.Leh_frame_begin1 # Length of Frame Information Entry .Leh_frame_begin1: .long .Leh_frame_begin1-.Leh_frame_common # FDE CIE offset .long .Leh_func_begin1-. # FDE initial location .long .Leh_func_end1-.Leh_func_begin1 # FDE address range .uleb128 8...
2010 Jan 22
2
[LLVMdev] Exception handling question
...t > .byte 144 > # DW_CFA_offset > + Reg (16) > .uleb128 1 # Offset > .align 8 > .Leh_frame_common_end: > > .Lf.eh: > .long .Leh_frame_end1-.Leh_frame_begin1 # Length of > Frame Information Entry > .Leh_frame_begin1: > .long .Leh_frame_begin1-.Leh_frame_common # FDE CIE offset > .long .Leh_func_begin1-. # FDE initial > location > .long .Leh_func_end1-.Leh_func_begin1...
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
...t; # DW_CFA_offset >> + Reg (16) >> .uleb128 1 # Offset >> .align 8 >> .Leh_frame_common_end: >> >> .Lf.eh: >> .long .Leh_frame_end1-.Leh_frame_begin1 # Length of >> Frame Information Entry >> .Leh_frame_begin1: >> .long .Leh_frame_begin1-.Leh_frame_common # FDE CIE >> offset >> .long .Leh_func_begin1-. # FDE initial >> location >> .long...