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

References

lib/ObjectYAML/ELFYAML.cpp
  298     BCase(EF_MIPS_CPIC);
lib/Target/Mips/MCTargetDesc/MipsTargetStreamer.cpp
  950     EFlags |= ELF::EF_MIPS_CPIC;
  953     EFlags |= ELF::EF_MIPS_PIC | ELF::EF_MIPS_CPIC;
 1076   Flags |= ELF::EF_MIPS_CPIC | ELF::EF_MIPS_PIC;
 1111   Flags |= ELF::EF_MIPS_PIC | ELF::EF_MIPS_CPIC;
tools/lld/ELF/Arch/MipsArchTree.cpp
  105   bool isPic = files[0].flags & (EF_MIPS_PIC | EF_MIPS_CPIC);
  107     bool isPic2 = f.flags & (EF_MIPS_PIC | EF_MIPS_CPIC);
  119   uint32_t ret = files[0].flags & (EF_MIPS_PIC | EF_MIPS_CPIC);
  121     ret &= f.flags & (EF_MIPS_PIC | EF_MIPS_CPIC);
  125     ret |= EF_MIPS_CPIC;
tools/lld/ELF/SyntheticSections.cpp
 3472         (config->eflags & (EF_MIPS_PIC | EF_MIPS_CPIC)) == EF_MIPS_CPIC)
 3472         (config->eflags & (EF_MIPS_PIC | EF_MIPS_CPIC)) == EF_MIPS_CPIC)
tools/llvm-readobj/ELFDumper.cpp
 1298   ENUM_ENT(EF_MIPS_CPIC, "cpic"),