HomeSort by relevance Sort by last modified time
    Searched defs:PointerTy (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/ExecutionEngine/
GenericValue.h 23 typedef void* PointerTy;
30 PointerTy PointerVal;
  /external/clang/lib/CodeGen/
CodeGenFunction.cpp 231 llvm::PointerType *PointerTy = Int8PtrTy;
232 llvm::Type *ProfileFuncArgs[] = { PointerTy, PointerTy };
243 llvm::ConstantExpr::getBitCast(CurFn, PointerTy),
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelDAGToDAG.cpp 310 MVT PointerTy = TLI.getPointerTy();
314 CurDAG->getTargetGlobalAddress(GV, dl, PointerTy, 0);
316 dl, PointerTy,
326 SDValue TargetConstOff = CurDAG->getTargetConstant(Offset, PointerTy);
684 MVT PointerTy = TLI.getPointerTy();
688 CurDAG->getTargetGlobalAddress(GV, dl, PointerTy, 0);
690 dl, PointerTy,
701 CurDAG->getTargetConstant(Offset,PointerTy),
    [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]

Completed in 44 milliseconds