Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DArchive.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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DArchive.h65 uint64_t getSizeOf() const { in getSizeOf() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DConstants.h917 static Constant *getSizeOf(Type *Ty);
DIRBuilder.h2618 ConstantExpr::getSizeOf(ArgType->getElementType()),
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.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()
DConstantFold.cpp397 Constant *C = ConstantExpr::getSizeOf(Ty); in getFoldedSizeOf()
DConstants.cpp1995 Constant *ConstantExpr::getSizeOf(Type* Ty) { in getSizeOf() function in ConstantExpr