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 230 llvm::PointerType *PointerTy = Int8PtrTy;
231 llvm::Type *ProfileFuncArgs[] = { PointerTy, PointerTy };
242 llvm::ConstantExpr::getBitCast(CurFn, PointerTy),
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelDAGToDAG.cpp 308 MVT PointerTy = TLI.getPointerTy();
312 CurDAG->getTargetGlobalAddress(GV, dl, PointerTy, 0);
314 dl, PointerTy,
324 SDValue TargetConstOff = CurDAG->getTargetConstant(Offset, PointerTy);
682 MVT PointerTy = TLI.getPointerTy();
686 CurDAG->getTargetGlobalAddress(GV, dl, PointerTy, 0);
688 dl, PointerTy,
699 CurDAG->getTargetConstant(Offset,PointerTy),
    [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]

Completed in 102 milliseconds