Home
last modified time | relevance | path

Searched refs:removeDuplicates (Results 1 – 1 of 1) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/
DTranslationCPU.cs451 public void LogFunctionNames(bool value, bool removeDuplicates = false) in LogFunctionNames() argument
453 LogFunctionNames(value, string.Empty, removeDuplicates); in LogFunctionNames()
461 …oid LogFunctionNames(bool value, string spaceSeparatedPrefixes = "", bool removeDuplicates = false) in LogFunctionNames() argument
479 if(removeDuplicates && symbol == previousSymbol) in LogFunctionNames()