Searched refs:getCodeBegin (Results 1 – 4 of 4) sorted by relevance
24 CodePtr Function::getCodeBegin() const { return Code.data(); } in getCodeBegin() function in Function35 unsigned Offset = PC - getCodeBegin(); in getSource()
49 for (CodePtr Start = getCodeBegin(), PC = Start; PC != getCodeEnd();) { in dump()
103 CodePtr getPC() const { return Func->getCodeBegin(); } in getPC()
69 CodePtr getCodeBegin() const;