Home
last modified time | relevance | path

Searched refs:comdats (Results 1 – 25 of 25) sorted by relevance

/external/llvm-project/llvm/test/Instrumentation/InstrProfiling/
Dcomdat.ll6 ; 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
/external/llvm-project/lld/wasm/
DSyntheticSections.cpp502 std::map<StringRef, std::vector<ComdatEntry>> comdats; in writeBody() local
507 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()
DInputFiles.cpp377 ArrayRef<StringRef> comdats = wasmObj->linkingData().Comdats; in parse() local
378 for (StringRef comdat : comdats) { in parse()
/external/llvm-project/llvm/test/Instrumentation/SanitizerCoverage/
Dinterposable-symbol-nocomdat.ll1 ; Test that interposable symbols do not get put in comdats.
Dcoff-comdat.ll21 ; Both new comdats should no duplicates on COFF.
/external/llvm-project/lld/test/ELF/lto/
Dcomdat2.ll4 ;; comdats are used together.
/external/llvm-project/lld/test/COFF/
Dcomdat-selection-associative-largest.s3 # Tests handling of several comdats with "largest" selection type that each
/external/llvm-project/llvm/test/Linker/
Donly-needed-named-metadata.ll10 ; which are illegal for aliases and globals in comdats.
/external/llvm/test/Linker/
Donly-needed-named-metadata.ll10 ; which are illegal for aliases and globals in comdats.
/external/llvm-project/llvm/test/CodeGen/X86/
Dmingw-comdats-xdata.ll4 ; When doing GCC style comdats for MinGW, the .xdata sections don't have a normal comdat
Dmingw-comdats.ll7 ; GCC and MSVC handle comdats completely differently. Make sure we do the right
Dexplicit-section-mergeable.ll151 ;; appear incorrect as comdats are not taken into account when looking up the unique ID
185 ;; appear incorrect as comdats are not taken into account when looking up the unique ID
/external/llvm-project/llvm/test/Transforms/GlobalDCE/
Dcomdats.ll1 ; Test the behavior of GlobalDCE in conjunction with comdats.
/external/llvm-project/llvm/test/Bitcode/
Dcompatibility-3.7.ll145 ; Force two globals from different comdats into sections with the same name.
Dcompatibility-3.6.ll43 ; Force two globals from different comdats into sections with the same name.
Dcompatibility-3.8.ll170 ; Force two globals from different comdats into sections with the same name.
Dcompatibility-3.9.ll172 ; Force two globals from different comdats into sections with the same name.
Dcompatibility-6.0.ll173 ; Force two globals from different comdats into sections with the same name.
Dcompatibility-5.0.ll172 ; Force two globals from different comdats into sections with the same name.
Dcompatibility-4.0.ll172 ; Force two globals from different comdats into sections with the same name.
Dcompatibility.ll179 ; Force two globals from different comdats into sections with the same name.
/external/llvm/test/Bitcode/
Dcompatibility-3.7.ll145 ; Force two globals from different comdats into sections with the same name.
Dcompatibility-3.6.ll43 ; Force two globals from different comdats into sections with the same name.
Dcompatibility-3.8.ll170 ; Force two globals from different comdats into sections with the same name.
Dcompatibility.ll175 ; Force two globals from different comdats into sections with the same name.