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

References

tools/llvm-objdump/ELFDump.cpp
  331   if (const auto *ELFObj = dyn_cast<ELF32LEObjectFile>(Obj))
  333   else if (const auto *ELFObj = dyn_cast<ELF32BEObjectFile>(Obj))
  335   else if (const auto *ELFObj = dyn_cast<ELF64LEObjectFile>(Obj))
  337   else if (const auto *ELFObj = dyn_cast<ELF64BEObjectFile>(Obj))