Searched refs:getCodeEnd (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DDisasm.cpp48 for (CodePtr Start = getCodeBegin(), PC = Start; PC != getCodeEnd();) {
H A DFunction.cpp26 CodePtr Function::getCodeEnd() const { return Code.data() + Code.size(); } function in class:Function
H A DFunction.h71 CodePtr getCodeEnd() const;

Completed in 100 milliseconds