Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
HDArchive.cpp206 if (getSizeOf() + NameLength > Size) { in getName()
214 return StringRef(reinterpret_cast<const char *>(ArMemHdr) + getSizeOf(), in getName()
349 uint64_t Size = Header.getSizeOf(); in Child()
368 StartOfFile = Header.getSizeOf(); in Child()
500 Expected<StringRef> NameOrErr = Header.getName(Header.getSizeOf() + RawSize); in getName()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Object/
HDArchive.h65 uint64_t getSizeOf() const { in getSizeOf() function
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDConstants.h917 static Constant *getSizeOf(Type *Ty);
HDIRBuilder.h2618 ConstantExpr::getSizeOf(ArgType->getElementType()),
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
HDCore.cpp1464 return wrap(ConstantExpr::getSizeOf(unwrap(Ty))); in LLVMSizeOf()
3423 Constant* AllocSize = ConstantExpr::getSizeOf(unwrap(Ty)); in LLVMBuildMalloc()
3434 Constant* AllocSize = ConstantExpr::getSizeOf(unwrap(Ty)); in LLVMBuildArrayMalloc()
HDConstantFold.cpp397 Constant *C = ConstantExpr::getSizeOf(Ty); in getFoldedSizeOf()
HDConstants.cpp1995 Constant *ConstantExpr::getSizeOf(Type* Ty) { in getSizeOf() function in ConstantExpr
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGOpenMPRuntime.cpp1014 auto *ElemSizeOf = llvm::ConstantExpr::getSizeOf(ElemType); in emitAggregateType()