HomeSort by relevance Sort by last modified time
    Searched refs:Target (Results 201 - 225 of 637) sorted by null

1 2 3 4 5 6 7 891011>>

  /frameworks/compile/mclinker/include/mcld/Target/
TargetMachine.h 14 #include <llvm/Target/TargetMachine.h>
20 class Target;
31 class Target;
59 const mcld::Target &pTarget,
64 const mcld::Target& getTarget() const;
74 /// appPassesToEmitFile - The target function which we has to modify as
119 const mcld::Target *m_pTarget;
  /external/guava/guava/src/com/google/common/annotations/
Beta.java 23 import java.lang.annotation.Target;
34 @Target({
  /external/jsr305/ri/src/main/java/javax/annotation/
CheckReturnValue.java 7 import java.lang.annotation.Target;
12 @Target( { ElementType.METHOD, ElementType.CONSTRUCTOR, ElementType.TYPE,
  /external/llvm/lib/Target/CppBackend/
CPPTargetMachine.h 17 #include "llvm/Target/TargetMachine.h"
18 #include "llvm/Target/TargetData.h"
25 CPPTargetMachine(const Target &T, StringRef TT,
41 extern Target TheCppBackendTarget;
  /frameworks/compile/libbcc/lib/AndroidBitcode/
ABCCompiler.cpp 21 #include <llvm/Target/TargetData.h>
22 #include <llvm/Target/TargetMachine.h>
  /frameworks/compile/mclinker/lib/Target/
GOT.cpp 10 #include <mcld/Target/GOT.h>
21 : TargetFragment(Fragment::Target, pParent),
  /libcore/luni/src/test/java/org/apache/harmony/annotation/tests/java/lang/annotation/
TestAnnotation3.java 6 import java.lang.annotation.Target;
9 @Target( {ElementType.METHOD})
TestAnnotation3b.java 6 import java.lang.annotation.Target;
9 @Target( {ElementType.METHOD})
  /sdk/common/src/com/android/annotations/
NonNull.java 27 import java.lang.annotation.Target;
36 @Target({METHOD,PARAMETER,LOCAL_VARIABLE,FIELD})
Nullable.java 27 import java.lang.annotation.Target;
47 @Target({METHOD, PARAMETER, LOCAL_VARIABLE, FIELD})
  /external/llvm/lib/Support/
TargetRegistry.cpp 1 //===--- TargetRegistry.cpp - Target registration -------------------------===//
20 static Target *FirstTarget = 0;
26 const Target *TargetRegistry::lookupTarget(const std::string &ArchName,
29 // Allocate target machine. First, check whether the user has explicitly
31 // name, because it might be a backend that has no mapping to a target triple.
32 const Target *TheTarget = 0;
43 Error = "error: invalid target '" + ArchName + "'.\n";
53 // Get the target specific parser.
57 Error = ": error: unable to get target for '"
67 const Target *TargetRegistry::lookupTarget(const std::string &TT
    [all...]
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
CollectionRetainAllTester.java 50 private class Target {
54 private Target(Collection<E> toRetain, String description) {
64 private Target empty;
65 private Target disjoint;
66 private Target superset;
67 private Target nonEmptyProperSubset;
68 private Target sameElements;
69 private Target partialOverlap;
70 private Target containsDuplicates;
71 private Target nullSingleton
    [all...]
  /build/tools/droiddoc/test/stubs/expected/com/android/stubs/
Annot.java 4 @java.lang.annotation.Target(value={java.lang.annotation.ElementType.TYPE})
  /dalvik/tests/004-annotations/src/android/test/anno/
AnnoArrayField.java 7 @Target({ElementType.FIELD})
AnnoFancyMethod.java 5 @Target(ElementType.METHOD)
ExportedProperty.java 6 @Target({ ElementType.FIELD, ElementType.METHOD })
  /external/llvm/include/llvm/CodeGen/
MachineRelocation.h 1 //===-- llvm/CodeGen/MachineRelocation.h - Target Relocation ----*- C++ -*-===//
24 /// MachineRelocation - This represents a target-specific relocation value,
26 /// been emitted, either to an object file or to memory, when the target of the
31 /// 2. A target specific relocation type (a number from 0 to 63).
36 /// 6. An index into the GOT, if the target uses a GOT
41 isGV, // The Target.GV field is valid.
44 isExtSym, // The Target.ExtSym field is valid.
47 isGOTIndex // The Target.GOTIndex field is valid.
54 /// ConstantVal - A field that may be used by the target relocation type.
64 } Target;
    [all...]
  /external/llvm/lib/ExecutionEngine/
TargetSelect.cpp 1 //===-- TargetSelect.cpp - Target Chooser Code ----------------------------===//
10 // This just asks the TargetRegistry for the appropriate target to use, and
21 #include "llvm/Target/TargetMachine.h"
33 /// selectTarget - Pick a target either via -march or by guessing the native
44 const Target *TheTarget = 0;
76 // Package up features to be passed to target/subtarget
85 // Allocate a target...
86 TargetMachine *Target = TheTarget->createTargetMachine(TheTriple.getTriple(),
91 assert(Target && "Could not allocate target machine!")
    [all...]
  /external/llvm/lib/
Makefile 14 Target ExecutionEngine Linker MC Object DebugInfo
  /external/llvm/lib/Target/CellSPU/MCTargetDesc/
SPUMCAsmInfo.cpp 19 SPULinuxMCAsmInfo::SPULinuxMCAsmInfo(const Target &T, StringRef TT) {
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCAsmInfo.cpp 18 HexagonMCAsmInfo::HexagonMCAsmInfo(const Target &T, StringRef TT) {
  /external/llvm/lib/Target/Sparc/MCTargetDesc/
SparcMCAsmInfo.cpp 21 SparcELFMCAsmInfo::SparcELFMCAsmInfo(const Target &T, StringRef TT) {
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCTargetDesc.h 1 //===-- X86MCTargetDesc.h - X86 Target Descriptions -------------*- C++ -*-===//
10 // This file provides X86 specific target descriptions.
28 class Target;
32 extern Target TheX86_32Target, TheX86_64Target;
83 MCAsmBackend *createX86_32AsmBackend(const Target &T, StringRef TT);
84 MCAsmBackend *createX86_64AsmBackend(const Target &T, StringRef TT);
  /frameworks/av/media/libeffects/lvm/lib/Common/src/
LVC_MixSoft_2St_D16C31_SAT.c 43 if ((pInstance1->Current == pInstance1->Target)&&(pInstance1->Current == 0)){
46 else if ((pInstance2->Current == pInstance2->Target)&&(pInstance2->Current == 0)){
49 else if ((pInstance1->Current != pInstance1->Target) || (pInstance2->Current != pInstance2->Target))
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMELFDynamic.h 15 #include <mcld/Target/ELFDynamic.h>

Completed in 406 milliseconds

1 2 3 4 5 6 7 891011>>