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

References

include/llvm/Object/ELF.h
  237     assert(Shdr.sh_type == ELF::SHT_NOTE && "Shdr is not of type SHT_NOTE");
lib/CodeGen/TargetLoweringObjectFileImpl.cpp
  459     return ELF::SHT_NOTE;
lib/MC/MCParser/ELFAsmParser.cpp
  586       Type = ELF::SHT_NOTE;
  609       Type = ELF::SHT_NOTE;
  796   MCSection *Note = getContext().getELFSection(".note", ELF::SHT_NOTE, 0);
lib/MC/MCSectionELF.cpp
  139   else if (Type == ELF::SHT_NOTE)
lib/Object/ELF.cpp
  238     STRINGIFY_ENUM_CASE(ELF, SHT_NOTE);
lib/ObjectYAML/ELFYAML.cpp
  448   ECase(SHT_NOTE);
 1153   case ELF::SHT_NOTE:
lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp
  553         Context.getELFSection(".AMDGPU.disasm", ELF::SHT_NOTE, 0));
lib/Target/AMDGPU/MCTargetDesc/AMDGPUTargetStreamer.cpp
  442     ElfNote::SectionName, ELF::SHT_NOTE, ELF::SHF_ALLOC));
lib/Target/X86/X86AsmPrinter.cpp
  573           ".note.gnu.property", ELF::SHT_NOTE, ELF::SHF_ALLOC);
tools/lld/ELF/MarkLive.cpp
  168   case SHT_NOTE:
tools/lld/ELF/OutputSections.cpp
   83          type == SHT_NOTE;
tools/lld/ELF/SyntheticSections.cpp
  301     : SyntheticSection(llvm::ELF::SHF_ALLOC, llvm::ELF::SHT_NOTE, 4,
  323     : SyntheticSection(SHF_ALLOC, SHT_NOTE, 4, ".note.gnu.build-id"),
tools/lld/ELF/Writer.cpp
  162       if (s->type == SHT_NOTE)
  873   if (sec->type == SHT_NOTE)
 2197     if (sec->type == SHT_NOTE && (sec->flags & SHF_ALLOC)) {
tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
 1493         bool is_note_header = (sheader.sh_type == SHT_NOTE);
 3137     CASE_AND_STREAM(s, SHT_NOTE, kStrWidth);
tools/llvm-objcopy/ELF/ELFObjcopy.cpp
  706       NewSection.Type = SHT_NOTE;
tools/llvm-readobj/ELFDumper.cpp
 3131   case SHT_NOTE:
 4666       if (S.sh_type != SHT_NOTE)
 5909       if (S.sh_type != SHT_NOTE)
tools/obj2yaml/elf2yaml.cpp
  268     case ELF::SHT_NOTE: {