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 99 Type *I8Ptr = B.getInt8PtrTy();
102 I8Ptr, I8Ptr, I32Ty, NULL);
151 Type *I8Ptr = B.getInt8PtrTy();
153 I8Ptr, I8Ptr, I8Ptr, NULL);
173 Type *I8Ptr = B.getInt8PtrTy();
175 I8Ptr, I8Ptr, I8Ptr
    [all...]
  /external/clang/lib/CodeGen/
CGObjCRuntime.cpp 88 llvm::Type *I8Ptr = CGF.Int8PtrTy;
91 llvm::Value *V = CGF.Builder.CreateBitCast(BaseValue, I8Ptr);
  /external/llvm/lib/ExecutionEngine/Interpreter/
ExternalFunctions.cpp 139 int8_t *I8Ptr = (int8_t *) ArgDataPtr;
140 *I8Ptr = (int8_t) AV.IntVal.getZExtValue();

Completed in 925 milliseconds