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

1 2

  /external/llvm/lib/Transforms/Utils/
BuildLibCalls.cpp 32 return B.CreateBitCast(V, B.getInt8PtrTy(), "cstr");
47 B.getInt8PtrTy(),
65 Type *I8Ptr = B.getInt8PtrTy();
89 B.getInt8PtrTy(),
90 B.getInt8PtrTy(),
109 Type *I8Ptr = B.getInt8PtrTy();
127 Type *I8Ptr = B.getInt8PtrTy();
149 B.getInt8PtrTy(),
150 B.getInt8PtrTy(),
151 B.getInt8PtrTy(),
    [all...]
LowerInvoke.cpp 122 Type *VoidPtrTy = Type::getInt8PtrTy(M.getContext());
459 AllocaInst *StackPtr = new AllocaInst(Type::getInt8PtrTy(F.getContext()), 0,
490 Type::getInt8PtrTy(F.getContext()),
543 Type::getInt8PtrTy(F.getContext()),
  /external/llvm/lib/Transforms/Instrumentation/
ThreadSanitizer.cpp 124 IRB.getInt8PtrTy(), NULL);
131 IRB.getInt8PtrTy(), NULL);
135 IRB.getInt8PtrTy(), NULL);
138 IRB.getInt8PtrTy(), IRB.getInt8PtrTy(),
299 IRB.CreatePointerCast(Addr, IRB.getInt8PtrTy()),
300 IRB.CreatePointerCast(StoredValue, IRB.getInt8PtrTy()));
307 IRB.CreateCall(OnAccessFunc, IRB.CreatePointerCast(Addr, IRB.getInt8PtrTy()));
ProfilingUtils.cpp 29 PointerType::getUnqual(Type::getInt8PtrTy(Context));
GCOVProfiling.cpp 572 Type::getInt8PtrTy(*Ctx), false);
589 Type::getInt8PtrTy(*Ctx), // const char *function_name
  /external/llvm/unittests/Support/
TypeBuilderTest.cpp 24 EXPECT_EQ(Type::getInt8PtrTy(getGlobalContext()),
26 EXPECT_EQ(Type::getInt8PtrTy(getGlobalContext()),
28 EXPECT_EQ(Type::getInt8PtrTy(getGlobalContext()),
30 EXPECT_EQ(Type::getInt8PtrTy(getGlobalContext()),
75 EXPECT_EQ(PointerType::getUnqual(Type::getInt8PtrTy(getGlobalContext())),
82 EXPECT_EQ(PointerType::getUnqual(Type::getInt8PtrTy(getGlobalContext())),
89 EXPECT_EQ(PointerType::getUnqual(Type::getInt8PtrTy(getGlobalContext())),
118 EXPECT_EQ(Type::getInt8PtrTy(getGlobalContext()),
  /external/llvm/unittests/Bitcode/
BitReaderTest.cpp 39 PointerType* Int8Ptr = Type::getInt8PtrTy(Mod->getContext());
  /external/llvm/unittests/VMCore/
VerifierTest.cpp 55 GlobalAlias *GA = new GlobalAlias(Type::getInt8PtrTy(C),
  /external/llvm/lib/Analysis/
MemoryBuiltins.cpp 51 return FTy->getReturnType() == Type::getInt8PtrTy(FTy->getContext()) &&
209 if (FTy->getParamType(0) != Type::getInt8PtrTy(Callee->getContext()))
  /external/llvm/lib/CodeGen/
DwarfEHPrepare.cpp 128 Type::getInt8PtrTy(Ctx), false);
154 PHINode *PN = PHINode::Create(Type::getInt8PtrTy(Ctx), ResumesSize,
IntrinsicLowering.cpp 115 Type::getInt8PtrTy(Context),
116 Type::getInt8PtrTy(Context),
117 Type::getInt8PtrTy(Context),
122 Type::getInt8PtrTy(Context),
123 Type::getInt8PtrTy(Context),
124 Type::getInt8PtrTy(Context),
129 Type::getInt8PtrTy(Context),
130 Type::getInt8PtrTy(Context),
PseudoSourceValue.cpp 66 Value(Type::getInt8PtrTy(getGlobalContext()),
SjLjEHPrepare.cpp 93 Type *VoidPtrTy = Type::getInt8PtrTy(M.getContext());
220 ExnVal = Builder.CreateIntToPtr(ExnVal, Type::getInt8PtrTy(F.getContext()));
452 Type::getInt8PtrTy(F.getContext()), "",
459 Type::getInt8PtrTy(F.getContext()), "",
StackProtector.cpp 163 PointerType *PtrTy = Type::getInt8PtrTy(RI->getContext());
ShadowStackGC.cpp 145 Type *ExnTy = StructType::get(Type::getInt8PtrTy(C),
204 Type *VoidPtr = Type::getInt8PtrTy(F.getContext());
  /external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp 899 builder.getInt8PtrTy());
943 builder.getInt8PtrTy());
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 484 Expander.expandCodeFor(Ev->getStart(), Builder.getInt8PtrTy(AddrSpace),
520 Builder.getInt8PtrTy(),
521 Builder.getInt8PtrTy(), IntPtr,
531 Value *PatternPtr = ConstantExpr::getBitCast(GV, Builder.getInt8PtrTy());
574 Builder.getInt8PtrTy(SI->getPointerAddressSpace()),
590 Builder.getInt8PtrTy(LI->getPointerAddressSpace()),
SimplifyLibCalls.cpp 139 FT->getReturnType() != B.getInt8PtrTy() ||
189 FT->getReturnType() != B.getInt8PtrTy() ||
237 FT->getReturnType() != B.getInt8PtrTy() ||
286 FT->getReturnType() != B.getInt8PtrTy() ||
327 FT->getParamType(0) != B.getInt8PtrTy())
375 FT->getParamType(0) != B.getInt8PtrTy() ||
434 FT->getParamType(0) != B.getInt8PtrTy())
469 FT->getParamType(0) != B.getInt8PtrTy() ||
517 FT->getParamType(0) != B.getInt8PtrTy() ||
543 FT->getParamType(0) != B.getInt8PtrTy() ||
    [all...]
  /external/clang/lib/CodeGen/
CGCXXABI.cpp 169 AllocPtr = llvm::Constant::getNullValue(CGF.Builder.getInt8PtrTy());
CodeGenFunction.cpp 705 llvm::Type *i8p = Builder.getInt8PtrTy();
750 llvm::Type *BP = Builder.getInt8PtrTy(DestAS);
802 Builder.CreateBitCast(NullVariable, Builder.getInt8PtrTy());
    [all...]
  /external/llvm/include/llvm/
Type.h 387 static PointerType *getInt8PtrTy(LLVMContext &C, unsigned AS = 0);
  /external/llvm/lib/VMCore/
IRBuilder.cpp 48 PT = getInt8PtrTy(PT->getAddressSpace());
  /external/llvm/examples/BrainF/
BrainF.cpp 58 Type *Tys[] = { Type::getInt8PtrTy(C), Type::getInt32Ty(C) };
  /external/llvm/tools/lto/
LTOCodeGenerator.cpp 307 llvm::Type *i8PTy = llvm::Type::getInt8PtrTy(_context);
  /frameworks/compile/libbcc/lib/Transforms/
ForEachExpand.cpp 133 llvm::Type *VoidPtrTy = llvm::Type::getInt8PtrTy(*C);

Completed in 1235 milliseconds

1 2