HomeSort by relevance Sort by last modified time
    Searched defs:Target (Results 226 - 250 of 533) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
TargetRegistry.h 1 //===- Support/TargetRegistry.h - Target Registration -----------*- C++ -*-===//
11 // the appropriate target specific classes (TargetMachine, AsmPrinter, etc.)
14 // Target specific class implementations should register themselves using the
94 /// Target - Wrapper for Target specific information.
102 class Target {
117 *(*)(const Target &T, const Triple &TT, StringRef CPU, StringRef Features,
125 using MCAsmBackendCtorTy = MCAsmBackend *(*)(const Target &T,
132 using MCDisassemblerCtorTy = MCDisassembler *(*)(const Target &T,
177 /// Next - The next registered target in the linked list, maintained by th
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Frontend/
CompilerInstance.h 59 /// for example the preprocessor, the target information, and the AST
79 /// The target being compiled for.
80 IntrusiveRefCntPtr<TargetInfo> Target;
82 /// Auxiliary Target info.
212 /// - Clients should have initialized any LLVM target features that may be
356 /// @name Target Info
359 bool hasTarget() const { return Target != nullptr; }
362 assert(Target && "Compiler instance has no target!");
363 return *Target;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
MachineFunction.h 14 // target-specific information about the generated code.
93 /// hold private target-specific information for each MachineFunction. Objects
137 // - target-specific
143 // target-specific or non-pre-isel generic instructions (e.g., COPY).
227 const TargetMachine &Target;
235 // Used to keep track of target-specific per-machine function information for
236 // the target implementation.
341 /// unchanged the references to Fn, Target, MMI, and FunctionNumber.
345 /// \pre Fn, Target, MMI, and FunctionNumber are properly set.
391 /// getTarget - Return the target machine this machine code is compiled wit
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
TargetRegistry.h 1 //===- Support/TargetRegistry.h - Target Registration -----------*- C++ -*-===//
11 // the appropriate target specific classes (TargetMachine, AsmPrinter, etc.)
14 // Target specific class implementations should register themselves using the
94 /// Target - Wrapper for Target specific information.
102 class Target {
117 *(*)(const Target &T, const Triple &TT, StringRef CPU, StringRef Features,
125 using MCAsmBackendCtorTy = MCAsmBackend *(*)(const Target &T,
132 using MCDisassemblerCtorTy = MCDisassembler *(*)(const Target &T,
177 /// Next - The next registered target in the linked list, maintained by th
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Frontend/
CompilerInstance.h 59 /// for example the preprocessor, the target information, and the AST
79 /// The target being compiled for.
80 IntrusiveRefCntPtr<TargetInfo> Target;
82 /// Auxiliary Target info.
212 /// - Clients should have initialized any LLVM target features that may be
356 /// @name Target Info
359 bool hasTarget() const { return Target != nullptr; }
362 assert(Target && "Compiler instance has no target!");
363 return *Target;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
MachineFunction.h 14 // target-specific information about the generated code.
93 /// hold private target-specific information for each MachineFunction. Objects
137 // - target-specific
143 // target-specific or non-pre-isel generic instructions (e.g., COPY).
227 const TargetMachine &Target;
235 // Used to keep track of target-specific per-machine function information for
236 // the target implementation.
341 /// unchanged the references to Fn, Target, MMI, and FunctionNumber.
345 /// \pre Fn, Target, MMI, and FunctionNumber are properly set.
391 /// getTarget - Return the target machine this machine code is compiled wit
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
TargetRegistry.h 1 //===- Support/TargetRegistry.h - Target Registration -----------*- C++ -*-===//
11 // the appropriate target specific classes (TargetMachine, AsmPrinter, etc.)
14 // Target specific class implementations should register themselves using the
94 /// Target - Wrapper for Target specific information.
102 class Target {
117 *(*)(const Target &T, const Triple &TT, StringRef CPU, StringRef Features,
125 using MCAsmBackendCtorTy = MCAsmBackend *(*)(const Target &T,
132 using MCDisassemblerCtorTy = MCDisassembler *(*)(const Target &T,
177 /// Next - The next registered target in the linked list, maintained by th
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Frontend/
CompilerInstance.h 59 /// for example the preprocessor, the target information, and the AST
79 /// The target being compiled for.
80 IntrusiveRefCntPtr<TargetInfo> Target;
82 /// Auxiliary Target info.
212 /// - Clients should have initialized any LLVM target features that may be
356 /// @name Target Info
359 bool hasTarget() const { return Target != nullptr; }
362 assert(Target && "Compiler instance has no target!");
363 return *Target;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
MachineFunction.h 14 // target-specific information about the generated code.
93 /// hold private target-specific information for each MachineFunction. Objects
137 // - target-specific
143 // target-specific or non-pre-isel generic instructions (e.g., COPY).
227 const TargetMachine &Target;
235 // Used to keep track of target-specific per-machine function information for
236 // the target implementation.
341 /// unchanged the references to Fn, Target, MMI, and FunctionNumber.
345 /// \pre Fn, Target, MMI, and FunctionNumber are properly set.
391 /// getTarget - Return the target machine this machine code is compiled wit
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
TargetRegistry.h 1 //===- Support/TargetRegistry.h - Target Registration -----------*- C++ -*-===//
11 // the appropriate target specific classes (TargetMachine, AsmPrinter, etc.)
14 // Target specific class implementations should register themselves using the
94 /// Target - Wrapper for Target specific information.
102 class Target {
117 *(*)(const Target &T, const Triple &TT, StringRef CPU, StringRef Features,
125 using MCAsmBackendCtorTy = MCAsmBackend *(*)(const Target &T,
132 using MCDisassemblerCtorTy = MCDisassembler *(*)(const Target &T,
177 /// Next - The next registered target in the linked list, maintained by th
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
CompilerInstance.h 59 /// for example the preprocessor, the target information, and the AST
79 /// The target being compiled for.
80 IntrusiveRefCntPtr<TargetInfo> Target;
82 /// Auxiliary Target info.
205 /// - Clients should have initialized any LLVM target features that may be
349 /// @name Target Info
352 bool hasTarget() const { return Target != nullptr; }
355 assert(Target && "Compiler instance has no target!");
356 return *Target;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineFunction.h 14 // target-specific information about the generated code.
70 /// hold private target-specific information for each MachineFunction. Objects
114 // - target-specific
120 // target-specific or non-pre-isel generic instructions (e.g., COPY).
199 const TargetMachine &Target;
207 // Used to keep track of target-specific per-machine function information for
208 // the target implementation.
313 /// unchanged the references to Fn, Target, MMI, and FunctionNumber.
317 /// \pre Fn, Target, MMI, and FunctionNumber are properly set.
364 /// getTarget - Return the target machine this machine code is compiled wit
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Frontend/
CompilerInstance.h 59 /// for example the preprocessor, the target information, and the AST
79 /// The target being compiled for.
80 IntrusiveRefCntPtr<TargetInfo> Target;
82 /// Auxiliary Target info.
212 /// - Clients should have initialized any LLVM target features that may be
356 /// @name Target Info
359 bool hasTarget() const { return Target != nullptr; }
362 assert(Target && "Compiler instance has no target!");
363 return *Target;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
MachineFunction.h 14 // target-specific information about the generated code.
93 /// hold private target-specific information for each MachineFunction. Objects
137 // - target-specific
143 // target-specific or non-pre-isel generic instructions (e.g., COPY).
227 const TargetMachine &Target;
235 // Used to keep track of target-specific per-machine function information for
236 // the target implementation.
338 /// unchanged the references to Fn, Target, MMI, and FunctionNumber.
342 /// \pre Fn, Target, MMI, and FunctionNumber are properly set.
388 /// getTarget - Return the target machine this machine code is compiled wit
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Frontend/
CompilerInstance.h 59 /// for example the preprocessor, the target information, and the AST
79 /// The target being compiled for.
80 IntrusiveRefCntPtr<TargetInfo> Target;
82 /// Auxiliary Target info.
212 /// - Clients should have initialized any LLVM target features that may be
356 /// @name Target Info
359 bool hasTarget() const { return Target != nullptr; }
362 assert(Target && "Compiler instance has no target!");
363 return *Target;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
MachineFunction.h 14 // target-specific information about the generated code.
93 /// hold private target-specific information for each MachineFunction. Objects
137 // - target-specific
143 // target-specific or non-pre-isel generic instructions (e.g., COPY).
227 const TargetMachine &Target;
235 // Used to keep track of target-specific per-machine function information for
236 // the target implementation.
338 /// unchanged the references to Fn, Target, MMI, and FunctionNumber.
342 /// \pre Fn, Target, MMI, and FunctionNumber are properly set.
388 /// getTarget - Return the target machine this machine code is compiled wit
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Frontend/
CompilerInstance.h 59 /// for example the preprocessor, the target information, and the AST
79 /// The target being compiled for.
80 IntrusiveRefCntPtr<TargetInfo> Target;
82 /// Auxiliary Target info.
212 /// - Clients should have initialized any LLVM target features that may be
356 /// @name Target Info
359 bool hasTarget() const { return Target != nullptr; }
362 assert(Target && "Compiler instance has no target!");
363 return *Target;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
MachineFunction.h 14 // target-specific information about the generated code.
93 /// hold private target-specific information for each MachineFunction. Objects
137 // - target-specific
143 // target-specific or non-pre-isel generic instructions (e.g., COPY).
227 const TargetMachine &Target;
235 // Used to keep track of target-specific per-machine function information for
236 // the target implementation.
341 /// unchanged the references to Fn, Target, MMI, and FunctionNumber.
345 /// \pre Fn, Target, MMI, and FunctionNumber are properly set.
391 /// getTarget - Return the target machine this machine code is compiled wit
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
TargetRegistry.h 1 //===- Support/TargetRegistry.h - Target Registration -----------*- C++ -*-===//
11 // the appropriate target specific classes (TargetMachine, AsmPrinter, etc.)
14 // Target specific class implementations should register themselves using the
94 /// Target - Wrapper for Target specific information.
102 class Target {
117 *(*)(const Target &T, const Triple &TT, StringRef CPU, StringRef Features,
125 using MCAsmBackendCtorTy = MCAsmBackend *(*)(const Target &T,
132 using MCDisassemblerCtorTy = MCDisassembler *(*)(const Target &T,
177 /// Next - The next registered target in the linked list, maintained by th
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Frontend/
CompilerInstance.h 59 /// for example the preprocessor, the target information, and the AST
79 /// The target being compiled for.
80 IntrusiveRefCntPtr<TargetInfo> Target;
82 /// Auxiliary Target info.
212 /// - Clients should have initialized any LLVM target features that may be
356 /// @name Target Info
359 bool hasTarget() const { return Target != nullptr; }
362 assert(Target && "Compiler instance has no target!");
363 return *Target;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
MachineFunction.h 14 // target-specific information about the generated code.
93 /// hold private target-specific information for each MachineFunction. Objects
137 // - target-specific
143 // target-specific or non-pre-isel generic instructions (e.g., COPY).
227 const TargetMachine &Target;
235 // Used to keep track of target-specific per-machine function information for
236 // the target implementation.
341 /// unchanged the references to Fn, Target, MMI, and FunctionNumber.
345 /// \pre Fn, Target, MMI, and FunctionNumber are properly set.
391 /// getTarget - Return the target machine this machine code is compiled wit
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
TargetRegistry.h 1 //===- Support/TargetRegistry.h - Target Registration -----------*- C++ -*-===//
11 // the appropriate target specific classes (TargetMachine, AsmPrinter, etc.)
14 // Target specific class implementations should register themselves using the
94 /// Target - Wrapper for Target specific information.
102 class Target {
117 *(*)(const Target &T, const Triple &TT, StringRef CPU, StringRef Features,
125 using MCAsmBackendCtorTy = MCAsmBackend *(*)(const Target &T,
132 using MCDisassemblerCtorTy = MCDisassembler *(*)(const Target &T,
177 /// Next - The next registered target in the linked list, maintained by th
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Frontend/
CompilerInstance.h 59 /// for example the preprocessor, the target information, and the AST
79 /// The target being compiled for.
80 IntrusiveRefCntPtr<TargetInfo> Target;
82 /// Auxiliary Target info.
212 /// - Clients should have initialized any LLVM target features that may be
356 /// @name Target Info
359 bool hasTarget() const { return Target != nullptr; }
362 assert(Target && "Compiler instance has no target!");
363 return *Target;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
MachineFunction.h 14 // target-specific information about the generated code.
93 /// hold private target-specific information for each MachineFunction. Objects
137 // - target-specific
143 // target-specific or non-pre-isel generic instructions (e.g., COPY).
227 const TargetMachine &Target;
235 // Used to keep track of target-specific per-machine function information for
236 // the target implementation.
341 /// unchanged the references to Fn, Target, MMI, and FunctionNumber.
345 /// \pre Fn, Target, MMI, and FunctionNumber are properly set.
391 /// getTarget - Return the target machine this machine code is compiled wit
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
TargetRegistry.h 1 //===- Support/TargetRegistry.h - Target Registration -----------*- C++ -*-===//
11 // the appropriate target specific classes (TargetMachine, AsmPrinter, etc.)
14 // Target specific class implementations should register themselves using the
94 /// Target - Wrapper for Target specific information.
102 class Target {
117 *(*)(const Target &T, const Triple &TT, StringRef CPU, StringRef Features,
125 using MCAsmBackendCtorTy = MCAsmBackend *(*)(const Target &T,
132 using MCDisassemblerCtorTy = MCDisassembler *(*)(const Target &T,
177 /// Next - The next registered target in the linked list, maintained by th
    [all...]

Completed in 984 milliseconds

1 2 3 4 5 6 7 8 91011>>