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

References

lib/CodeGen/AsmPrinter/AsmPrinter.cpp
 1625           ".llvm_sympart", ELF::SHT_LLVM_SYMPART, 0, 0, "", ++UniqueID));
lib/MC/MCParser/ELFAsmParser.cpp
  621       Type = ELF::SHT_LLVM_SYMPART;
lib/MC/MCSectionELF.cpp
  157   else if (Type == ELF::SHT_LLVM_SYMPART)
lib/Object/ELF.cpp
  257     STRINGIFY_ENUM_CASE(ELF, SHT_LLVM_SYMPART);
lib/ObjectYAML/ELFYAML.cpp
  467   ECase(SHT_LLVM_SYMPART);
tools/lld/ELF/Driver.cpp
 1863     if (s->type == SHT_LLVM_SYMPART) {
tools/llvm-readobj/ELFDumper.cpp
 3168   case SHT_LLVM_SYMPART: