Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp559 std::optional<uint64_t> DWARFDie::getTypeSize(uint64_t PointerSize) { in getTypeSize() function in DWARFDie
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2307 uint64_t getTypeSize(QualType T) const { return getTypeInfo(T).Width; } in getTypeSize() function
2308 uint64_t getTypeSize(const Type *T) const { return getTypeInfo(T).Width; } in getTypeSize() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp306 llvm::Value *CodeGenFunction::getTypeSize(QualType Ty) { in getTypeSize() function in CodeGenFunction