Home
last modified time | relevance | path

Searched defs:InlinedCall (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/internal/obj/
Dinl.go49 type InlinedCall struct { struct
50 Parent int // index of the parent in the InlTree or < 0 if outermost call
51 Pos src.XPos // position of the inlined call
52 Func *LSym // function that was inlined
53 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.
/aosp_15_r20/external/skia/src/sksl/
H A DSkSLInliner.h100 struct InlinedCall { struct
104 InlinedCall inlineCall(const FunctionCall&, argument