HomeSort by relevance Sort by last modified time
    Searched refs:ComdatIndex (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
IRSymtab.h 96 Word ComdatIndex;
165 int ComdatIndex;
182 int getComdatIndex() const { return ComdatIndex; }
302 ComdatIndex = SymI->ComdatIndex;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
IRSymtab.cpp 223 Sym.ComdatIndex = -1;
265 Sym.ComdatIndex = *ComdatIndexOrErr;
WasmObjectFile.cpp 547 for (unsigned ComdatIndex = 0; ComdatIndex < ComdatCount; ++ComdatIndex) {
573 DataSegments[Index].Data.Comdat = ComdatIndex;
582 getDefinedFunction(Index).Comdat = ComdatIndex;
    [all...]

Completed in 433 milliseconds