Searched refs:readSection (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/lld/COFF/ |
D | InputFiles.cpp | 224 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()
|
D | InputFiles.h | 234 readSection(uint32_t sectionNumber,
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | WasmObjectFile.cpp | 211 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/ |
D | WasmObjectFile.cpp | 224 static Error readSection(WasmSection &Section, WasmObjectFile::ReadContext &Ctx, in readSection() function 291 if ((Err = readSection(Sec, Ctx, Checker))) in WasmObjectFile()
|