Searched refs:readSection (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/lld/COFF/ |
| H A D | InputFiles.cpp | 196 sparseChunks[i] = readSection(i, nullptr, ""); in initializeChunks() 200 SectionChunk *ObjFile::readSection(uint32_t sectionNumber, in readSection() function in ObjFile 315 SectionChunk *c = readSection(sectionNumber, def, ""); in readAssociativeDefinition() 662 SectionChunk *c = readSection(sectionNumber, def, getName()); in createDefined()
|
| H A D | InputFiles.h | 232 readSection(uint32_t sectionNumber,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Object/ |
| H A D | WasmObjectFile.cpp | 266 static Error readSection(WasmSection &Section, WasmObjectFile::ReadContext &Ctx, in readSection() function 338 if ((Err = readSection(Sec, Ctx, Checker))) in WasmObjectFile()
|