Searched refs:comdats (Results 1 – 25 of 25) sorted by relevance
6 ; There are two main cases where comdats are necessary:9 ; Check that we do the right thing for the two object formats with comdats, ELF
502 std::map<StringRef, std::vector<ComdatEntry>> comdats; in writeBody() local507 comdats[comdat].emplace_back( in writeBody()520 comdats[comdat].emplace_back(ComdatEntry{WASM_COMDAT_DATA, i}); in writeBody()523 if (!comdats.empty()) { in writeBody()525 writeUleb128(sub.os, comdats.size(), "num comdats"); in writeBody()526 for (const auto &c : comdats) { in writeBody()
377 ArrayRef<StringRef> comdats = wasmObj->linkingData().Comdats; in parse() local378 for (StringRef comdat : comdats) { in parse()
1 ; Test that interposable symbols do not get put in comdats.
21 ; Both new comdats should no duplicates on COFF.
4 ;; comdats are used together.
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
1 ; Test the behavior of GlobalDCE in conjunction with comdats.
145 ; Force two globals from different comdats into sections with the same name.
43 ; 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.
175 ; Force two globals from different comdats into sections with the same name.