Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DInputFiles.cpp233 SectionChunk *ObjFile::readSection(uint32_t sectionNumber, in readSection() argument
236 const coff_section *sec = getSection(sectionNumber); in readSection()
242 fatal("getSectionName failed: #" + Twine(sectionNumber) + ": " + in readSection()
329 int32_t sectionNumber = sym.getSectionNumber(); in readAssociativeDefinition() local
339 Twine(sectionNumber) + ") has invalid reference to section " + in readAssociativeDefinition()
354 SectionChunk *c = readSection(sectionNumber, def, ""); in readAssociativeDefinition()
355 sparseChunks[sectionNumber] = c; in readAssociativeDefinition()
361 sparseChunks[sectionNumber] = nullptr; in readAssociativeDefinition()
374 int32_t sectionNumber = sym.getSectionNumber(); in recordPrevailingSymbolForMingw() local
375 SectionChunk *sc = sparseChunks[sectionNumber]; in recordPrevailingSymbolForMingw()
[all …]
H A DInputFiles.h233 readSection(uint32_t sectionNumber,
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DELFAttributeParser.cpp193 unsigned sectionNumber = 0; in parse() local
216 sw->startLine() << "Section " << ++sectionNumber << " {\n"; in parse()