Lines Matching full:multiple

588 ## Check that we handle multiple object files, separately and when they
594 # RUN: | FileCheck %s --check-prefixes=MULTIPLE-GNU,OBJECT -DFILE1=%t01 -DFILE2=%t02
596 # RUN: | FileCheck %s --check-prefixes=MULTIPLE-GNU,ARCHIVE --strict-whitespace\
599 # RUN: | FileCheck %s --check-prefixes=MULTIPLE-LLVM,OBJECT -DFILE1=%t01 -DFILE2=%t02
601 # RUN: | FileCheck %s --check-prefixes=MULTIPLE-LLVM,ARCHIVE -DFILE=%t1.a
606 # MULTIPLE-GNU:Stack Sizes:
607 # MULTIPLE-GNU-NEXT: Size Functions
608 # MULTIPLE-GNU-NEXT: 16 referenced_by_symbol_foo
609 # MULTIPLE-GNU-NEXT: 32 referenced_via_section_bar
610 # MULTIPLE-GNU-NEXT: 8 separate_text_section_baz
611 # MULTIPLE-GNU-EMPTY:
613 # MULTIPLE-LLVM: StackSizes [
614 # MULTIPLE-LLVM-NEXT: Entry {
615 # MULTIPLE-LLVM-NEXT: Functions: [referenced_by_symbol_foo]
616 # MULTIPLE-LLVM-NEXT: Size: 0x10
617 # MULTIPLE-LLVM-NEXT: }
618 # MULTIPLE-LLVM-NEXT: Entry {
619 # MULTIPLE-LLVM-NEXT: Functions: [referenced_via_section_bar]
620 # MULTIPLE-LLVM-NEXT: Size: 0x20
621 # MULTIPLE-LLVM-NEXT: }
622 # MULTIPLE-LLVM-NEXT: Entry {
623 # MULTIPLE-LLVM-NEXT: Functions: [separate_text_section_baz]
624 # MULTIPLE-LLVM-NEXT: Size: 0x8
625 # MULTIPLE-LLVM-NEXT: }
626 # MULTIPLE-LLVM-NEXT: ]
631 # MULTIPLE-GNU-EMPTY:
632 # MULTIPLE-GNU-NEXT:Stack Sizes:
633 # MULTIPLE-GNU-NEXT: Size Functions
634 # MULTIPLE-GNU-NEXT: 16 other
635 # MULTIPLE-GNU-NEXT: 32 other_end
636 # MULTIPLE-GNU-NEXT: 48 bar
638 # MULTIPLE-LLVM: StackSizes [
639 # MULTIPLE-LLVM-NEXT: Entry {
640 # MULTIPLE-LLVM-NEXT: Functions: [other]
641 # MULTIPLE-LLVM-NEXT: Size: 0x10
642 # MULTIPLE-LLVM-NEXT: }
643 # MULTIPLE-LLVM-NEXT: Entry {
644 # MULTIPLE-LLVM-NEXT: Functions: [other_end]
645 # MULTIPLE-LLVM-NEXT: Size: 0x20
646 # MULTIPLE-LLVM-NEXT: }
647 # MULTIPLE-LLVM-NEXT: Entry {
648 # MULTIPLE-LLVM-NEXT: Functions: [bar]
649 # MULTIPLE-LLVM-NEXT: Size: 0x30
650 # MULTIPLE-LLVM-NEXT: }
651 # MULTIPLE-LLVM-NEXT: ]
893 ## Check that that we see multiple symbols output in cases when multiple symbols
899 # RUN: | FileCheck %s --check-prefix=MULTIPLE-SYMBOLS-GNU
901 # RUN: | FileCheck %s --check-prefix=MULTIPLE-SYMBOLS-LLVM
903 # MULTIPLE-SYMBOLS-GNU: Size Functions
904 # MULTIPLE-SYMBOLS-GNU: 16 foo, bar
905 # MULTIPLE-SYMBOLS-GNU-NOT:{{.}}
907 # MULTIPLE-SYMBOLS-LLVM: StackSizes [
908 # MULTIPLE-SYMBOLS-LLVM-NEXT: Entry {
909 # MULTIPLE-SYMBOLS-LLVM-NEXT: Functions: [foo, bar]
910 # MULTIPLE-SYMBOLS-LLVM-NEXT: Size: 0x10
911 # MULTIPLE-SYMBOLS-LLVM-NEXT: }
912 # MULTIPLE-SYMBOLS-LLVM-NEXT: ]
913 # MULTIPLE-SYMBOLS-LLVM-NOT:{{.}}