HomeSort by relevance Sort by last modified time
    Searched refs:I8Ptr (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Transforms/Utils/
BuildLibCalls.cpp 61 Type *I8Ptr = B.getInt8PtrTy();
64 I8Ptr, I8Ptr, I32Ty, NULL);
105 Type *I8Ptr = B.getInt8PtrTy();
107 I8Ptr, I8Ptr, I8Ptr, NULL);
123 Type *I8Ptr = B.getInt8PtrTy();
125 I8Ptr, I8Ptr, I8Ptr
    [all...]
  /external/clang/lib/CodeGen/
CGObjCRuntime.cpp 88 llvm::Type *I8Ptr = llvm::Type::getInt8PtrTy(CGF.getLLVMContext());
91 llvm::Value *V = CGF.Builder.CreateBitCast(BaseValue, I8Ptr);
  /external/llvm/lib/ExecutionEngine/Interpreter/
ExternalFunctions.cpp 138 int8_t *I8Ptr = (int8_t *) ArgDataPtr;
139 *I8Ptr = (int8_t) AV.IntVal.getZExtValue();

Completed in 372 milliseconds