Lines Matching refs:IDVal
8635 StringRef IDVal = DirectiveID.getString(); in ParseDirective() local
8637 if (IDVal == ".cpadd") { in ParseDirective()
8641 if (IDVal == ".cpload") { in ParseDirective()
8645 if (IDVal == ".cprestore") { in ParseDirective()
8649 if (IDVal == ".cplocal") { in ParseDirective()
8653 if (IDVal == ".ent") { in ParseDirective()
8703 if (IDVal == ".end") { in ParseDirective()
8732 if (IDVal == ".frame") { in ParseDirective()
8804 if (IDVal == ".set") { in ParseDirective()
8809 if (IDVal == ".mask" || IDVal == ".fmask") { in ParseDirective()
8860 if (IDVal == ".mask") in ParseDirective()
8867 if (IDVal == ".nan") in ParseDirective()
8870 if (IDVal == ".gpword") { in ParseDirective()
8875 if (IDVal == ".gpdword") { in ParseDirective()
8880 if (IDVal == ".dtprelword") { in ParseDirective()
8885 if (IDVal == ".dtpreldword") { in ParseDirective()
8890 if (IDVal == ".tprelword") { in ParseDirective()
8895 if (IDVal == ".tpreldword") { in ParseDirective()
8900 if (IDVal == ".option") { in ParseDirective()
8905 if (IDVal == ".abicalls") { in ParseDirective()
8914 if (IDVal == ".cpsetup") { in ParseDirective()
8918 if (IDVal == ".cpreturn") { in ParseDirective()
8922 if (IDVal == ".module") { in ParseDirective()
8926 if (IDVal == ".llvm_internal_mips_reallow_module_directive") { in ParseDirective()
8930 if (IDVal == ".insn") { in ParseDirective()
8934 if (IDVal == ".rdata") { in ParseDirective()
8938 if (IDVal == ".sbss") { in ParseDirective()
8939 parseSSectionDirective(IDVal, ELF::SHT_NOBITS); in ParseDirective()
8942 if (IDVal == ".sdata") { in ParseDirective()
8943 parseSSectionDirective(IDVal, ELF::SHT_PROGBITS); in ParseDirective()