Lines Matching defs:CoffSection
106 const coff_section *CoffSection,
112 if (!resolveSymbolName(CoffSection, RelocOffset, Symbol))
118 void LVCodeViewReader::getLinkageName(const coff_section *CoffSection,
123 if (resolveSymbolName(CoffSection, RelocOffset, Symbol))
168 const coff_section *CoffSection = getObj().getCOFFSection(Section);
171 RelocMap[CoffSection].push_back(Relocacion);
174 llvm::sort(RelocMap[CoffSection], [](RelocationRef L, RelocationRef R) {
182 Error LVCodeViewReader::resolveSymbol(const coff_section *CoffSection,
184 const auto &Relocations = RelocMap[CoffSection];
202 Error LVCodeViewReader::resolveSymbolName(const coff_section *CoffSection,
205 if (Error E = resolveSymbol(CoffSection, Offset, Symbol))