HomeSort by: relevance | last modified time | path
    Searched defs:getTypeSize (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
DWARFContext.cpp 1072 static Optional<uint64_t> getTypeSize(DWARFDie Type, uint64_t PointerSize) {
1093 return getTypeSize(BaseType, PointerSize);
1100 Optional<uint64_t> BaseSize = getTypeSize(BaseType, PointerSize);
1189 Local.Size = getTypeSize(Type, getCUAddrSize());
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h 2164 uint64_t getTypeSize(QualType T) const { return getTypeInfo(T).Width; }
2165 uint64_t getTypeSize(const Type *T) const { return getTypeInfo(T).Width; }
2169 return getTypeSize(CharTy);
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmtOpenMP.cpp 301 llvm::Value *CodeGenFunction::getTypeSize(QualType Ty) {
1617 Size = CGF.getTypeSize(CVD->getType());
2593 const unsigned IVSize = getContext().getTypeSize(IVExpr->getType());
2767 const unsigned IVSize = getContext().getTypeSize(IVExpr->getType());
2823 const unsigned IVSize = getContext().getTypeSize(IVExpr->getType());
3155 const unsigned IVSize = getContext().getTypeSize(IVExpr->getType());
3305 const unsigned IVSize = CGF.getContext().getTypeSize(IVExpr->getType());
5134 const unsigned IVSize = getContext().getTypeSize(IVExpr->getType());
5464 Context.getTypeSize(X.getType()), Context.toBits(X.getAlignment())))

Completed in 36 milliseconds