Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/COFF/
H A DInputFiles.cpp289 int32_t sectionNumber = sym.getSectionNumber(); in readAssociativeDefinition() local
315 sparseChunks[sectionNumber] = c; in readAssociativeDefinition()
321 sparseChunks[sectionNumber] = nullptr; in readAssociativeDefinition()
334 int32_t sectionNumber = sym.getSectionNumber(); in recordPrevailingSymbolForMingw() local
335 SectionChunk *sc = sparseChunks[sectionNumber]; in recordPrevailingSymbolForMingw()
338 prevailingSectionMap[name] = sectionNumber; in recordPrevailingSymbolForMingw()
612 int32_t sectionNumber = sym.getSectionNumber(); in createDefined() local
636 comdatDefs[sectionNumber] = nullptr; in createDefined()
662 sparseChunks[sectionNumber] = c; in createDefined()
667 sparseChunks[sectionNumber] = nullptr; in createDefined()
[all …]
H A DInputFiles.h229 readSection(uint32_t sectionNumber,
/llvm-project-15.0.7/llvm/lib/Support/
H A DELFAttributeParser.cpp189 unsigned sectionNumber = 0; in parse() local
212 sw->startLine() << "Section " << ++sectionNumber << " {\n"; in parse()