Home
last modified time | relevance | path

Searched refs:ComdatIndex (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DIRSymtab.h100 Word ComdatIndex; member
173 int ComdatIndex; member
190 int getComdatIndex() const { return ComdatIndex; } in getComdatIndex()
324 ComdatIndex = SymI->ComdatIndex; in read()
/llvm-project-15.0.7/llvm/lib/Object/
H A DIRSymtab.cpp261 Sym.ComdatIndex = -1; in addSymbol()
307 Sym.ComdatIndex = *ComdatIndexOrErr; in addSymbol()
H A DWasmObjectFile.cpp803 for (unsigned ComdatIndex = 0; ComdatIndex < ComdatCount; ++ComdatIndex) { in parseLinkingSectionComdat() local
830 DataSegments[Index].Data.Comdat = ComdatIndex; in parseLinkingSectionComdat()
839 getDefinedFunction(Index).Comdat = ComdatIndex; in parseLinkingSectionComdat()
848 Sections[Index].Comdat = ComdatIndex; in parseLinkingSectionComdat()