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;
34 PointerTy PointerVal;
  /external/clang/lib/CodeGen/
CodeGenFunction.cpp 295 llvm::PointerType *PointerTy = Int8PtrTy;
296 llvm::Type *ProfileFuncArgs[] = { PointerTy, PointerTy };
307 llvm::ConstantExpr::getBitCast(CurFn, PointerTy),
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelDAGToDAG.cpp 397 MVT PointerTy = getTargetLowering()->getPointerTy();
401 CurDAG->getTargetGlobalAddress(GV, dl, PointerTy, 0);
403 dl, PointerTy,
413 SDValue TargetConstOff = CurDAG->getTargetConstant(Offset, PointerTy);
780 MVT PointerTy = getTargetLowering()->getPointerTy();
784 CurDAG->getTargetGlobalAddress(GV, dl, PointerTy, 0);
786 dl, PointerTy,
797 CurDAG->getTargetConstant(Offset,PointerTy),
    [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]

Completed in 490 milliseconds