Searched refs:readSection (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/lld/COFF/ |
| H A D | InputFiles.cpp | 195 sparseChunks[i] = readSection(i, nullptr, ""); in initializeChunks() 199 SectionChunk *ObjFile::readSection(uint32_t sectionNumber, in readSection() function in ObjFile 314 SectionChunk *c = readSection(sectionNumber, def, ""); in readAssociativeDefinition() 661 SectionChunk *c = readSection(sectionNumber, def, getName()); in createDefined()
|
| H A D | InputFiles.h | 229 readSection(uint32_t sectionNumber,
|
| /llvm-project-15.0.7/llvm/lib/Object/ |
| H A D | WasmObjectFile.cpp | 255 static Error readSection(WasmSection &Section, WasmObjectFile::ReadContext &Ctx, in readSection() function 323 if ((Err = readSection(Sec, Ctx, Checker))) in WasmObjectFile()
|