Home
last modified time | relevance | path

Searched refs:AssociativeComdatTargetSectionId (Results 1 – 4 of 4) sorted by relevance

/llvm-project/llvm/lib/ObjCopy/COFF/
H A DCOFFObject.cpp109 if (RemovedSections.contains(Sym.AssociativeComdatTargetSectionId)) in removeSections()
H A DCOFFWriter.cpp61 if (Sym.AssociativeComdatTargetSectionId == 0) { in finalizeSymbolContents()
66 Sec = Obj.findSection(Sym.AssociativeComdatTargetSectionId); in finalizeSymbolContents()
H A DCOFFObject.h88 ssize_t AssociativeComdatTargetSectionId = 0; member
H A DCOFFReader.cpp144 Sym.AssociativeComdatTargetSectionId = Sections[Index - 1].UniqueId; in readSymbols()