Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/wasm/
H A DWriter.cpp108 llvm::StringMap<std::vector<InputChunk *>> customSectionMapping; member in lld::wasm::__anonee217dbf0111::Writer
150 customSectionMapping[name].push_back(section); in calculateCustomSections()
157 for (auto &pair : customSectionMapping) { in createCustomSections()