Searched refs:readSection (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lld/COFF/ |
| H A D | InputFiles.cpp | 150 SparseChunks[I] = readSection(I, nullptr, ""); in initializeChunks() 154 SectionChunk *ObjFile::readSection(uint32_t SectionNumber, in readSection() function in lld::coff::ObjFile 240 SparseChunks[SectionNumber] = readSection(SectionNumber, Def, ""); in readAssociativeDefinition() 431 SectionChunk *C = readSection(SectionNumber, Def, GetName()); in createDefined()
|
| H A D | InputFiles.h | 164 readSection(uint32_t SectionNumber,
|
| /freebsd-12.1/contrib/llvm/lib/Object/ |
| H A D | WasmObjectFile.cpp | 211 static Error readSection(WasmSection &Section, WasmObjectFile::ReadContext &Ctx, in readSection() function 278 if ((Err = readSection(Sec, Ctx, Checker))) in WasmObjectFile()
|