• Home
  • Raw
  • Download

Lines Matching refs:IDVal

8571   StringRef IDVal = DirectiveID.getString();  in ParseDirective()  local
8573 if (IDVal == ".cpadd") { in ParseDirective()
8577 if (IDVal == ".cpload") { in ParseDirective()
8581 if (IDVal == ".cprestore") { in ParseDirective()
8585 if (IDVal == ".cplocal") { in ParseDirective()
8589 if (IDVal == ".ent") { in ParseDirective()
8639 if (IDVal == ".end") { in ParseDirective()
8668 if (IDVal == ".frame") { in ParseDirective()
8740 if (IDVal == ".set") { in ParseDirective()
8745 if (IDVal == ".mask" || IDVal == ".fmask") { in ParseDirective()
8796 if (IDVal == ".mask") in ParseDirective()
8803 if (IDVal == ".nan") in ParseDirective()
8806 if (IDVal == ".gpword") { in ParseDirective()
8811 if (IDVal == ".gpdword") { in ParseDirective()
8816 if (IDVal == ".dtprelword") { in ParseDirective()
8821 if (IDVal == ".dtpreldword") { in ParseDirective()
8826 if (IDVal == ".tprelword") { in ParseDirective()
8831 if (IDVal == ".tpreldword") { in ParseDirective()
8836 if (IDVal == ".option") { in ParseDirective()
8841 if (IDVal == ".abicalls") { in ParseDirective()
8850 if (IDVal == ".cpsetup") { in ParseDirective()
8854 if (IDVal == ".cpreturn") { in ParseDirective()
8858 if (IDVal == ".module") { in ParseDirective()
8862 if (IDVal == ".llvm_internal_mips_reallow_module_directive") { in ParseDirective()
8866 if (IDVal == ".insn") { in ParseDirective()
8870 if (IDVal == ".rdata") { in ParseDirective()
8874 if (IDVal == ".sbss") { in ParseDirective()
8875 parseSSectionDirective(IDVal, ELF::SHT_NOBITS); in ParseDirective()
8878 if (IDVal == ".sdata") { in ParseDirective()
8879 parseSSectionDirective(IDVal, ELF::SHT_PROGBITS); in ParseDirective()