Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DFunction.cpp24 CodePtr Function::getCodeBegin() const { return Code.data(); } in getCodeBegin() function in Function
35 unsigned Offset = PC - getCodeBegin(); in getSource()
H A DDisasm.cpp49 for (CodePtr Start = getCodeBegin(), PC = Start; PC != getCodeEnd();) { in dump()
H A DInterpFrame.h103 CodePtr getPC() const { return Func->getCodeBegin(); } in getPC()
H A DFunction.h69 CodePtr getCodeBegin() const;