reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
297 BCase(EF_MIPS_PIC);
lib/Target/Mips/MCTargetDesc/MipsTargetStreamer.cpp953 EFlags |= ELF::EF_MIPS_PIC | ELF::EF_MIPS_CPIC; 1076 Flags |= ELF::EF_MIPS_CPIC | ELF::EF_MIPS_PIC; 1099 Flags &= ~ELF::EF_MIPS_PIC; 1111 Flags |= ELF::EF_MIPS_PIC | ELF::EF_MIPS_CPIC;tools/lld/ELF/Arch/Mips.cpp
361 if (f->getObj().getHeader()->e_flags & EF_MIPS_PIC) 736 return file->getObj().getHeader()->e_flags & EF_MIPS_PIC;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); 124 if (ret & EF_MIPS_PIC)tools/lld/ELF/SyntheticSections.cpp
3472 (config->eflags & (EF_MIPS_PIC | EF_MIPS_CPIC)) == EF_MIPS_CPIC)
tools/llvm-readobj/ELFDumper.cpp 1297 ENUM_ENT(EF_MIPS_PIC, "pic"),