Searched defs:isThumb (Results 1 – 3 of 3) sorted by relevance
252 private readonly bool isThumb; field in Antmicro.Renode.Peripherals.CPU.Disassembler.LLVMDisassembler.LLVMDisasWrapper
80 …type = SymbolType.NotSpecified, SymbolBinding binding = SymbolBinding.Global, bool isThumb = false) in InsertSymbol()
717 public void AddSymbol(Range address, string name, bool isThumb = false, ICPU context = null) in AddSymbol()