Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/Binding/
DImportAttribute.cs17 public bool UseExceptionWrapper { get; set; } = true; property in Antmicro.Renode.Utilities.Binding.ImportAttribute
DNativeBinder.cs133 if(attribute.UseExceptionWrapper) in EnsureWrappersType()
192 … var cName = GetWrappedName(attribute.Name ?? GetCName(field.Name), attribute.UseExceptionWrapper); in ResolveCallsToNative()
216 if(attribute.UseExceptionWrapper && result != null) in ResolveCallsToNative()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/
DTranslationCPU.cs2042 [Import(UseExceptionWrapper = false)]
2096 [Import(UseExceptionWrapper = false)] // Not wrapped for performance