Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/Interp/
H A DFunction.cpp34 assert(PC <= getCodeEnd() && "PC Does not belong to this function"); in getSource()
H A DDisasm.cpp60 for (CodePtr Start = getCodeBegin(), PC = Start; PC != getCodeEnd();) { in dump()
H A DFunction.h86 CodePtr getCodeEnd() const { return Code.data() + Code.size(); } in getCodeEnd() function