HomeSort by relevance Sort by last modified time
    Searched refs:getTargetInfo (Results 26 - 50 of 80) sorted by null

12 3 4

  /external/clang/lib/Lex/
PPExpressions.cpp 292 const TargetInfo &TI = PP.getTargetInfo();
754 unsigned BitWidth = getTargetInfo().getIntMaxTWidth();
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
MicrosoftMangle.cpp 211 PointersAre64Bit(C.getASTContext().getTargetInfo().getPointerWidth(0) ==
217 PointersAre64Bit(C.getASTContext().getTargetInfo().getPointerWidth(0) ==
556 getASTContext().getTargetInfo().getPointerWidth(0));
    [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp 47 Context.getTargetInfo());
318 switch (Context.getTargetInfo().getTriple().getArch()) {
453 llvm::Triple::ArchType Arch = Context.getTargetInfo().getTriple().getArch();
457 Context.getTargetInfo().getInt64Type() == TargetInfo::SignedLong;
    [all...]
SemaAttr.cpp 171 if (!this->Context.getTargetInfo().hasAlignMac68kSupport()) {
SemaType.cpp 855 if (!S.Context.getTargetInfo().hasInt128Type())
    [all...]
SemaDecl.cpp     [all...]
SemaExpr.cpp     [all...]
SemaCast.cpp     [all...]
  /external/clang/lib/ARCMigrate/
Transforms.cpp 52 if (Ctx.getTargetInfo().getTriple().isiOS())
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 175 C.getTargetInfo().getTargetDescription(),
CodeGenModule.cpp 79 Diags(diags), TheDataLayout(TD), Target(C.getTargetInfo()),
102 PointerWidthInBits = C.getTargetInfo().getPointerWidth(0);
104 C.toCharUnitsFromBits(C.getTargetInfo().getPointerAlign(0)).getQuantity();
105 IntTy = llvm::IntegerType::get(LLVMContext, C.getTargetInfo().getIntWidth());
366 llvm::Triple::ArchType Arch = Context.getTargetInfo().getTriple().getArch();
    [all...]
CGRecordLayoutBuilder.cpp 103 return Context.getTargetInfo().getCXXABI().isMicrosoft() ||
    [all...]
CGAtomic.cpp 65 AtomicSizeInBits > C.getTargetInfo().getMaxAtomicInlineWidth());
    [all...]
  /external/clang/lib/Parse/
ParseStmtAsm.cpp 449 const llvm::Triple &TheTriple = Actions.Context.getTargetInfo().getTriple();
  /external/clang/lib/StaticAnalyzer/Checkers/
CallAndMessageChecker.cpp 557 !(supportsNilWithFloatRet(Ctx.getTargetInfo().getTriple()) &&
CheckSecuritySyntaxOnly.cpp 29 const llvm::Triple &T = Ctx.getTargetInfo().getTriple();
  /prebuilts/gradle-plugin/com/android/tools/build/builder/0.10.0/
builder-0.10.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/0.11.2/
builder-0.11.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/0.12.1/
builder-0.12.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/0.12.2/
builder-0.12.2.jar 
  /prebuilts/tools/common/builder/
builder-0.10.0.jar 
  /external/clang/include/clang/Parse/
Parser.h 240 const TargetInfo &getTargetInfo() const { return PP.getTargetInfo(); }
    [all...]
  /external/lldb/source/Symbol/
ClangASTContext.cpp 384 getTargetInfo(),
518 ClangASTContext::getTargetInfo()
    [all...]
  /external/clang/include/clang/Lex/
Preprocessor.h 480 const TargetInfo &getTargetInfo() const { return *Target; }
    [all...]

Completed in 692 milliseconds

12 3 4