Home | History | Annotate | Download | only in abi-dumper

Lines Matching full:funcinfo

4776     my %FuncInfo = %{$SymbolInfo{$InfoId}};
4778 if(my $S = $FuncInfo{"Source"}) {
4781 if(my $H = $FuncInfo{"Header"}) {
4784 if(my $RTid = getFirst($FuncInfo{"Return"}))
4789 if(my $FCid = getFirst($FuncInfo{"Class"}))
4803 foreach my $PPos (keys(%{$FuncInfo{"Param"}}))
4805 if(my $PTid = getFirst($FuncInfo{"Param"}{$PPos}{"type"}))
4811 foreach my $TPos (keys(%{$FuncInfo{"TParam"}}))
4813 my $TPName = $FuncInfo{"TParam"}{$TPos}{"name"};