Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DIRSymtab.h96 Word ComdatIndex; member
169 int ComdatIndex; member
186 int getComdatIndex() const { return ComdatIndex; } in getComdatIndex()
318 ComdatIndex = SymI->ComdatIndex; in read()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DIRSymtab.cpp251 Sym.ComdatIndex = -1; in addSymbol()
293 Sym.ComdatIndex = *ComdatIndexOrErr; in addSymbol()
H A DWasmObjectFile.cpp723 for (unsigned ComdatIndex = 0; ComdatIndex < ComdatCount; ++ComdatIndex) { in parseLinkingSectionComdat() local
750 DataSegments[Index].Data.Comdat = ComdatIndex; in parseLinkingSectionComdat()
759 getDefinedFunction(Index).Comdat = ComdatIndex; in parseLinkingSectionComdat()
768 Sections[Index].Comdat = ComdatIndex; in parseLinkingSectionComdat()