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

References

lib/CodeGen/TargetLoweringObjectFileImpl.cpp
  271     auto *S = C.getELFSection(".linker-options", ELF::SHT_LLVM_LINKER_OPTIONS,
lib/MC/MCParser/ELFAsmParser.cpp
  615       Type = ELF::SHT_LLVM_LINKER_OPTIONS;
lib/MC/MCSectionELF.cpp
  151   else if (Type == ELF::SHT_LLVM_LINKER_OPTIONS)
lib/Object/ELF.cpp
  253     STRINGIFY_ENUM_CASE(ELF, SHT_LLVM_LINKER_OPTIONS);
lib/ObjectYAML/ELFYAML.cpp
  463   ECase(SHT_LLVM_LINKER_OPTIONS);
tools/llvm-readobj/ELFDumper.cpp
 3160   case SHT_LLVM_LINKER_OPTIONS:
 5940     if (Shdr.sh_type != ELF::SHT_LLVM_LINKER_OPTIONS)