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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/compile/mclinker/lib/Target/Mips/
Mips.h 14 class Target;
16 extern Target TheMipselTarget;
17 extern Target TheMips64elTarget;
  /frameworks/compile/mclinker/lib/Target/ARM/
ARM.h 14 class Target;
19 class Target;
22 extern mcld::Target TheARMTarget;
23 extern mcld::Target TheThumbTarget;
25 TargetLDBackend* createARMLDBackend(const llvm::Target&, const std::string&);
  /frameworks/compile/mclinker/lib/Target/X86/
X86.h 14 class Target;
19 class Target;
22 extern mcld::Target TheX86_32Target;
23 extern mcld::Target TheX86_64Target;
25 TargetLDBackend* createX86LDBackend(const llvm::Target&, const std::string&);
  /external/llvm/lib/Target/NVPTX/MCTargetDesc/
NVPTXMCTargetDesc.h 1 //===-- NVPTXMCTargetDesc.h - NVPTX Target Descriptions ---------*- C++ -*-===//
10 // This file provides NVPTX specific target descriptions.
20 class Target;
22 extern Target TheNVPTXTarget32;
23 extern Target TheNVPTXTarget64;
  /external/swiftshader/third_party/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/swiftshader/third_party/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);
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64.h 14 class Target;
19 class Target;
22 extern mcld::Target TheAArch64Target;
24 TargetLDBackend* createAArch64LDBackend(const llvm::Target&,
  /frameworks/compile/mclinker/lib/Target/Hexagon/
Hexagon.h 14 class Target;
19 class Target;
22 extern mcld::Target TheHexagonTarget;
24 TargetLDBackend* createHexagonLDBackend(const llvm::Target&,
  /external/caliper/caliper/src/main/java/com/google/caliper/
All.java 19 import java.lang.annotation.Target;
25 @Target({}) // should never actually be applied
  /external/llvm/lib/Target/MSP430/MCTargetDesc/
MSP430MCTargetDesc.h 1 //===-- MSP430MCTargetDesc.h - MSP430 Target Descriptions -------*- C++ -*-===//
10 // This file provides MSP430 specific target descriptions.
20 class Target;
22 extern Target TheMSP430Target;
  /external/llvm/lib/Target/XCore/MCTargetDesc/
XCoreMCTargetDesc.h 1 //===-- XCoreMCTargetDesc.h - XCore Target Descriptions ---------*- C++ -*-===//
10 // This file provides XCore specific target descriptions.
20 class Target;
22 extern Target TheXCoreTarget;
  /external/swiftshader/third_party/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...]
  /toolchain/binutils/binutils-2.27/gold/testsuite/
testfile.h 28 class Target;
34 extern gold::Target* target_test_pointer_32_little;
35 extern gold::Target* target_test_pointer_32_big;
36 extern gold::Target* target_test_pointer_64_little;
37 extern gold::Target* target_test_pointer_64_big;
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/MCTargetDesc/
MipsMCTargetDesc.h 1 //===-- MipsMCTargetDesc.h - Mips Target Descriptions -----------*- C++ -*-===//
10 // This file provides Mips specific target descriptions.
24 class Target;
26 extern Target TheMipsTarget;
27 extern Target TheMipselTarget;
28 extern Target TheMips64Target;
29 extern Target TheMips64elTarget;
35 MCAsmBackend *createMipsAsmBackend(const Target &T, StringRef TT);
MipsMCAsmInfo.h 21 class Target;
25 explicit MipsMCAsmInfo(const Target &T, StringRef TT);
  /external/swiftshader/third_party/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/swiftshader/third_party/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/swiftshader/third_party/LLVM/lib/Target/CellSPU/MCTargetDesc/
SPUMCAsmInfo.h 21 class Target;
24 explicit SPULinuxMCAsmInfo(const Target &T, StringRef TT);
SPUMCTargetDesc.h 1 //===-- SPUMCTargetDesc.h - CellSPU Target Descriptions ---------*- C++ -*-===//
10 // This file provides CellSPU specific target descriptions.
19 class Target;
22 extern Target TheCellSPUTarget;
  /external/swiftshader/third_party/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;

Completed in 563 milliseconds

1 2 3 4 5 6 7 8 91011>>