Searched defs:triple (Results 1 - 25 of 26) sorted by relevance

12

/external/clang/test/Modules/Inputs/
H A Dirgen.h1 static inline int triple(int x) { return x * 3; } function
/external/chromium_org/third_party/boringssl/src/crypto/obj/
H A Dobj_xref.c73 const nid_triple *triple; local
77 triple = bsearch(&key, sigoid_srt, sizeof(sigoid_srt) / sizeof(nid_triple),
80 if (triple == NULL) {
84 *out_digest_nid = triple->hash_id;
87 *out_pkey_nid = triple->pkey_id;
107 const nid_triple **triple; local
113 triple = bsearch(&pkey, sigoid_srt_xref,
117 if (triple == NULL) {
121 *out_sign_nid = (*triple)->sign_id;
/external/lldb/include/lldb/Interpreter/
H A DOptionValueArch.h32 OptionValueArch (const char *triple) : argument
34 m_current_value (triple),
/external/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformMacOSX.cpp73 const llvm::Triple &triple = arch->GetTriple(); local
74 switch (triple.getVendor())
94 switch (triple.getOS())
H A DPlatformiOSSimulator.cpp74 const llvm::Triple &triple = arch->GetTriple(); local
75 switch (triple.getVendor())
95 switch (triple.getOS())
H A DPlatformRemoteiOS.cpp97 const llvm::Triple &triple = arch->GetTriple(); local
98 llvm::Triple::VendorType vendor = triple.getVendor();
119 switch (triple.getOS())
122 case llvm::Triple::IOS: // This is the right triple value for iOS debugging
H A DPlatformDarwinKernel.cpp89 const llvm::Triple &triple = arch->GetTriple(); local
90 switch (triple.getVendor())
108 switch (triple.getOS())
/external/llvm/tools/llvm-c-test/
H A Ddisassemble.c11 |* --disassemble reads lines from stdin, parses them as a triple and hex *|
36 static void do_disassemble(const char *triple, unsigned char *buf, int siz) { argument
37 LLVMDisasmContextRef D = LLVMCreateDisasm(triple, NULL, 0, NULL, NULL);
42 printf("ERROR: Couldn't create disassebler for triple %s\n", triple);
65 char *triple = tokens[0]; local
68 printf("triple: %s\n", triple);
77 do_disassemble(triple, disbuf, disbuflen);
/external/lldb/source/API/
H A DSBInstructionList.cpp119 SBInstructionList::DumpEmulationForAllInstructions (const char *triple) argument
126 if (!GetInstructionAtIndex((uint32_t) i).DumpEmulation (triple))
H A DSBInstruction.cpp221 SBInstruction::DumpEmulation (const char *triple) argument
223 if (m_opaque_sp && triple)
225 lldb_private::ArchSpec arch (triple, NULL);
H A DSBModuleSpec.cpp108 std::string triple (m_opaque_ap->GetArchitecture().GetTriple().str());
112 ConstString const_triple (triple.c_str());
117 SBModuleSpec::SetTriple (const char *triple) argument
119 m_opaque_ap->GetArchitecture().SetTriple(triple);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/llvm/
H A Dinvocation.cpp96 const std::string &triple) {
122 c.getTargetOpts().Triple = triple;
148 link(llvm::Module *mod, const std::string &triple, argument
157 linker.LinkInFile(llvm::sys::Path(LIBCLC_LIBEXECDIR + triple + ".bc"), isNative);
255 const compat::string &triple) {
259 llvm::Module *mod = compile(source, "cl_input", triple);
263 link(mod, triple, kernels);
95 compile(const std::string &source, const std::string &name, const std::string &triple) argument
253 compile_program_llvm(const compat::string &source, enum pipe_shader_ir ir, const compat::string &triple) argument
/external/mesa3d/src/gallium/state_trackers/clover/llvm/
H A Dinvocation.cpp96 const std::string &triple) {
122 c.getTargetOpts().Triple = triple;
148 link(llvm::Module *mod, const std::string &triple, argument
157 linker.LinkInFile(llvm::sys::Path(LIBCLC_LIBEXECDIR + triple + ".bc"), isNative);
255 const compat::string &triple) {
259 llvm::Module *mod = compile(source, "cl_input", triple);
263 link(mod, triple, kernels);
95 compile(const std::string &source, const std::string &name, const std::string &triple) argument
253 compile_program_llvm(const compat::string &source, enum pipe_shader_ir ir, const compat::string &triple) argument
/external/lldb/source/Expression/
H A DClangExpressionParser.cpp213 // Sometimes this will be ok to just use the host target triple (when we
216 // using the host triple. This needs to be fixed in a better way.
219 std::string triple = target_sp->GetArchitecture().GetTriple().str(); local
222 for (size_t i = 0; i < triple.size(); ++i)
224 if (triple[i] == '-')
228 triple.resize(i);
233 m_compiler->getTargetOpts().Triple = triple;
/external/lldb/source/Plugins/Platform/Linux/
H A DPlatformLinux.cpp44 const llvm::Triple &triple = arch->GetTriple(); local
45 switch (triple.getVendor())
65 switch (triple.getOS())
/external/clang/lib/Frontend/
H A DInitHeaderSearch.cpp77 const llvm::Triple &triple);
91 void AddDefaultCIncludePaths(const llvm::Triple &triple,
96 void AddDefaultCPlusPlusIncludePaths(const llvm::Triple &triple,
102 const llvm::Triple &triple,
184 const llvm::Triple &triple) {
189 llvm::Triple::ArchType arch = triple.getArch();
224 void InitHeaderSearch::AddDefaultCIncludePaths(const llvm::Triple &triple, argument
226 llvm::Triple::OSType os = triple.getOS();
310 switch (triple.getEnvironment()) {
348 AddDefaultCPlusPlusIncludePaths(const llvm::Triple &triple, cons argument
180 AddGnuCPlusPlusIncludePaths(StringRef Base, StringRef ArchDir, StringRef Dir32, StringRef Dir64, const llvm::Triple &triple) argument
459 AddDefaultIncludePaths(const LangOptions &Lang, const llvm::Triple &triple, const HeaderSearchOptions &HSOpts) argument
[all...]
/external/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp41 const llvm::Triple &triple = arch->GetTriple(); local
42 switch (triple.getVendor())
62 switch (triple.getOS())
/external/llvm/tools/gold/
H A Dgold-plugin.cpp85 static std::string triple; member in namespace:options
107 triple = opt.substr(strlen("mtriple="));
310 if (!options::triple.empty())
311 M->setTargetTriple(options::triple.c_str());
/external/llvm/tools/lto/
H A Dlto.cpp155 void lto_module_set_target_triple(lto_module_t mod, const char *triple) { argument
156 return unwrap(mod)->setTargetTriple(triple);
/external/chromium_org/third_party/skia/src/ports/
H A DSkFontHost_FreeType_common.cpp118 const uint8_t* triple = src; local
121 dst[x] = packTriple(sk_apply_lut_if<APPLY_PREBLEND>(triple[2], tableR),
122 sk_apply_lut_if<APPLY_PREBLEND>(triple[1], tableG),
123 sk_apply_lut_if<APPLY_PREBLEND>(triple[0], tableB));
124 triple += 3;
128 dst[x] = packTriple(sk_apply_lut_if<APPLY_PREBLEND>(triple[0], tableR),
129 sk_apply_lut_if<APPLY_PREBLEND>(triple[1], tableG),
130 sk_apply_lut_if<APPLY_PREBLEND>(triple[2], tableB));
131 triple += 3;
/external/clang/lib/StaticAnalyzer/Checkers/
H A DCallAndMessageChecker.cpp524 static bool supportsNilWithFloatRet(const llvm::Triple &triple) { argument
525 return (triple.getVendor() == llvm::Triple::Apple &&
526 (triple.isiOS() || !triple.isMacOSXVersionLT(10,5)));
/external/lldb/source/Core/
H A DArchSpec.cpp349 ArchSpec::ArchSpec(const llvm::Triple &triple) : argument
354 SetTriple(triple);
475 ArchSpec::SetTriple (const llvm::Triple &triple) argument
477 m_triple = triple;
/external/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp1114 std::string triple; local
1140 else if (name.compare("triple") == 0)
1142 // The triple comes as ASCII hex bytes since it contains '-' chars
1145 extractor.GetHexByteString (triple);
1222 if (triple.empty())
1260 std::string triple; local
1261 triple += arch_name;
1264 triple += '-';
1266 triple += "unknown";
1268 triple
[all...]
/external/skia/src/ports/
H A DSkFontHost_FreeType_common.cpp118 const uint8_t* triple = src; local
121 dst[x] = packTriple(sk_apply_lut_if<APPLY_PREBLEND>(triple[2], tableR),
122 sk_apply_lut_if<APPLY_PREBLEND>(triple[1], tableG),
123 sk_apply_lut_if<APPLY_PREBLEND>(triple[0], tableB));
124 triple += 3;
128 dst[x] = packTriple(sk_apply_lut_if<APPLY_PREBLEND>(triple[0], tableR),
129 sk_apply_lut_if<APPLY_PREBLEND>(triple[1], tableG),
130 sk_apply_lut_if<APPLY_PREBLEND>(triple[2], tableB));
131 triple += 3;
/external/lldb/source/Plugins/Disassembler/llvm/
H A DDisassemblerLLVMC.cpp426 DisassemblerLLVMC::LLVMCDisassembler::LLVMCDisassembler (const char *triple, unsigned flavor, DisassemblerLLVMC &owner): argument
430 const llvm::Target *curr_target = llvm::TargetRegistry::lookupTarget(triple, Error);
438 m_reg_info_ap.reset (curr_target->createMCRegInfo(triple));
442 m_subtarget_info_ap.reset(curr_target->createMCSubtargetInfo(triple, "",
445 m_asm_info_ap.reset(curr_target->createMCAsmInfo(*curr_target->createMCRegInfo(triple), triple));
458 llvm::OwningPtr<llvm::MCRelocationInfo> RelInfo(curr_target->createMCRelocationInfo(triple, *m_context_ap.get()));
578 llvm::Triple triple = arch.GetTriple(); local
582 if (triple.getArch() == llvm::Triple::x86 || triple
618 const char *triple = arch.GetTriple().getTriple().c_str(); local
[all...]

Completed in 520 milliseconds

12