Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp560 std::optional<uint64_t> DWARFDie::getTypeSize(uint64_t PointerSize) { getTypeSize() function in DWARFDie
/llvm-project/mlir/unittests/Interfaces/
H A DDataLayoutInterfacesTest.cpp307 static llvm::TypeSize getTypeSize(Type type, const DataLayout &dataLayout, getTypeSize() function
[all...]
/llvm-project/mlir/lib/Interfaces/
H A DDataLayoutInterfaces.cpp523 llvm::TypeSize mlir::DataLayout::getTypeSize(Type t) const { in getTypeSize() function in mlir::DataLayout
/llvm-project/clang/include/clang/AST/
H A DASTContext.h2379 uint64_t getTypeSize(QualType T) const { return getTypeInfo(T).Width; } getTypeSize() function
2380 uint64_t getTypeSize(const Type *T) const { return getTypeInfo(T).Width; } getTypeSize() function
/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMTypes.cpp188 llvm::TypeSize LLVMArrayType::getTypeSize(const DataLayout &dataLayout, in getTypeSize() function in LLVMArrayType
/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp327 llvm::Value *CodeGenFunction::getTypeSize(QualType Ty) { getTypeSize() function in CodeGenFunction