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

References

include/llvm/MC/MCCodeView.h
  121   bool isUnallocatedFunctionInfo() const { return ParentFuncIdPlusOne == 0; }
  127            ParentFuncIdPlusOne != FunctionSentinel;
  132     return ParentFuncIdPlusOne - 1;
lib/MC/MCCodeView.cpp
   95   Functions[FuncId].ParentFuncIdPlusOne = MCCVFunctionInfo::FunctionSentinel;
  116   Info->ParentFuncIdPlusOne = IAFunc + 1;