Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DInputFiles.cpp373 sparseChunks[i] = readSection(i, nullptr, ""); in initializeChunks()
377 SectionChunk *ObjFile::readSection(uint32_t sectionNumber, in readSection() function in ObjFile
499 SectionChunk *c = readSection(sectionNumber, def, ""); in readAssociativeDefinition()
928 SectionChunk *c = readSection(sectionNumber, def, getName()); in createDefined()
H A DInputFiles.h242 readSection(uint32_t sectionNumber,
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp311 static Error readSection(WasmSection &Section, WasmObjectFile::ReadContext &Ctx, in readSection() function
383 if ((Err = readSection(Sec, Ctx, Checker))) in WasmObjectFile()