Searched refs:COMDAT (Results 1 – 25 of 45) sorted by relevance
12
26 CHECK-NEXT: Type: COMDAT (0x1)38 CHECK-NEXT: Type: COMDAT (0x1)46 GNU:COMDAT group section [ 1] `.group' [_Z3fooIcEvT_] contains 2 sections:50 GNU:COMDAT group section [ 2] `.group' [_Z3fooIiEvT_] contains 2 sections:54 GNU:COMDAT group section [ 3] `.group' [_ZNKSt9type_info4nameEv] contains 1 sections:
8 # GNU-STDOUT: COMDAT group section [ 2] `.group' [bar] contains 1 sections:11 # GNU-STDOUT: COMDAT group section [ 4] `.group1' [zed] contains 1 sections:25 # LLVM-STDOUT-NEXT: Type: COMDAT36 # LLVM-STDOUT-NEXT: Type: COMDAT
24 CHECK-NEXT: Type: COMDAT (0x1)34 CHECK-NEXT: Type: COMDAT (0x1)42 GNU:COMDAT group section [ 1] `.group' [_Z3fooIcEvT_] contains 2 sections:46 GNU:COMDAT group section [ 2] `.group' [_Z3fooIiEvT_] contains 2 sections:50 GNU:COMDAT group section [ 3] `.group' [_ZNKSt9type_info4nameEv] contains 1 sections:
1 ; RUN: opt < %s -pgo-instr-gen -S | FileCheck %s --check-prefix=GEN --check-prefix=GEN-COMDAT5 ; RUN: opt < %s -passes=pgo-instr-gen -S | FileCheck %s --check-prefix=GEN --check-prefix=GEN-COMDAT18 ; GEN-COMDAT: $__llvm_profile_raw_version = comdat any19 ; GEN-COMDAT: @__llvm_profile_raw_version = constant i64 {{[0-9]+}}, comdat
9 ; CHECK: Associative COMDAT symbol 'foo' is not a key for its COMDAT.
8 ; CHECK: Associative COMDAT symbol 'foo' does not exist.
9 ; Check we add .stack_size section to a COMDAT group with the corresponding .text section if such a…
25 ; Check that we still put .stack_sizes into the corresponding COMDAT group if any.
81 Supported COMDAT types:84 Discards duplicate sections with the same COMDAT symbol. This is the default132 Note that in the combined form the COMDAT symbol is explicit. This151 COMDAT section is linked. This other section is indicated by the comdat symbol157 1. It must be a COMDAT section.158 2. It cannot be another associative COMDAT section.
1 ; RUN: opt < %s -pgo-instr-gen -S | FileCheck %s --check-prefix=GEN --check-prefix=GEN-COMDAT5 ; RUN: opt < %s -passes=pgo-instr-gen -S | FileCheck %s --check-prefix=GEN --check-prefix=GEN-COMDAT25 ; GEN-COMDAT: $__llvm_profile_raw_version = comdat any26 ; GEN-COMDAT: @__llvm_profile_raw_version = constant i64 {{[0-9]+}}, comdat
80 COMDAT section group [ 2] '.group' with signature '__x86.get_pc_thunk.ax' contains 1 entry:93 COMDAT section group [ 2] '.group' with signature '__x86.get_pc_thunk.ax' contains 1 entry:104 COMDAT section group [ 2] '.group' with signature '__x86.get_pc_thunk.ax' contains 1 entry:117 COMDAT section group [ 2] '.group' with signature '__x86.get_pc_thunk.ax' contains 1 entry:
8 ; CHECK: COMDAT key involves incomputable alias size.
14 ; Function in its own COMDAT20 ; Global, data, and function in same COMDAT
2 ; the COMDAT ones.
13 # CHECK-NEXT: Type: COMDAT (0x1)
899 const MCSymbol *COMDAT = MCSec.getCOMDATSymbol(); in writeObject() local900 assert(COMDAT); in writeObject()901 COFFSymbol *COMDATSymbol = GetOrCreateCOFFSymbol(COMDAT); in writeObject()
1024 const MCSymbol *COMDAT = MCSec.getCOMDATSymbol(); in writeObject() local1025 assert(COMDAT); in writeObject()1026 COFFSymbol *COMDATSymbol = GetOrCreateCOFFSymbol(COMDAT); in writeObject()
379 StringRef COMDAT = KeySym ? KeySym->getName() : ""; in getStaticStructorSection() local410 return Ctx.getELFSection(Name, Type, Flags, 0, COMDAT); in getStaticStructorSection()