Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DFunction.cpp63 assert(PC >= getCodeBegin() && "PC does not belong to this function"); in getSource()
66 unsigned Offset = PC - getCodeBegin(); in getSource()
H A DInterpFrame.h116 CodePtr getPC() const { return Func->getCodeBegin(); } in getPC()
H A DFunction.h104 CodePtr getCodeBegin() const { return Code.data(); } in getCodeBegin() function
H A DDisasm.cpp155 for (CodePtr Start = getCodeBegin(), PC = Start; PC != getCodeEnd();) { in dump()