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