Searched refs:getSizeOf (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DArchive.cpp206 if (getSizeOf() + NameLength > Size) {
214 return StringRef(reinterpret_cast<const char *>(ArMemHdr) + getSizeOf(),
349 uint64_t Size = Header.getSizeOf();
368 StartOfFile = Header.getSizeOf();
496 Expected<StringRef> NameOrErr = Header.getName(Header.getSizeOf() + RawSize);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DArchive.h65 uint64_t getSizeOf() const { function in class:llvm::object::ArchiveMemberHeader
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstants.h925 /// getSizeOf constant expr - computes the (alloc) size of a type (in
929 static Constant *getSizeOf(Type *Ty);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp1473 return wrap(ConstantExpr::getSizeOf(unwrap(Ty)));
3434 Constant* AllocSize = ConstantExpr::getSizeOf(unwrap(Ty));
3445 Constant* AllocSize = ConstantExpr::getSizeOf(unwrap(Ty));
H A DIRBuilder.cpp945 ConstantExpr::getSizeOf(ArgType->getElementType()),
H A DConstantFold.cpp399 Constant *C = ConstantExpr::getSizeOf(Ty);
H A DConstants.cpp2148 Constant *ConstantExpr::getSizeOf(Type* Ty) { function in class:ConstantExpr
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp830 auto *ElemSizeOf = llvm::ConstantExpr::getSizeOf(ElemType);

Completed in 178 milliseconds