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

1 2

  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 603 Zero, IRBRet.CreateIntToPtr(AllocaCall.LeftRzAddr, Int32PtrTy));
605 IRBRet.CreateIntToPtr(PartialRzAddr, Int32PtrTy));
607 Zero, IRBRet.CreateIntToPtr(AllocaCall.RightRzAddr, Int32PtrTy));
    [all...]
SanitizerCoverage.cpp 371 GuardP = IRB.CreateIntToPtr(GuardP, Int32PtrTy);
394 P = IRB.CreateIntToPtr(P, IRB.getInt8PtrTy());
MemorySanitizer.cpp     [all...]
ThreadSanitizer.cpp 421 StoredValue = IRB.CreateIntToPtr(StoredValue, IRB.getInt8PtrTy());
DataFlowSanitizer.cpp     [all...]
  /external/llvm/include/llvm/Analysis/
TargetFolder.h 193 Constant *CreateIntToPtr(Constant *C, Type *DestTy) const {
  /external/llvm/include/llvm/IR/
ConstantFolder.h 180 Constant *CreateIntToPtr(Constant *C, Type *DestTy) const {
NoFolder.h 233 Instruction *CreateIntToPtr(Constant *C, Type *DestTy) const {
IRBuilder.h     [all...]
  /external/clang/lib/CodeGen/
TargetInfo.cpp     [all...]
CGObjCMac.cpp     [all...]
CGExprScalar.cpp 799 return Builder.CreateIntToPtr(IntResult, DstTy, "conv");
    [all...]
CGException.cpp     [all...]
CGBuiltin.cpp 77 return CGF.Builder.CreateIntToPtr(V, ResultType);
    [all...]
CGAtomic.cpp     [all...]
CGBlocks.cpp     [all...]
CGStmt.cpp     [all...]
CGCall.cpp     [all...]
  /external/llvm/lib/CodeGen/
SjLjEHPrepare.cpp 218 ExnVal = Builder.CreateIntToPtr(ExnVal, Builder.getInt8PtrTy());
CodeGenPrepare.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
SeparateConstOffsetFromGEP.cpp     [all...]
SROA.cpp     [all...]
ScalarReplAggregates.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp 818 return B.CreateIntToPtr(B.CreateAnd(Bounds, Bits, "memchr"), CI->getType());
    [all...]

Completed in 221 milliseconds

1 2