Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/COFF/
H A DInputFiles.cpp200 SectionChunk *ObjFile::readSection(uint32_t sectionNumber, in readSection() argument
203 const coff_section *sec = getSection(sectionNumber); in readSection()
209 fatal("getSectionName failed: #" + Twine(sectionNumber) + ": " + in readSection()
290 int32_t sectionNumber = sym.getSectionNumber(); in readAssociativeDefinition() local
300 Twine(sectionNumber) + ") has invalid reference to section " + in readAssociativeDefinition()
315 SectionChunk *c = readSection(sectionNumber, def, ""); in readAssociativeDefinition()
316 sparseChunks[sectionNumber] = c; in readAssociativeDefinition()
322 sparseChunks[sectionNumber] = nullptr; in readAssociativeDefinition()
335 int32_t sectionNumber = sym.getSectionNumber(); in recordPrevailingSymbolForMingw() local
336 SectionChunk *sc = sparseChunks[sectionNumber]; in recordPrevailingSymbolForMingw()
[all …]
H A DInputFiles.h229 readSection(uint32_t sectionNumber,
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DELFAttributeParser.cpp189 unsigned sectionNumber = 0; in parse() local
212 sw->startLine() << "Section " << ++sectionNumber << " {\n"; in parse()