Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/COFF/
DObject.cpp110 if (RemovedSections.count(Sym.AssociativeComdatTargetSectionId) == 1) in removeSections()
DWriter.cpp61 if (Sym.AssociativeComdatTargetSectionId == 0) { in finalizeSymbolContents()
66 Sec = Obj.findSection(Sym.AssociativeComdatTargetSectionId); in finalizeSymbolContents()
DObject.h88 ssize_t AssociativeComdatTargetSectionId = 0; member
DReader.cpp144 Sym.AssociativeComdatTargetSectionId = Sections[Index - 1].UniqueId; in readSymbols()