Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DInputFiles.cpp150 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 DInputFiles.h164 readSection(uint32_t SectionNumber,
/freebsd-12.1/contrib/llvm/lib/Object/
H A DWasmObjectFile.cpp211 static Error readSection(WasmSection &Section, WasmObjectFile::ReadContext &Ctx, in readSection() function
278 if ((Err = readSection(Sec, Ctx, Checker))) in WasmObjectFile()