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

  /external/llvm/lib/MC/
MCObjectFileInfo.cpp 636 Triple::ArchType Arch = T.getArch();
637 // FIXME: Checking for Arch here to filter out bogus triples such as
639 if ((Arch == Triple::x86 || Arch == Triple::x86_64 ||
640 Arch == Triple::arm || Arch == Triple::thumb ||
641 Arch == Triple::ppc || Arch == Triple::ppc64 ||
642 Arch == Triple::UnknownArch) &&
646 } else if ((Arch == Triple::x86 || Arch == Triple::x86_64) &
    [all...]
  /external/compiler-rt/make/platform/
multi_arch.mk 5 Arch := i386
6 Arch.m64 := x86_64
clang_linux.mk 6 Arch := unknown
24 # Define configs only if arch in triple is i386 or x86_64
55 Arch.full-i386 := i386
56 Arch.profile-i386 := i386
57 Arch.asan-i386 := i386
58 Arch.ubsan-i386 := i386
65 Arch.full-x86_64 := x86_64
66 Arch.profile-x86_64 := x86_64
67 Arch.asan-x86_64 := x86_64
68 Arch.tsan-x86_64 := x86_6
    [all...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldImpl.h 166 Triple::ArchType Arch;
169 if (Arch == Triple::arm || Arch == Triple::thumb)
171 else if (Arch == Triple::mipsel || Arch == Triple::mips)
173 else if (Arch == Triple::ppc64)
  /external/llvm/lib/Support/
Triple.cpp 307 Arch(parseArch(getArchName())),
321 Arch(parseArch(ArchStr.str())),
336 Arch(parseArch(ArchStr.str())),
350 // component movement when a component parses as (eg) both a valid arch and a
352 ArchType Arch = UnknownArch;
354 Arch = parseArch(Components[0]);
368 Found[0] = Arch != UnknownArch;
391 Arch = parseArch(Comp);
392 Valid = Arch != UnknownArch;
464 // Special case logic goes here. At this point Arch, Vendor and OS have th
    [all...]
  /external/llvm/include/llvm/ADT/
Triple.h 125 /// The parsed arch type.
126 ArchType Arch;
143 Triple() : Data(), Arch(), Vendor(), OS(), Environment() {}
165 ArchType getArch() const { return Arch; }
  /external/clang/lib/Driver/
Driver.cpp 411 // Don't attempt to generate preprocessed files if multiple -arch options are
425 "preprocessed source with multiple -arch options.";
807 llvm::Triple::ArchType Arch =
809 if (Arch == llvm::Triple::UnknownArch) {
821 // When there is no explicit arch for this platform, make sure we still bind
840 // Add in arch bindings for every top level action, as well as lipo and
848 // changing the output names to include the arch, which would also fix
862 // Lipo if necessary, we do it this way because we need to set the arch flag
    [all...]
ToolChains.cpp 141 if (const char *Arch = GetArmArchForMArch(A->getValue()))
142 return Arch;
145 if (const char *Arch = GetArmArchForMCpu(A->getValue()))
146 return Arch;
619 // triple arch, or the arch being bound.
738 // Add the arch options based on the particular spelling of -arch, to match
815 llvm_unreachable("invalid Darwin arch");
    [all...]
Tools.cpp 441 /// getLLVMArchSuffixForARM - Get the LLVM arch name to use for a particular
489 // Otherwise, if we have -march= choose the base CPU for that arch.
492 // Otherwise, use the Arch from the triple.
502 // then chose the minimum cpu for that arch.
647 // FIXME: Factor out an ARM class so we can cache the arch somewhere.
861 llvm_unreachable("Unexpected triple arch name");
    [all...]
  /external/llvm/lib/Object/
MachOObjectFile.cpp 758 unsigned Arch = getArch();
759 bool isScattered = (Arch != Triple::x86_64) &&
775 unsigned Arch = getArch();
776 bool isScattered = (Arch != Triple::x86_64) &&
820 unsigned Arch = getArch();
821 bool isScattered = (Arch != Triple::x86_64) &&
830 switch (Arch) {
954 unsigned Arch = getArch();
955 bool isScattered = (Arch != Triple::x86_64) &&
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp     [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp     [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp     [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /prebuilts/devtools/tools/lib/
sdklib.jar 

Completed in 404 milliseconds