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

1 2 3

  /external/llvm/lib/Transforms/Utils/
BuildLibCalls.cpp 30 return B.CreateBitCast(V, B.getInt8PtrTy(), "cstr");
52 B.getInt8PtrTy(),
81 B.getInt8PtrTy(),
105 Type *I8Ptr = B.getInt8PtrTy();
138 B.getInt8PtrTy(),
139 B.getInt8PtrTy(),
163 Type *I8Ptr = B.getInt8PtrTy();
187 Type *I8Ptr = B.getInt8PtrTy();
216 B.getInt8PtrTy(),
217 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()),
SimplifyLibCalls.cpp 237 FT->getParamType(0) != Type::getInt8PtrTy(Context) ||
282 FT->getParamType(0) != Type::getInt8PtrTy(Context) ||
331 FT->getParamType(0) != Type::getInt8PtrTy(Context) ||
355 FT->getReturnType() != B.getInt8PtrTy() ||
405 FT->getReturnType() != B.getInt8PtrTy() ||
449 FT->getReturnType() != B.getInt8PtrTy() ||
495 FT->getReturnType() != B.getInt8PtrTy() ||
533 FT->getParamType(0) != B.getInt8PtrTy())
578 FT->getParamType(0) != B.getInt8PtrTy() ||
628 FT->getParamType(0) != B.getInt8PtrTy())
    [all...]
  /external/llvm/unittests/IR/
TypeBuilderTest.cpp 23 EXPECT_EQ(Type::getInt8PtrTy(getGlobalContext()),
25 EXPECT_EQ(Type::getInt8PtrTy(getGlobalContext()),
27 EXPECT_EQ(Type::getInt8PtrTy(getGlobalContext()),
29 EXPECT_EQ(Type::getInt8PtrTy(getGlobalContext()),
74 EXPECT_EQ(PointerType::getUnqual(Type::getInt8PtrTy(getGlobalContext())),
81 EXPECT_EQ(PointerType::getUnqual(Type::getInt8PtrTy(getGlobalContext())),
88 EXPECT_EQ(PointerType::getUnqual(Type::getInt8PtrTy(getGlobalContext())),
117 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());
  /external/llvm/lib/Transforms/Instrumentation/
ThreadSanitizer.cpp 138 "__tsan_func_entry", IRB.getVoidTy(), IRB.getInt8PtrTy(), NULL));
147 ReadName, IRB.getVoidTy(), IRB.getInt8PtrTy(), NULL));
151 WriteName, IRB.getVoidTy(), IRB.getInt8PtrTy(), NULL));
197 "__tsan_vptr_update", IRB.getVoidTy(), IRB.getInt8PtrTy(),
198 IRB.getInt8PtrTy(), NULL));
381 StoredValue = IRB.CreateIntToPtr(StoredValue, IRB.getInt8PtrTy());
384 IRB.CreatePointerCast(Addr, IRB.getInt8PtrTy()),
385 IRB.CreatePointerCast(StoredValue, IRB.getInt8PtrTy()));
390 IRB.CreateCall(OnAccessFunc, IRB.CreatePointerCast(Addr, IRB.getInt8PtrTy()));
MemorySanitizer.cpp 278 "__msan_copy_origin", IRB.getVoidTy(), IRB.getInt8PtrTy(),
279 IRB.getInt8PtrTy(), IntptrTy, NULL);
281 "__msan_set_alloca_origin", IRB.getVoidTy(), IRB.getInt8PtrTy(), IntptrTy,
282 IRB.getInt8PtrTy(), NULL);
284 "__msan_poison_stack", IRB.getVoidTy(), IRB.getInt8PtrTy(), IntptrTy, NULL);
286 "__msan_memmove", IRB.getInt8PtrTy(), IRB.getInt8PtrTy(),
287 IRB.getInt8PtrTy(), IntptrTy, NULL);
289 "__msan_memcpy", IRB.getInt8PtrTy(), IRB.getInt8PtrTy(), IRB.getInt8PtrTy()
    [all...]
GCOVProfiling.cpp 637 Type::getInt8PtrTy(*Ctx), // const char *orig_filename
638 Type::getInt8PtrTy(*Ctx), // const char version[4]
658 Type::getInt8PtrTy(*Ctx), // const char *function_name
731 Constant::getNullValue(Builder.getInt8PtrTy()),
ProfilingUtils.cpp 29 PointerType::getUnqual(Type::getInt8PtrTy(Context));
  /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());
432 Value *SetjmpArg = Builder.CreateBitCast(JBufPtr, Builder.getInt8PtrTy());
437 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 278 PointerType *PtrTy = Type::getInt8PtrTy(RI->getContext());
  /frameworks/compile/libbcc/lib/AndroidBitcode/X86/
X86ABCExpandVAArg.cpp 48 llvm::Type *bp = llvm::Type::getInt8PtrTy(*mContext);
  /external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp 896 builder.getInt8PtrTy());
940 builder.getInt8PtrTy());
    [all...]
  /frameworks/compile/libbcc/lib/AndroidBitcode/ARM/
ARMABCExpandVAArg.cpp 48 llvm::Type *bp = llvm::Type::getInt8PtrTy(*mContext);
  /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));
  /external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp     [all...]
  /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/IR/
Type.h 409 static PointerType *getInt8PtrTy(LLVMContext &C, unsigned AS = 0);
  /external/llvm/lib/IR/
IRBuilder.cpp 48 PT = getInt8PtrTy(PT->getAddressSpace());

Completed in 800 milliseconds

1 2 3