Home
last modified time | relevance | path

Searched defs:getTypeSize (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h2164 uint64_t getTypeSize(QualType T) const { return getTypeInfo(T).Width; } in getTypeSize() function
2165 uint64_t getTypeSize(const Type *T) const { return getTypeInfo(T).Width; } in getTypeSize() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1072 static Optional<uint64_t> getTypeSize(DWARFDie Type, uint64_t PointerSize) { in getTypeSize() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp301 llvm::Value *CodeGenFunction::getTypeSize(QualType Ty) { in getTypeSize() function in CodeGenFunction