Searched refs:SyntheticMergedChunk (Results 1 – 4 of 4) sorted by relevance
42 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()
146 class SyntheticMergedChunk; variable212 SyntheticMergedChunk *parent = nullptr;222 class SyntheticMergedChunk : public InputChunk {224 SyntheticMergedChunk(StringRef name, uint32_t alignment, uint32_t flags) in SyntheticMergedChunk() function
66 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()
216 SyntheticMergedChunk *mergedSection = nullptr; in finalizeInputSections()229 make<SyntheticMergedChunk>(name, 0, WASM_SEG_FLAG_STRINGS); in finalizeInputSections()