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