Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/clang/lib/AST/Interp/
HDFunction.cpp37 assert(PC >= getCodeBegin() && "PC does not belong to this function"); in getSource()
40 unsigned Offset = PC - getCodeBegin(); in getSource()
HDInterpFrame.h109 CodePtr getPC() const { return Func->getCodeBegin(); } in getPC()
HDFunction.h87 CodePtr getCodeBegin() const { return Code.data(); } in getCodeBegin() function
HDDisasm.cpp83 for (CodePtr Start = getCodeBegin(), PC = Start; PC != getCodeEnd();) { in dump()