Displaying 5 results from an estimated 5 matches for "tag_formal_paramet".
Did you mean:
tag_formal_parameter
2015 Jan 19
2
[LLVMdev] Dropping the DW_ prefix from names in dwarfdump
...AT_name( "bar" )
> AT_decl_file( "/llvm_cmake/test.cc <http://test.cc/>" )
> AT_decl_line( 1 )
> AT_type( {0x00000057} ( int ) )
> AT_external( true )
>
> 0x00000047: TAG_formal_parameter [3]
> AT_location( 0x00000000
> 0x0000000000000000 - 0x00000000000000b9: rdi+0
> 0x00000000000000b9 - 0x0000000000000184: rsp+16, deref )
> AT_name( "y" )
> AT...
2015 Jan 19
2
[LLVMdev] Dropping the DW_ prefix from names in dwarfdump
Hey guys,
Frederic is introducing the expression dumping support and in the interests
of tersity is skipping the "DW_" in every "DW_OP" (heck, we could even skip
the "OP" given the context - nothing else textual can appear there, right?)
Any thoughts on skipping the "DW_" (maybe even the AT/TAG/FORM too) in the
rest of dwarfdump? (skipping the AT/TAG (FORM
2015 Jan 19
2
[LLVMdev] Dropping the DW_ prefix from names in dwarfdump
...ot;bar" )
>> AT_decl_file( "/llvm_cmake/test.cc <http://test.cc/>" )
>> AT_decl_line( 1 )
>> AT_type( {0x00000057} ( int ) )
>> AT_external( true )
>>
>> 0x00000047: TAG_formal_parameter [3]
>> AT_location( 0x00000000
>> 0x0000000000000000 - 0x00000000000000b9: rdi+0
>> 0x00000000000000b9 - 0x0000000000000184: rsp+16, deref )
>> AT_name( "y" )
>>...
2015 Jan 20
2
[LLVMdev] Dropping the DW_ prefix from names in dwarfdump
...me( "_Z3bari" )
AT_name( "bar" )
AT_decl_file( "/llvm_cmake/test.cc<http://test.cc/>" )
AT_decl_line( 1 )
AT_type( {0x00000057} ( int ) )
AT_external( true )
0x00000047: TAG_formal_parameter [3]
AT_location( 0x00000000
0x0000000000000000 - 0x00000000000000b9: rdi+0
0x00000000000000b9 - 0x0000000000000184: rsp+16, deref )
AT_name( "y" )
AT_decl_file( "/llvm_cma...
2011 Oct 13
1
[LLVMdev] Local variable information in scope
Hi,
I want to list some additional information on this.
The variable collection I am looking at is, "variables 'declared' in scope".
1. When I traverse the MachineInstructions in the LexicalScopes ranges, and check for variables, I get variables used in this scope.
The variables listed include variables which may not have been declared in the scope. (for example