HomeSort by relevance Sort by last modified time
    Searched refs:Itanium (Results 1 - 17 of 17) sorted by null

  /external/clang/include/clang/Basic/
ABI.h 50 // Itanium ABI
55 } Itanium;
116 // Itanium ABI
121 } Itanium;
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCAsmInfo.cpp 134 WinEHEncodingType = WinEH::EncodingType::Itanium;
161 WinEHEncodingType = WinEH::EncodingType::Itanium;
  /external/llvm/include/llvm/ADT/
Triple.h 178 Itanium,
479 return getOS() == Triple::Win32 && getEnvironment() == Triple::Itanium;
  /external/llvm/include/llvm/MC/
MCAsmInfo.h 38 Itanium, /// Windows x64, Windows Itanium (IA-64)
  /external/clang/lib/AST/
VTableBuilder.cpp 616 // Itanium C++ ABI 2.5.2:
    [all...]
ItaniumMangle.cpp 1 //===--- ItaniumMangle.cpp - Itanium C++ Name Mangling ----------*- C++ -*-===//
10 // Implements C++ name mangling according to the Itanium C++ ABI,
686 // representation (IEEE on Itanium), high-order bytes first,
688 // on Itanium.
    [all...]
  /external/libunwind/doc/
libunwind-ia64.tex 17 the Itanium Processor Family. This includes both little-endian Linux
59 please see the ``Itanium Software Conventions and Runtime Architecture
62 \URL{http://www.intel.com/design/itanium/downloads/245358.htm}
  /external/curl/packages/vms/
generate_vax_transfer.com 6 $! Alpha/Itanium gnv_libcurl_symbols.opt file.
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
msvccompiler.py 179 Possible results are "Intel", "Itanium", or "AMD64".
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
msvccompiler.py 179 Possible results are "Intel", "Itanium", or "AMD64".
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
msvccompiler.py 179 Possible results are "Intel", "Itanium", or "AMD64".
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
msvccompiler.py 179 Possible results are "Intel", "Itanium", or "AMD64".
  /external/llvm/lib/Support/
Triple.cpp 204 case Itanium: return "itanium";
458 .StartsWith("itanium", Triple::Itanium)
    [all...]
  /external/clang/lib/CodeGen/
ItaniumCXXABI.cpp 10 // This provides C++ code generation targeting the Itanium C++ ABI. The class
11 // in this file generates structures that follow the Itanium C++ ABI, which is
73 // The Itanium ABI has separate complete-object vs. base-object
99 llvm_unreachable("closure ctors in Itanium ABI?");
157 /// Itanium says that an _Unwind_Exception has to be "double-word"
159 /// bytes. Of course, that was written for the actual Itanium,
220 // Itanium does not emit any destructor variant as an inline thunk.
494 llvm_unreachable("Microsoft ABI is not Itanium-based");
506 /// In the Itanium and ARM ABIs, method pointers have the form:
509 /// In the Itanium ABI
    [all...]
  /external/clang/lib/Driver/
Driver.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 274 case WinEH::EncodingType::Itanium:
    [all...]
  /external/clang/lib/Basic/
Targets.cpp     [all...]

Completed in 703 milliseconds