Searched refs:getCodeBegin (Results 1 – 4 of 4) sorted by relevance
63 assert(PC >= getCodeBegin() && "PC does not belong to this function"); in getSource()66 unsigned Offset = PC - getCodeBegin(); in getSource()
116 CodePtr getPC() const { return Func->getCodeBegin(); } in getPC()
104 CodePtr getCodeBegin() const { return Code.data(); } in getCodeBegin() function
155 for (CodePtr Start = getCodeBegin(), PC = Start; PC != getCodeEnd();) { in dump()