Home
last modified time | relevance | path

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

/external/llvm-project/lld/COFF/
DInputFiles.cpp224 sparseChunks[i] = readSection(i, nullptr, ""); in initializeChunks()
228 SectionChunk *ObjFile::readSection(uint32_t sectionNumber, in readSection() function in ObjFile
341 SectionChunk *c = readSection(sectionNumber, def, ""); in readAssociativeDefinition()
688 SectionChunk *c = readSection(sectionNumber, def, getName()); in createDefined()
DInputFiles.h234 readSection(uint32_t sectionNumber,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DWasmObjectFile.cpp211 static Error readSection(WasmSection &Section, WasmObjectFile::ReadContext &Ctx, in readSection() function
278 if ((Err = readSection(Sec, Ctx, Checker))) in WasmObjectFile()
/external/llvm-project/llvm/lib/Object/
DWasmObjectFile.cpp224 static Error readSection(WasmSection &Section, WasmObjectFile::ReadContext &Ctx, in readSection() function
291 if ((Err = readSection(Sec, Ctx, Checker))) in WasmObjectFile()