reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1083 : Disassembler(arch, flavor_string), m_exe_ctx(nullptr), m_inst(nullptr), 1085 if (!FlavorValidForArchSpec(arch, m_flavor.c_str())) { 1090 llvm::Triple triple = arch.GetTriple(); 1103 ArchSpec thumb_arch(arch); 1129 if (arch.IsAlwaysThumbInstructions()) { 1136 switch (arch.GetCore()) { 1182 if (arch.IsMIPS()) { 1183 uint32_t arch_flags = arch.GetFlags(); 1222 } else if (arch.IsMIPS()) { 1224 uint32_t arch_flags = arch.GetFlags();