Home
last modified time | relevance | path

Searched refs:SyntheticMergedChunk (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lld/wasm/
H A DOutputSegment.cpp42 std::vector<SyntheticMergedChunk *> mergedSegments; in finalizeInputSegments()
54 auto i = llvm::find_if(mergedSegments, [=](SyntheticMergedChunk *seg) { in finalizeInputSegments()
60 auto *syn = make<SyntheticMergedChunk>(name, ms->alignment, ms->flags); in finalizeInputSegments()
H A DInputChunks.h146 class SyntheticMergedChunk; variable
212 SyntheticMergedChunk *parent = nullptr;
222 class SyntheticMergedChunk : public InputChunk {
224 SyntheticMergedChunk(StringRef name, uint32_t alignment, uint32_t flags) in SyntheticMergedChunk() function
H A DInputChunks.cpp66 if (const auto *ms = dyn_cast<SyntheticMergedChunk>(this)) in getSize()
89 } else if (const auto *ms = dyn_cast<SyntheticMergedChunk>(this)) { in writeTo()
491 void SyntheticMergedChunk::finalizeContents() { in finalizeContents()
H A DOutputSections.cpp216 SyntheticMergedChunk *mergedSection = nullptr; in finalizeInputSections()
229 make<SyntheticMergedChunk>(name, 0, WASM_SEG_FLAG_STRINGS); in finalizeInputSections()