HomeSort by relevance Sort by last modified time
    Searched defs:PtrTy (Results 1 - 17 of 17) sorted by null

  /external/llvm/lib/CodeGen/
StackProtector.cpp 163 PointerType *PtrTy = Type::getInt8PtrTy(RI->getContext());
170 PointerType::get(PtrTy, AddressSpace));
172 StackGuardVar = M->getOrInsertGlobal("__stack_chk_guard", PtrTy);
178 AI = new AllocaInst(PtrTy, "StackGuardSlot", InsPt);
  /external/clang/lib/CodeGen/
CGExprAgg.cpp 570 QualType PtrTy = CGF.getContext().getPointerType(Ty);
572 CGF.ConvertType(PtrTy));
    [all...]
CGBuiltin.cpp     [all...]
CGException.cpp     [all...]
CGObjCGNU.cpp 146 llvm::PointerType *PtrTy;
634 llvm::StructType *SlotStructTy = llvm::StructType::get(PtrTy,
635 PtrTy, PtrTy, IntTy, IMPTy, NULL);
647 EnterCatchFn.init(&CGM, "__cxa_begin_catch", PtrTy, PtrTy, NULL);
651 ExceptionReThrowFn.init(&CGM, "_Unwind_Resume_or_Rethrow", VoidTy, PtrTy, NULL);
    [all...]
CGObjCMac.cpp     [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelDAGToDAG.cpp 403 EVT PtrTy = SPUtli.getPointerTy();
412 Base = CurDAG->getTargetConstant(0, PtrTy);
413 Index = CurDAG->getTargetFrameIndex(FI, PtrTy);
423 Base = CurDAG->getTargetConstant(0, PtrTy);
438 Base = CurDAG->getTargetConstant(offset, PtrTy);
439 Index = CurDAG->getTargetFrameIndex(FI, PtrTy);
443 Base = CurDAG->getTargetConstant(offset, PtrTy);
459 Base = CurDAG->getTargetConstant(offset, PtrTy);
460 Index = CurDAG->getTargetFrameIndex(FI, PtrTy);
464 Base = CurDAG->getTargetConstant(offset, PtrTy);
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 457 PointerType *PtrTy = cast<PointerType>(G->getType());
458 Type *Ty = PtrTy->getElementType();
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
CStringChecker.cpp 357 QualType PtrTy = Ctx.getPointerType(Ctx.CharTy);
383 SVal BufStart = svalBuilder.evalCast(BufVal, PtrTy, FirstBuf->getType());
388 LastOffset, PtrTy);
403 BufStart = svalBuilder.evalCast(BufVal, PtrTy, SecondBuf->getType());
408 LastOffset, PtrTy);
    [all...]
  /external/llvm/include/llvm/
Instructions.h 811 Type *PtrTy = PointerType::get(checkGEPType(
817 return VectorType::get(PtrTy, NumElem);
821 return PtrTy;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
LegalizeIntegerTypes.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]

Completed in 695 milliseconds