Lines Matching defs:IDVal
8643 StringRef IDVal = DirectiveID.getString();
8645 if (IDVal == ".cpadd") {
8649 if (IDVal == ".cpload") {
8653 if (IDVal == ".cprestore") {
8657 if (IDVal == ".cplocal") {
8661 if (IDVal == ".ent") {
8711 if (IDVal == ".end") {
8740 if (IDVal == ".frame") {
8812 if (IDVal == ".set") {
8817 if (IDVal == ".mask" || IDVal == ".fmask") {
8868 if (IDVal == ".mask")
8875 if (IDVal == ".nan")
8878 if (IDVal == ".gpword") {
8883 if (IDVal == ".gpdword") {
8888 if (IDVal == ".dtprelword") {
8893 if (IDVal == ".dtpreldword") {
8898 if (IDVal == ".tprelword") {
8903 if (IDVal == ".tpreldword") {
8908 if (IDVal == ".option") {
8913 if (IDVal == ".abicalls") {
8922 if (IDVal == ".cpsetup") {
8926 if (IDVal == ".cpreturn") {
8930 if (IDVal == ".module") {
8934 if (IDVal == ".llvm_internal_mips_reallow_module_directive") {
8938 if (IDVal == ".insn") {
8942 if (IDVal == ".rdata") {
8946 if (IDVal == ".sbss") {
8947 parseSSectionDirective(IDVal, ELF::SHT_NOBITS);
8950 if (IDVal == ".sdata") {
8951 parseSSectionDirective(IDVal, ELF::SHT_PROGBITS);