Searched defs:SizeSoFar (Results 1 - 4 of 4) sorted by relevance
/external/llvm/include/llvm/Support/ |
H A D | TrailingObjects.h | 196 size_t SizeSoFar, size_t Count1, 200 ? llvm::alignTo(SizeSoFar, llvm::alignOf<NextTy>()) 201 : SizeSoFar) + 217 static LLVM_CONSTEXPR size_t additionalSizeToAllocImpl(size_t SizeSoFar) { argument 218 return SizeSoFar; 195 additionalSizeToAllocImpl( size_t SizeSoFar, size_t Count1, typename ExtractSecondType<MoreTys, size_t>::type... MoreCounts) argument
|
/external/llvm/lib/Object/ |
H A D | ArchiveWriter.cpp | 99 unsigned SizeSoFar = OS.tell() - OldPos; local 100 if (Size > SizeSoFar) { 101 OS.indent(Size - SizeSoFar); 102 } else if (Size < SizeSoFar) {
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/ |
H A D | AsmPrinter.cpp | 1635 uint64_t SizeSoFar = 0; local 1643 SizeSoFar += FieldSize + PadSize; 1653 assert(SizeSoFar == Layout->getSizeInBytes() &&
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AsmPrinter.cpp | 2024 uint64_t SizeSoFar = 0; local 2029 emitGlobalConstantImpl(DL, Field, AP, BaseCV, Offset + SizeSoFar); 2035 SizeSoFar += FieldSize + PadSize; 2042 assert(SizeSoFar == Layout->getSizeInBytes() &&
|
Completed in 591 milliseconds