Home
last modified time | relevance | path

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

/external/llvm-project/lld/wasm/
DInputFiles.h143 llvm::DenseMap<uint32_t, InputSection *> customSectionsByIndex; variable
DInputFiles.cpp365 customSectionsByIndex[sectionIndex] = customSections.back(); in parse()
488 InputSection *section = customSectionsByIndex[sym.Info.ElementIndex]; in createDefined()