HomeSort by relevance Sort by last modified time
    Searched defs:triple (Results 1 - 6 of 6) sorted by null

  /external/clang/test/Modules/Inputs/
irgen.h 1 static inline int triple(int x) { return x * 3; } function
  /frameworks/compile/mclinker/include/mcld/MC/
MCLDInfo.h 15 #include <llvm/ADT/Triple.h>
99 const llvm::Triple& triple() const function in class:mcld::MCLDInfo
123 llvm::Triple m_Triple;
  /external/llvm/lib/MC/MCDisassembler/
EDDisassembler.cpp 43 Triple::ArchType Arch;
48 { Triple::x86, "i386-unknown-unknown" },
49 { Triple::x86_64, "x86_64-unknown-unknown" },
50 { Triple::arm, "arm-unknown-unknown" },
51 { Triple::thumb, "thumb-unknown-unknown" }
57 /// @arg arch - The Triple::ArchType for the desired architecture
58 static const char *tripleFromArch(Triple::ArchType arch) {
75 static int getLLVMSyntaxVariant(Triple::ArchType arch,
80 if (arch == Triple::x86 || arch == Triple::x86_64
98 const char *triple = tripleFromArch(arch); local
    [all...]
  /external/llvm/tools/gold/
gold-plugin.cpp 81 static std::string triple; member in namespace:options
103 triple = opt.substr(strlen("mtriple="));
282 if (!options::triple.empty())
283 lto_module_set_target_triple(M, options::triple.c_str());
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
FormatterTest.java 1123 final Object[][] triple = { local
1187 final Object[][] triple = { local
1421 final Object[][] triple = { local
1474 final Object[][] triple = { local
1572 final Object[][] triple = { local
1642 final Object[][] triple = { local
    [all...]
  /external/skia/src/ports/
SkFontHost_FreeType.cpp 1276 const uint8_t* triple = src; local
    [all...]

Completed in 241 milliseconds