Lines Matching refs:IDVal
6057 StringRef IDVal = DirectiveID.getString(); in ParseDirective() local
6059 if (IDVal == ".cpload") { in ParseDirective()
6063 if (IDVal == ".cprestore") { in ParseDirective()
6067 if (IDVal == ".dword") { in ParseDirective()
6071 if (IDVal == ".ent") { in ParseDirective()
6121 if (IDVal == ".end") { in ParseDirective()
6150 if (IDVal == ".frame") { in ParseDirective()
6222 if (IDVal == ".set") { in ParseDirective()
6227 if (IDVal == ".mask" || IDVal == ".fmask") { in ParseDirective()
6278 if (IDVal == ".mask") in ParseDirective()
6285 if (IDVal == ".nan") in ParseDirective()
6288 if (IDVal == ".gpword") { in ParseDirective()
6293 if (IDVal == ".gpdword") { in ParseDirective()
6298 if (IDVal == ".word") { in ParseDirective()
6303 if (IDVal == ".hword") { in ParseDirective()
6308 if (IDVal == ".option") { in ParseDirective()
6313 if (IDVal == ".abicalls") { in ParseDirective()
6324 if (IDVal == ".cpsetup") { in ParseDirective()
6328 if (IDVal == ".cpreturn") { in ParseDirective()
6332 if (IDVal == ".module") { in ParseDirective()
6336 if (IDVal == ".llvm_internal_mips_reallow_module_directive") { in ParseDirective()
6340 if (IDVal == ".insn") { in ParseDirective()
6344 if (IDVal == ".sbss") { in ParseDirective()
6345 parseSSectionDirective(IDVal, ELF::SHT_NOBITS); in ParseDirective()
6348 if (IDVal == ".sdata") { in ParseDirective()
6349 parseSSectionDirective(IDVal, ELF::SHT_PROGBITS); in ParseDirective()