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

  /external/llvm/lib/Transforms/Utils/
BuildLibCalls.cpp 105 Type *I8Ptr = B.getInt8PtrTy();
110 I8Ptr, I8Ptr, I32Ty, NULL);
163 Type *I8Ptr = B.getInt8PtrTy();
166 I8Ptr, I8Ptr, I8Ptr, NULL);
187 Type *I8Ptr = B.getInt8PtrTy();
191 I8Ptr, I8Ptr, I8Ptr
    [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
ExternalFunctions.cpp 139 int8_t *I8Ptr = (int8_t *) ArgDataPtr;
140 *I8Ptr = (int8_t) AV.IntVal.getZExtValue();

Completed in 184 milliseconds