Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/COFF/
H A DWriter.cpp240 PartialSection *findPartialSection(StringRef name, uint32_t outChars);
773 if (PartialSection *importDirs = findPartialSection(".idata$2", rdata)) { in locateImportTables()
780 if (PartialSection *importAddresses = findPartialSection(".idata$5", rdata)) { in locateImportTables()
2069 PartialSection *Writer::findPartialSection(StringRef name, uint32_t outChars) { in findPartialSection() function in Writer