Searched refs:comdats (Results 1 – 22 of 22) sorted by relevance
1 ; There are two main cases where comdats are necessary:4 ; Check that we do the right thing for the two object formats with comdats, ELF
692 std::map<StringRef, std::vector<ComdatEntry>> comdats; in writeBody() local697 comdats[comdat].emplace_back( in writeBody()710 comdats[comdat].emplace_back(ComdatEntry{WASM_COMDAT_DATA, i}); in writeBody()713 if (!comdats.empty()) { in writeBody()715 writeUleb128(sub.os, comdats.size(), "num comdats"); in writeBody()716 for (const auto &c : comdats) { in writeBody()
430 ArrayRef<StringRef> comdats = wasmObj->linkingData().Comdats; in parse() local431 for (StringRef comdat : comdats) { in parse()
4 ;; comdats are used together.
1 ; Test that interposable symbols do not get put in comdats.
20 ; Both new comdats should no duplicates on COFF.
3 # Tests handling of several comdats with "largest" selection type that each
10 ; which are illegal for aliases and globals in comdats.
4 ; When doing GCC style comdats for MinGW, the .xdata sections don't have a normal comdat
7 ; GCC and MSVC handle comdats completely differently. Make sure we do the right
151 ;; appear incorrect as comdats are not taken into account when looking up the unique ID185 ;; appear incorrect as comdats are not taken into account when looking up the unique ID
4 ; We keep using comdats for garbage collection if odr indicators are
1 ; Test the behavior of GlobalDCE in conjunction with comdats.
43 ; Force two globals from different comdats into sections with the same name.
145 ; Force two globals from different comdats into sections with the same name.
170 ; Force two globals from different comdats into sections with the same name.
172 ; Force two globals from different comdats into sections with the same name.
173 ; Force two globals from different comdats into sections with the same name.
179 ; Force two globals from different comdats into sections with the same name.
943 provide input on how the linker deduplicates comdats with the same key in two955 comdats may be retained by the linker and the members of the remaining comdats