Lines Matching defs:flavor
57 unsigned flavor, DisassemblerLLVMC &owner);
1243 unsigned flavor,
1297 flavor == ~0U ? asm_info_up->getAssemblerDialect() : flavor;
1450 unsigned flavor = ~0U;
1453 // So far the only supported flavor is "intel" on x86. The base class will
1458 flavor = 1;
1460 flavor = 0;
1589 flavor, *this);
1599 flavor, *this);
1612 triple_str, cpu, features_str.c_str(), flavor, *this);
1621 const char *flavor,
1626 std::make_shared<DisassemblerLLVMC>(arch, flavor, cpu, features);
1710 const lldb_private::ArchSpec &arch, const char *flavor) {
1712 if (flavor == nullptr || strcmp(flavor, "default") == 0)
1717 return strcmp(flavor, "intel") == 0 || strcmp(flavor, "att") == 0;