HomeSort by relevance Sort by last modified time
    Searched refs:Target (Results 1 - 25 of 485) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsMCTargetDesc.h 1 //===-- AlphaMCTargetDesc.h - Alpha Target Descriptions ---------*- C++ -*-===//
10 // This file provides Alpha specific target descriptions.
19 class Target;
22 extern Target TheMipsTarget;
23 extern Target TheMipselTarget;
MipsMCAsmInfo.h 21 class Target;
25 explicit MipsMCAsmInfo(const Target &T, StringRef TT);
  /external/llvm/lib/Target/PTX/MCTargetDesc/
PTXMCTargetDesc.h 1 //===-- PTXMCTargetDesc.h - PTX Target Descriptions ------------*- C++ -*-===//
10 // This file provides PTX specific target descriptions.
19 class Target;
22 extern Target ThePTX32Target;
23 extern Target ThePTX64Target;
PTXMCAsmInfo.h 20 class Target;
24 explicit PTXMCAsmInfo(const Target &T, const StringRef &TT);
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCTargetDesc.h 1 //===-- PPCMCTargetDesc.h - PowerPC Target Descriptions ---------*- C++ -*-===//
10 // This file provides PowerPC specific target descriptions.
19 class Target;
22 extern Target ThePPC32Target;
23 extern Target ThePPC64Target;
  /external/llvm/lib/Target/Sparc/MCTargetDesc/
SparcMCTargetDesc.h 1 //===-- SparcMCTargetDesc.h - Sparc Target Descriptions ---------*- C++ -*-===//
10 // This file provides Sparc specific target descriptions.
19 class Target;
22 extern Target TheSparcTarget;
23 extern Target TheSparcV9Target;
SparcMCAsmInfo.h 21 class Target;
24 explicit SparcELFMCAsmInfo(const Target &T, StringRef TT);
  /external/llvm/include/llvm/ADT/
InMemoryStruct.h 32 /// \brief The smart pointer target.
33 value_type *Target;
35 /// \brief A temporary object which can be used as a target of the smart
42 InMemoryStruct() : Target(0) {}
43 InMemoryStruct(reference Value) : Target(&Contents), Contents(Value) {}
44 InMemoryStruct(pointer Value) : Target(Value) {}
48 if (Value.Target != &Value.Contents) {
49 Target = Value.Target;
51 Target = &Contents
    [all...]
  /external/llvm/lib/Target/Alpha/MCTargetDesc/
AlphaMCAsmInfo.h 21 class Target;
24 explicit AlphaMCAsmInfo(const Target &T, StringRef TT);
AlphaMCTargetDesc.h 1 //===-- AlphaMCTargetDesc.h - Alpha Target Descriptions ---------*- C++ -*-===//
10 // This file provides Alpha specific target descriptions.
19 class Target;
22 extern Target TheAlphaTarget;
  /external/llvm/lib/Target/Blackfin/MCTargetDesc/
BlackfinMCAsmInfo.h 21 class Target;
24 explicit BlackfinMCAsmInfo(const Target &T, StringRef TT);
BlackfinMCTargetDesc.h 1 //===-- BlackfinMCTargetDesc.h - Blackfin Target Descriptions ---*- C++ -*-===//
10 // This file provides Blackfin specific target descriptions.
19 class Target;
22 extern Target TheBlackfinTarget;
  /external/llvm/lib/Target/CellSPU/MCTargetDesc/
SPUMCAsmInfo.h 21 class Target;
24 explicit SPULinuxMCAsmInfo(const Target &T, StringRef TT);
SPUMCTargetDesc.h 1 //===-- SPUMCTargetDesc.h - Alpha Target Descriptions ---------*- C++ -*-===//
10 // This file provides Alpha specific target descriptions.
19 class Target;
22 extern Target TheCellSPUTarget;
  /external/llvm/lib/Target/MBlaze/MCTargetDesc/
MBlazeMCTargetDesc.h 1 //===-- MBlazeMCTargetDesc.h - MBlaze Target Descriptions -------*- C++ -*-===//
10 // This file provides MBlaze specific target descriptions.
19 class Target;
22 extern Target TheMBlazeTarget;
MBlazeMCAsmInfo.h 21 class Target;
  /external/llvm/lib/Target/MSP430/MCTargetDesc/
MSP430MCAsmInfo.h 21 class Target;
24 explicit MSP430MCAsmInfo(const Target &T, StringRef TT);
MSP430MCTargetDesc.h 1 //===-- MSP430MCTargetDesc.h - MSP430 Target Descriptions -------*- C++ -*-===//
10 // This file provides MSP430 specific target descriptions.
19 class Target;
22 extern Target TheMSP430Target;
  /external/llvm/lib/Target/SystemZ/MCTargetDesc/
SystemZMCTargetDesc.h 1 //===-- SystemZMCTargetDesc.h - SystemZ Target Descriptions -----*- C++ -*-===//
10 // This file provides SystemZ specific target descriptions.
19 class Target;
22 extern Target TheSystemZTarget;
  /external/llvm/lib/Target/XCore/MCTargetDesc/
XCoreMCAsmInfo.h 21 class Target;
25 explicit XCoreMCAsmInfo(const Target &T, StringRef TT);
XCoreMCTargetDesc.h 1 //===-- XCoreMCTargetDesc.h - XCore Target Descriptions ---------*- C++ -*-===//
10 // This file provides XCore specific target descriptions.
19 class Target;
22 extern Target TheXCoreTarget;
  /libcore/luni/src/main/java/java/lang/annotation/
Target.java 28 @Target(ElementType.ANNOTATION_TYPE)
29 public @interface Target {
  /external/llvm/lib/Target/CBackend/TargetInfo/
CBackendTargetInfo.cpp 1 //===-- CBackendTargetInfo.cpp - CBackend Target Implementation -----------===//
12 #include "llvm/Target/TargetRegistry.h"
15 Target llvm::TheCBackendTarget;
  /external/llvm/utils/TableGen/
DisassemblerEmitter.cpp 31 /// documented in lib/Target/X86/X86Disassembler.h.
49 /// in the list of CodeGenInstructions for the target.
79 /// lib/Target/X86/X86DisassemblerDecoderCommon.h. This is unlikely to be
99 CodeGenTarget Target(Records);
104 << " * " << Target.getName() << " Disassembler\n"
112 if (Target.getName() == "X86") {
116 Target.getInstructionsByEnumValue();
124 throw TGError(Target.getTargetRecord()->getLoc(),
133 if (Target.getName() == "ARM") {
  /external/jsr305/ri/src/main/java/javax/annotation/meta/
TypeQualifierNickname.java 5 import java.lang.annotation.Target;
30 @Target(ElementType.ANNOTATION_TYPE)

Completed in 1352 milliseconds

1 2 3 4 5 6 7 8 91011>>