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