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

References

lib/MC/MCCodeView.cpp
   79   if (FuncId >= Functions.size())
   81   if (Functions[FuncId].isUnallocatedFunctionInfo())
   83   return &Functions[FuncId];
   87   if (FuncId >= Functions.size())
   88     Functions.resize(FuncId + 1);
   91   if (!Functions[FuncId].isUnallocatedFunctionInfo())
   95   Functions[FuncId].ParentFuncIdPlusOne = MCCVFunctionInfo::FunctionSentinel;
  102   if (FuncId >= Functions.size())
  103     Functions.resize(FuncId + 1);
  106   if (!Functions[FuncId].isUnallocatedFunctionInfo())
  115   MCCVFunctionInfo *Info = &Functions[FuncId];