HomeSort by: relevance | last modified time | path
    Searched refs:AllocaInt8PtrTy (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenTypeCache.h 69 llvm::PointerType *AllocaInt8PtrTy;
CGDecl.cpp 1329 Addr = Builder.CreateBitCast(Addr, AllocaInt8PtrTy);
1340 Addr = Builder.CreateBitCast(Addr, AllocaInt8PtrTy);
2388 llvm::Intrinsic::lifetime_start, AllocaInt8PtrTy);
2397 llvm::Intrinsic::lifetime_end, AllocaInt8PtrTy);
CGException.cpp 1868 CGM.getIntrinsic(llvm::Intrinsic::frameaddress, AllocaInt8PtrTy),
CGBuiltin.cpp 1024 CGF.CGM.getIntrinsic(Intrinsic::sponentry, CGF.AllocaInt8PtrTy));
1027 CGF.CGM.getIntrinsic(Intrinsic::frameaddress, CGF.AllocaInt8PtrTy),
3515 Function *F = CGM.getIntrinsic(Intrinsic::frameaddress, AllocaInt8PtrTy);
3597 CGM.getIntrinsic(Intrinsic::frameaddress, AllocaInt8PtrTy),
9644 CGM.getIntrinsic(Intrinsic::addressofreturnaddress, AllocaInt8PtrTy);
9649 llvm::Function *F = CGM.getIntrinsic(Intrinsic::sponentry, AllocaInt8PtrTy);
14618 CGM.getIntrinsic(Intrinsic::addressofreturnaddress, AllocaInt8PtrTy);
CodeGenModule.cpp 133 AllocaInt8PtrTy = Int8Ty->getPointerTo(

Completed in 37 milliseconds