Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/Interp/
H A DFunction.cpp33 assert(PC >= getCodeBegin() && "PC does not belong to this function"); in getSource()
35 unsigned Offset = PC - getCodeBegin(); in getSource()
H A DDisasm.cpp60 for (CodePtr Start = getCodeBegin(), PC = Start; PC != getCodeEnd();) { in dump()
H A DInterpFrame.h113 CodePtr getPC() const { return Func->getCodeBegin(); } in getPC()
H A DFunction.h84 CodePtr getCodeBegin() const { return Code.data(); } in getCodeBegin() function