Home | History | Annotate | Download | only in obj

Lines Matching refs:xpos

51 	Pos    src.XPos // position of the inlined call
56 func (tree *InlTree) Add(parent int, pos src.XPos, func_ *LSym) int {
75 func (tree *InlTree) CallPos(inlIndex int) src.XPos {
79 // OutermostPos returns the outermost position corresponding to xpos,
80 // which is where xpos was ultimately inlined to. In the example for
83 func (ctxt *Link) OutermostPos(xpos src.XPos) src.Pos {
84 pos := ctxt.InnermostPos(xpos)
86 outerxpos := xpos
95 // InnermostPos returns the innermost position corresponding to xpos,
102 func (ctxt *Link) InnermostPos(xpos src.XPos) src.Pos {
103 return ctxt.PosTable.Pos(xpos)