Home
last modified time | relevance | path

Searched refs:customSections (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lld/wasm/
DInputFiles.cpp363 customSections.emplace_back(make<InputSection>(section, this)); in parse()
364 customSections.back()->setRelocations(section.Relocations); in parse()
365 customSectionsByIndex[sectionIndex] = customSections.back(); in parse()
DInputFiles.h142 std::vector<InputSection *> customSections; variable
DWriter.cpp119 for (InputSection *section : file->customSections) { in calculateCustomSections()
741 for (auto &p : file->customSections) in scanRelocations()