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

References

lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp
  502     return ELFSectionRef(Section).getType() == ELF::SHT_NOBITS;
tools/llvm-nm/llvm-nm.cpp
  911     uint32_t Type = SecI->getType();
tools/llvm-size/llvm-size.cpp
  187   switch (static_cast<ELFSectionRef>(Section).getType()) {