Searched refs:VK_Mips_GOT16 (Results 1 - 5 of 5) sorted by relevance

/external/llvm/lib/Target/Mips/
H A DMipsMCInstLower.cpp46 case MipsII::MO_GOT16: Kind = MCSymbolRefExpr::VK_Mips_GOT16; break;
/external/llvm/lib/Target/Mips/InstPrinter/
H A DMipsInstPrinter.cpp147 case MCSymbolRefExpr::VK_Mips_GOT16: OS << "%got("; break;
/external/llvm/include/llvm/MC/
H A DMCExpr.h244 VK_Mips_GOT16, enumerator in enum:llvm::MCSymbolRefExpr::VariantKind
/external/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsMCCodeEmitter.cpp422 case MCSymbolRefExpr::VK_Mips_GOT16:
/external/llvm/lib/MC/
H A DMCExpr.cpp252 case VK_Mips_GOT16: return "GOT16";

Completed in 90 milliseconds