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