Searched defs:InlinedCall (Results 1 – 2 of 2) sorted by relevance
49 type InlinedCall struct { struct50 Parent int // index of the parent in the InlTree or < 0 if outermost call51 Pos src.XPos // position of the inlined call52 Func *LSym // function that was inlined53 Name string // bare name of the function (w/o package prefix)54 ParentPC int32 // PC of instruction just before inlined body. Only valid in local trees.
100 struct InlinedCall { struct104 InlinedCall inlineCall(const FunctionCall&, argument