Lines Matching defs:CoffSection
101 const coff_section *CoffSection,
107 if (!resolveSymbolName(CoffSection, RelocOffset, Symbol))
113 void LVCodeViewReader::getLinkageName(const coff_section *CoffSection,
118 if (resolveSymbolName(CoffSection, RelocOffset, Symbol))
163 const coff_section *CoffSection = getObj().getCOFFSection(Section);
166 RelocMap[CoffSection].push_back(Relocacion);
169 llvm::sort(RelocMap[CoffSection], [](RelocationRef L, RelocationRef R) {
177 Error LVCodeViewReader::resolveSymbol(const coff_section *CoffSection,
179 const auto &Relocations = RelocMap[CoffSection];
197 Error LVCodeViewReader::resolveSymbolName(const coff_section *CoffSection,
200 if (Error E = resolveSymbol(CoffSection, Offset, Symbol))