Home
last modified time | relevance | path

Searched defs:RetPC (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterpFrame.cpp30 InterpFrame *Caller, CodePtr RetPC, unsigned ArgSize) in InterpFrame()
52 InterpFrame::InterpFrame(InterpState &S, const Function *Func, CodePtr RetPC, in InterpFrame()
H A DInterpFrame.h170 CodePtr RetPC; variable