Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DFunction.cpp38 assert(PC <= getCodeEnd() && "PC Does not belong to this function"); in getSource()
H A DDisasm.cpp56 for (CodePtr Start = getCodeBegin(), PC = Start; PC != getCodeEnd();) { in dump()
H A DFunction.h88 CodePtr getCodeEnd() const { return Code.data() + Code.size(); } in getCodeEnd() function