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