Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-objcopy/COFF/
DObject.cpp124 if (RemovedSections.count(Sym.AssociativeComdatTargetSectionId) == in removeSections()
DWriter.cpp60 if (Sym.AssociativeComdatTargetSectionId == 0) { in finalizeSymbolContents()
65 Sec = Obj.findSection(Sym.AssociativeComdatTargetSectionId); in finalizeSymbolContents()
DObject.h88 ssize_t AssociativeComdatTargetSectionId = 0; member
DReader.cpp144 Sym.AssociativeComdatTargetSectionId = Sections[Index - 1].UniqueId; in readSymbols()