HomeSort by relevance Sort by last modified time
    Searched refs:TypeSizeInBits (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/CodeGen/
CGRecordLayoutBuilder.cpp 614 uint64_t TypeSizeInBits = Types.getContext().toBits(TypeSizeInBytes);
618 if (Size > TypeSizeInBits) {
628 Size = TypeSizeInBits;
692 uint64_t TypeSizeInBits = getContext().toBits(Layout.getSize());
693 assert(TypeSizeInBits == getDataLayout().getTypeAllocSizeInBits(Ty) &&
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp 563 unsigned TypeSizeInBits =
565 unsigned SizeIndex = TypeSizeToSizeIndex(TypeSizeInBits);
620 unsigned TypeSizeInBits =
622 unsigned SizeIndex = TypeSizeToSizeIndex(TypeSizeInBits);
    [all...]

Completed in 526 milliseconds