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

1 2

  /external/llvm/lib/Transforms/Utils/
BuildLibCalls.cpp 32 return B.CreateBitCast(V, B.getInt8PtrTy(), "cstr");
51 B.getInt8PtrTy(),
77 B.getInt8PtrTy(),
99 Type *I8Ptr = B.getInt8PtrTy();
127 B.getInt8PtrTy(),
128 B.getInt8PtrTy(),
151 Type *I8Ptr = B.getInt8PtrTy();
173 Type *I8Ptr = B.getInt8PtrTy();
199 B.getInt8PtrTy(),
200 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 134 "__tsan_func_entry", IRB.getVoidTy(), IRB.getInt8PtrTy(), NULL));
143 ReadName, IRB.getVoidTy(), IRB.getInt8PtrTy(), NULL));
147 WriteName, IRB.getVoidTy(), IRB.getInt8PtrTy(), NULL));
163 "__tsan_vptr_update", IRB.getVoidTy(), IRB.getInt8PtrTy(),
164 IRB.getInt8PtrTy(), NULL));
326 StoredValue = IRB.CreateIntToPtr(StoredValue, IRB.getInt8PtrTy());
329 IRB.CreatePointerCast(Addr, IRB.getInt8PtrTy()),
330 IRB.CreatePointerCast(StoredValue, IRB.getInt8PtrTy()));
335 IRB.CreateCall(OnAccessFunc, IRB.CreatePointerCast(Addr, IRB.getInt8PtrTy()));
ProfilingUtils.cpp 29 PointerType::getUnqual(Type::getInt8PtrTy(Context));
  /external/llvm/unittests/VMCore/
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()),
VerifierTest.cpp 55 GlobalAlias *GA = new GlobalAlias(Type::getInt8PtrTy(C),
  /external/llvm/unittests/Bitcode/
BitReaderTest.cpp 39 PointerType* Int8Ptr = Type::getInt8PtrTy(Mod->getContext());
  /frameworks/compile/libbcc/lib/AndroidBitcode/X86/
X86ABCExpandVAArg.cpp 48 llvm::Type *bp = llvm::Type::getInt8PtrTy(*mContext);
  /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());
210 ExnVal = Builder.CreateIntToPtr(ExnVal, Builder.getInt8PtrTy());
423 Value *SetjmpArg = Builder.CreateBitCast(JBufPtr, Builder.getInt8PtrTy());
428 Value *FuncCtxArg = Builder.CreateBitCast(FuncCtx, Builder.getInt8PtrTy());
ShadowStackGC.cpp 145 Type *ExnTy = StructType::get(Type::getInt8PtrTy(C),
204 Type *VoidPtr = Type::getInt8PtrTy(F.getContext());
StackProtector.cpp 191 PointerType *PtrTy = Type::getInt8PtrTy(RI->getContext());
  /frameworks/compile/libbcc/lib/AndroidBitcode/ARM/
ARMABCExpandVAArg.cpp 48 llvm::Type *bp = llvm::Type::getInt8PtrTy(*mContext);
  /external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp 899 builder.getInt8PtrTy());
943 builder.getInt8PtrTy());
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 486 Expander.expandCodeFor(Ev->getStart(), Builder.getInt8PtrTy(AddrSpace),
522 Builder.getInt8PtrTy(),
523 Builder.getInt8PtrTy(), IntPtr,
533 Value *PatternPtr = ConstantExpr::getBitCast(GV, Builder.getInt8PtrTy());
576 Builder.getInt8PtrTy(SI->getPointerAddressSpace()),
592 Builder.getInt8PtrTy(LI->getPointerAddressSpace()),
SimplifyLibCalls.cpp 144 FT->getReturnType() != B.getInt8PtrTy() ||
196 FT->getReturnType() != B.getInt8PtrTy() ||
243 FT->getReturnType() != B.getInt8PtrTy() ||
292 FT->getReturnType() != B.getInt8PtrTy() ||
333 FT->getParamType(0) != B.getInt8PtrTy())
381 FT->getParamType(0) != B.getInt8PtrTy() ||
440 FT->getParamType(0) != B.getInt8PtrTy())
481 FT->getParamType(0) != B.getInt8PtrTy())
519 FT->getParamType(0) != B.getInt8PtrTy() ||
567 FT->getParamType(0) != B.getInt8PtrTy() ||
    [all...]
  /frameworks/compile/libbcc/lib/AndroidBitcode/Mips/
MipsABCExpandVAArg.cpp 48 llvm::Type *bp = llvm::Type::getInt8PtrTy(*mContext);
  /external/llvm/lib/Target/NVPTX/
NVPTXLowerAggrCopies.cpp 57 srcAddr = builder.CreateBitCast(srcAddr, Type::getInt8PtrTy(Context, srcAS));
58 dstAddr = builder.CreateBitCast(dstAddr, Type::getInt8PtrTy(Context, dstAS));
  /frameworks/compile/libbcc/lib/Renderscript/
RSForEachExpand.cpp 115 llvm::Type *VoidPtrTy = llvm::Type::getInt8PtrTy(*C);
176 llvm::Type *VoidPtrTy = llvm::Type::getInt8PtrTy(*C);
396 llvm::Type *VoidPtrTy = llvm::Type::getInt8PtrTy(*C);
  /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 316 llvm::Type *i8PTy = llvm::Type::getInt8PtrTy(_context);

Completed in 511 milliseconds

1 2