Home
last modified time | relevance | path

Searched refs:getCodeBegin (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DFunction.cpp37 assert(PC >= getCodeBegin() && "PC does not belong to this function"); in getSource()
40 unsigned Offset = PC - getCodeBegin(); in getSource()
H A DDisasm.cpp56 for (CodePtr Start = getCodeBegin(), PC = Start; PC != getCodeEnd();) { in dump()
H A DInterpFrame.h112 CodePtr getPC() const { return Func->getCodeBegin(); } in getPC()
H A DFunction.h86 CodePtr getCodeBegin() const { return Code.data(); } in getCodeBegin() function