Searched refs:VK_Mips_GOT_PAGE (Results 1 - 6 of 6) sorted by relevance

/external/llvm/lib/Target/Mips/
H A DMipsMCInstLower.cpp60 case MipsII::MO_GOT_PAGE: Kind = MCSymbolRefExpr::VK_Mips_GOT_PAGE; break;
/external/llvm/lib/Target/Mips/InstPrinter/
H A DMipsInstPrinter.cpp161 case MCSymbolRefExpr::VK_Mips_GOT_PAGE: OS << "%got_page("; break;
/external/llvm/include/llvm/MC/
H A DMCExpr.h258 VK_Mips_GOT_PAGE, enumerator in enum:llvm::MCSymbolRefExpr::VariantKind
/external/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsMCCodeEmitter.cpp403 case MCSymbolRefExpr::VK_Mips_GOT_PAGE :
/external/llvm/lib/MC/
H A DMCExpr.cpp266 case VK_Mips_GOT_PAGE: return "GOT_PAGE";
/external/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp2191 .Case("got_page", MCSymbolRefExpr::VK_Mips_GOT_PAGE)

Completed in 4624 milliseconds