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

  /external/clang/lib/CodeGen/
CGRecordLayoutBuilder.cpp 657 uint64_t TypeSizeInBits = Types.getContext().toBits(TypeSizeInBytes);
661 if (Size > TypeSizeInBits) {
671 Size = TypeSizeInBits;
    [all...]
  /external/llvm/bindings/go/llvm/
target.go 148 func (td TargetData) TypeSizeInBits(t Type) uint64 {
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp 731 unsigned TypeSizeInBits =
733 unsigned SizeIndex = TypeSizeToSizeIndex(TypeSizeInBits);
804 unsigned TypeSizeInBits = DL.getTypeSizeInBits(ConvertedShadow->getType());
805 unsigned SizeIndex = TypeSizeToSizeIndex(TypeSizeInBits);
    [all...]

Completed in 230 milliseconds