reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/lib/AST/Interp/Function.h
   69   CodePtr getCodeBegin() const;

References

tools/clang/lib/AST/Interp/Disasm.cpp
   48   for (CodePtr Start = getCodeBegin(), PC = Start; PC != getCodeEnd();) {
tools/clang/lib/AST/Interp/Function.cpp
   35   unsigned Offset = PC - getCodeBegin();
tools/clang/lib/AST/Interp/InterpFrame.h
  103   CodePtr getPC() const { return Func->getCodeBegin(); }