HomeSort by: relevance | last modified time | path
    Searched defs:triple (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-c-test/
disassemble.c 11 |* --disassemble reads lines from stdin, parses them as a triple and hex *|
37 static void do_disassemble(const char *triple, const char *features,
39 LLVMDisasmContextRef D = LLVMCreateDisasmCPUFeatures(triple, "", features,
45 printf("ERROR: Couldn't create disassembler for triple %s\n", triple);
68 const char *triple = tokens[0]; local
72 printf("triple: %s, features: %s\n", triple, features);
83 do_disassemble(triple, features, disbuf, disbuflen);
  /src/external/apache2/llvm/dist/llvm/tools/gold/
gold-plugin.cpp 153 static std::string triple; member in namespace:options
236 triple = std::string(opt);
872 Conf.Options = codegen::InitTargetOptionsFromCodeGenFlags(Triple());
905 Conf.OverrideTriple = options::triple;
  /src/external/gpl2/gettext/dist/gettext-tools/src/
x-python.c 1010 bool triple, bool interpret_ansic, bool interpret_unicode,
1025 if (triple)
1044 if (triple)
1457 bool triple; local
1505 triple = false;
1512 triple = true;
1527 int uc = phase7_getuc (quote_char, triple, interpret_ansic,
  /src/usr.bin/make/unit-tests/
directive-include-guard.mk 104 # Triple negation is so uncommon that it's not recognized, even though it has
106 CASES+= variable-if-triple-negation
107 LINES.variable-if-triple-negation= \
111 # expect: Parse_PushInput: variable-if-triple-negation.tmp:1
112 # expect: Parse_PushInput: variable-if-triple-negation.tmp:1

Completed in 76 milliseconds