reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/llvm-readobj/ObjDumper.cpp
   48     if (!Section.getAsInteger(0, SecIndex))
   49       SecIndices.emplace(SecIndex, false);
   54   SecIndex = Obj->isELF() ? 0 : 1;
   60     auto IndexIt = SecIndices.find(SecIndex);
   65     SecIndex++;