Home
last modified time | relevance | path

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

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