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

1 2 3

  /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));
200 "__tsan_vptr_read", IRB.getVoidTy(), IRB.getInt8PtrTy(), NULL));
207 "memmove", IRB.getInt8PtrTy(), IRB.getInt8PtrTy(),
208 IRB.getInt8PtrTy(), IntptrTy, NULL));
210 "memcpy", IRB.getInt8PtrTy(), IRB.getInt8PtrTy(), IRB.getInt8PtrTy()
    [all...]
AddressSanitizer.cpp 642 IRB.CreatePointerCast(MI->getOperand(0), IRB.getInt8PtrTy()),
643 IRB.CreatePointerCast(MI->getOperand(1), IRB.getInt8PtrTy()),
648 IRB.CreatePointerCast(MI->getOperand(0), IRB.getInt8PtrTy()),
    [all...]
MemorySanitizer.cpp 337 IRB.getInt8PtrTy(), IRB.getInt32Ty(), NULL);
341 "__msan_set_alloca_origin4", IRB.getVoidTy(), IRB.getInt8PtrTy(), IntptrTy,
342 IRB.getInt8PtrTy(), IntptrTy, NULL);
344 "__msan_poison_stack", IRB.getVoidTy(), IRB.getInt8PtrTy(), IntptrTy, NULL);
348 "__msan_memmove", IRB.getInt8PtrTy(), IRB.getInt8PtrTy(),
349 IRB.getInt8PtrTy(), IntptrTy, NULL);
351 "__msan_memcpy", IRB.getInt8PtrTy(), IRB.getInt8PtrTy(), IRB.getInt8PtrTy(),
    [all...]
DataFlowSanitizer.cpp 378 ArgTypes.push_back(Type::getInt8PtrTy(*Ctx));
413 Type::getVoidTy(*Ctx), Type::getInt8PtrTy(*Ctx), /*isVarArg=*/false);
414 Type *DFSanSetLabelArgs[3] = { ShadowTy, Type::getInt8PtrTy(*Ctx), IntptrTy };
    [all...]
GCOVProfiling.cpp 753 Type::getInt8PtrTy(*Ctx), // const char *orig_filename
754 Type::getInt8PtrTy(*Ctx), // const char version[4]
775 Type::getInt8PtrTy(*Ctx), // const char *function_name
864 Constant::getNullValue(Builder.getInt8PtrTy()),
    [all...]
  /external/llvm/unittests/Linker/
LinkModulesTest.cpp 27 Type::getInt8PtrTy(Ctx), Type::getInt32Ty(Ctx), false /*=isVarArg*/);
36 ArrayType *AT = ArrayType::get(Type::getInt8PtrTy(Ctx), 3);
51 Type::getInt8PtrTy(Ctx));
88 Builder.CreateRet(ConstantPointerNull::get(Type::getInt8PtrTy(Ctx)));
105 ArrayType *AT = ArrayType::get(Type::getInt8PtrTy(Ctx), 3);
128 Type::getVoidTy(Ctx), Type::getInt8PtrTy(Ctx), false /*=isVarArgs*/);
  /external/llvm/lib/Transforms/Utils/
BuildLibCalls.cpp 31 return B.CreateBitCast(V, B.getInt8PtrTy(AS), "cstr");
53 B.getInt8PtrTy(),
82 B.getInt8PtrTy(),
106 Type *I8Ptr = B.getInt8PtrTy();
139 B.getInt8PtrTy(),
140 B.getInt8PtrTy(),
164 Type *I8Ptr = B.getInt8PtrTy();
188 Type *I8Ptr = B.getInt8PtrTy();
217 B.getInt8PtrTy(),
218 B.getInt8PtrTy(),
    [all...]
ModuleUtils.cpp 56 CSVals[2] = llvm::Constant::getNullValue(IRB.getInt8PtrTy());
SimplifyLibCalls.cpp 262 FT->getParamType(0) != Type::getInt8PtrTy(Context) ||
308 FT->getParamType(0) != Type::getInt8PtrTy(Context) ||
358 FT->getParamType(0) != Type::getInt8PtrTy(Context) ||
383 FT->getReturnType() != B.getInt8PtrTy() ||
434 FT->getReturnType() != B.getInt8PtrTy() ||
479 FT->getReturnType() != B.getInt8PtrTy() ||
529 FT->getReturnType() != B.getInt8PtrTy() ||
568 FT->getParamType(0) != B.getInt8PtrTy())
614 FT->getParamType(0) != B.getInt8PtrTy() ||
665 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()),
  /external/llvm/unittests/Bitcode/
BitReaderTest.cpp 39 PointerType* Int8Ptr = Type::getInt8PtrTy(Mod->getContext());
  /external/llvm/lib/CodeGen/
DwarfEHPrepare.cpp 125 Type::getInt8PtrTy(Ctx), false);
151 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),
SjLjEHPrepare.cpp 93 Type *VoidPtrTy = Type::getInt8PtrTy(M.getContext());
211 ExnVal = Builder.CreateIntToPtr(ExnVal, Builder.getInt8PtrTy());
227 Builder.CreateBitCast(PersonalityFn, Builder.getInt8PtrTy()),
436 Value *SetjmpArg = Builder.CreateBitCast(JBufPtr, Builder.getInt8PtrTy());
441 Value *FuncCtxArg = Builder.CreateBitCast(FuncCtx, Builder.getInt8PtrTy());
ShadowStackGC.cpp 146 Type *ExnTy = StructType::get(Type::getInt8PtrTy(C),
205 Type *VoidPtr = Type::getInt8PtrTy(F.getContext());
StackProtector.cpp 340 PointerType *PtrTy = Type::getInt8PtrTy(RI->getContext());
482 Type::getInt8PtrTy(Context), NULL);
JumpInstrTables.cpp 201 Type *VoidPtrTy = Type::getInt8PtrTy(FunTy->getContext());
  /external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp 928 builder.getInt8PtrTy());
972 builder.getInt8PtrTy());
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXLowerAggrCopies.cpp 52 srcAddr = builder.CreateBitCast(srcAddr, Type::getInt8PtrTy(Context, srcAS));
53 dstAddr = builder.CreateBitCast(dstAddr, Type::getInt8PtrTy(Context, dstAS));
  /external/llvm/lib/IR/
IRBuilder.cpp 48 PT = getInt8PtrTy(PT->getAddressSpace());
  /external/llvm/lib/Transforms/Scalar/
LoadCombine.cpp 201 Builder->getInt8PtrTy(AddressSpace)),
LoopIdiomRecognize.cpp     [all...]
  /external/llvm/examples/BrainF/
BrainF.cpp 58 Type *Tys[] = { Type::getInt8PtrTy(C), Type::getInt32Ty(C) };
  /external/llvm/include/llvm/IR/
Type.h 409 static PointerType *getInt8PtrTy(LLVMContext &C, unsigned AS = 0);
  /external/clang/lib/CodeGen/
CodeGenPGO.cpp 85 auto *VoidPtrTy = llvm::Type::getInt8PtrTy(CGM.getLLVMContext());
121 auto *Int8PtrTy = llvm::Type::getInt8PtrTy(Ctx);
169 auto *VoidPtrTy = llvm::Type::getInt8PtrTy(CGM.getLLVMContext());
    [all...]

Completed in 526 milliseconds

1 2 3