Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DIRSymtab.cpp261 Sym.ComdatIndex = -1; in addSymbol()
307 Sym.ComdatIndex = *ComdatIndexOrErr; in addSymbol()
H A DWasmObjectFile.cpp795 for (unsigned ComdatIndex = 0; ComdatIndex < ComdatCount; ++ComdatIndex) { in parseLinkingSectionComdat() local
822 DataSegments[Index].Data.Comdat = ComdatIndex; in parseLinkingSectionComdat()
831 getDefinedFunction(Index).Comdat = ComdatIndex; in parseLinkingSectionComdat()
840 Sections[Index].Comdat = ComdatIndex; in parseLinkingSectionComdat()