reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
322 if (FuncId <= 0 || static_cast<size_t>(FuncId) > InstrMap.Functions) { 322 if (FuncId <= 0 || static_cast<size_t>(FuncId) > InstrMap.Functions) { 323 Report("Invalid function id provided: %d\n", FuncId); 337 auto SledRange = InstrMap.SledsIndex[FuncId - 1]; 359 return patchFunction(FuncId, Enable);