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

1 2 3 4

  /external/llvm/lib/Target/CppBackend/
Makefile 12 DIRS = TargetInfo
  /external/llvm/lib/Target/Hexagon/
Makefile 21 DIRS = InstPrinter TargetInfo MCTargetDesc
  /external/llvm/lib/Target/MSP430/
Makefile 20 DIRS = InstPrinter TargetInfo MCTargetDesc
  /external/llvm/lib/Target/NVPTX/
Makefile 21 DIRS = InstPrinter TargetInfo MCTargetDesc
  /external/llvm/lib/Target/PowerPC/
Makefile 21 DIRS = InstPrinter TargetInfo MCTargetDesc
  /external/llvm/lib/Target/R600/
Makefile 21 DIRS = InstPrinter TargetInfo MCTargetDesc
  /external/llvm/lib/Target/Sparc/
Makefile 19 DIRS = TargetInfo MCTargetDesc
  /external/llvm/lib/Target/XCore/
Makefile 20 DIRS = Disassembler InstPrinter TargetInfo MCTargetDesc
  /frameworks/compile/mclinker/
Android.mk 24 lib/Target/ARM/TargetInfo
29 lib/Target/Mips/TargetInfo
34 lib/Target/X86/TargetInfo
  /external/clang/lib/Basic/
TargetInfo.cpp 1 //===--- TargetInfo.cpp - Information about Target machine ----------------===//
10 // This file implements the TargetInfo and TargetInfoImpl interfaces.
14 #include "clang/Basic/TargetInfo.h"
26 // TargetInfo Constructor.
27 TargetInfo::TargetInfo(const std::string &T) : TargetOpts(), Triple(T)
97 // Out of line virtual dtor for TargetInfo.
98 TargetInfo::~TargetInfo() {}
102 const char *TargetInfo::getTypeName(IntType T)
    [all...]
Targets.cpp 10 // This file implements construction of a TargetInfo object from a
15 #include "clang/Basic/TargetInfo.h"
333 this->WIntType = TargetInfo::UnsignedInt;
463 this->IntMaxType = TargetInfo::SignedLongLong;
464 this->UIntMaxType = TargetInfo::UnsignedLongLong;
465 this->Int64Type = TargetInfo::SignedLongLong;
466 this->SizeType = TargetInfo::UnsignedInt;
615 this->IntMaxType = TargetInfo::SignedLongLong;
616 this->UIntMaxType = TargetInfo::UnsignedLongLong;
617 this->Int64Type = TargetInfo::SignedLongLong
    [all...]
  /external/llvm/lib/Target/AArch64/
Makefile 26 DIRS = InstPrinter AsmParser Disassembler TargetInfo MCTargetDesc Utils
  /external/llvm/lib/Target/ARM/
Makefile 22 DIRS = InstPrinter AsmParser Disassembler TargetInfo MCTargetDesc
  /external/llvm/lib/Target/MBlaze/
Makefile 20 DIRS = InstPrinter AsmParser Disassembler TargetInfo MCTargetDesc
  /external/llvm/lib/Target/Mips/
Makefile 22 DIRS = InstPrinter Disassembler AsmParser TargetInfo MCTargetDesc
  /external/llvm/lib/Target/X86/
Makefile 21 DIRS = InstPrinter AsmParser Disassembler TargetInfo MCTargetDesc Utils
  /external/llvm/include/llvm/Support/
TargetSelect.h 23 #define LLVM_TARGET(TargetName) void LLVMInitialize##TargetName##TargetInfo();
54 #define LLVM_TARGET(TargetName) LLVMInitialize##TargetName##TargetInfo();
  /external/clang/include/clang/Lex/
ModuleMap.h 43 const TargetInfo *Target;
152 const LangOptions &LangOpts, const TargetInfo *Target,
160 void setTarget(const TargetInfo &Target);
LiteralSupport.h 32 class TargetInfo;
169 const TargetInfo &Target;
186 const TargetInfo &target, DiagnosticsEngine *diags = 0)
  /external/clang/include/clang/Basic/
Builtins.h 27 class TargetInfo;
69 void InitializeTarget(const TargetInfo &Target);
Module.h 39 class TargetInfo;
224 const TargetInfo &Target,
325 const TargetInfo &Target);
  /external/llvm/
Android.mk 44 lib/Target/ARM/TargetInfo
53 lib/Target/Mips/TargetInfo
62 lib/Target/X86/TargetInfo \
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 18 #include "clang/Basic/TargetInfo.h"
178 /// DefineTypeSize - An overloaded helper that uses TargetInfo to determine
180 static void DefineTypeSize(StringRef MacroName, TargetInfo::IntType Ty,
181 const TargetInfo &TI, MacroBuilder &Builder) {
186 static void DefineType(const Twine &MacroName, TargetInfo::IntType Ty,
188 Builder.defineMacro(MacroName, TargetInfo::getTypeName(Ty));
191 static void DefineTypeWidth(StringRef MacroName, TargetInfo::IntType Ty,
192 const TargetInfo &TI, MacroBuilder &Builder) {
197 const TargetInfo &TI, MacroBuilder &Builder) {
202 static void DefineExactWidthIntType(TargetInfo::IntType Ty,
    [all...]
  /external/clang/lib/CodeGen/
CodeGenTypes.h 48 class TargetInfo;
64 const TargetInfo &Target;
114 const TargetInfo &getTarget() const { return Target; }
  /frameworks/compile/slang/
slang.h 55 class TargetInfo;
95 llvm::OwningPtr<clang::TargetInfo> mTarget;
148 clang::TargetInfo const &getTargetInfo() const { return *mTarget; }

Completed in 949 milliseconds

1 2 3 4