reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
202 if (FuncId <= 0 || static_cast<size_t>(FuncId) > InstrMap.Functions) { 202 if (FuncId <= 0 || static_cast<size_t>(FuncId) > InstrMap.Functions) { 203 Report("Invalid function id provided: %d\n", FuncId); 208 auto SledRange = InstrMap.SledsIndex[FuncId - 1]; 214 SucceedOnce |= patchSled(*f++, Enable, FuncId); 220 Report("Failed patching any sled for function '%d'.", FuncId);