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

References

include/llvm/Support/YAMLTraits.h
  802     if ( matchEnumScalar(Str, outputting() && Val == static_cast<T>(ConstVal)) ) {
  803       Val = ConstVal;
  814       Val = static_cast<T>(static_cast<typename FBT::BaseType>(Res));
lib/ObjectYAML/ELFEmitter.cpp
  214     if (D->Type == llvm::ELF::SHT_REL || D->Type == llvm::ELF::SHT_RELA)
  214     if (D->Type == llvm::ELF::SHT_REL || D->Type == llvm::ELF::SHT_RELA)
  717   else if (Section.Type == llvm::ELF::SHT_RELR)
  736   assert((Section.Type == llvm::ELF::SHT_REL ||
  737           Section.Type == llvm::ELF::SHT_RELA) &&
  740   bool IsRela = Section.Type == llvm::ELF::SHT_RELA;
  791   assert(Section.Type == llvm::ELF::SHT_GROUP &&
  965   assert(Section.Type == llvm::ELF::SHT_MIPS_ABIFLAGS &&
  994   assert(Section.Type == llvm::ELF::SHT_DYNAMIC &&
lib/ObjectYAML/ELFYAML.cpp
 1122     sectionType = Section->Type;
tools/obj2yaml/elf2yaml.cpp
  450   S.Type = Shdr->sh_type;