Lines Matching refs:IsComdat
38 if (Function && SymbolNames[SymbolName].IsComdat) in add()
45 LVSectionIndex SectionIndex, bool IsComdat) { in add() argument
50 std::forward_as_tuple(nullptr, Address, SectionIndex, IsComdat)); in add()
56 if (Function && IsComdat) in add()
81 if (SymbolNames[SymbolName].IsComdat) in update()
104 return Iter != SymbolNames.end() ? Iter->second.IsComdat : false; in getIsComdat()
114 << " Comdat: " << (SymbolName.IsComdat ? "Y" : "N") in print()
127 bool IsComdat) { in addToSymbolTable() argument
128 SymbolTable.add(Name, Address, SectionIndex, IsComdat); in addToSymbolTable()
239 bool IsComdat = (COFFSection->Characteristics & Flags) == Flags; in mapVirtualAddress() local
247 mapRangeAddress(COFFObj, Section, IsComdat); in mapVirtualAddress()