Searched refs:VK_ARM_LO16 (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCExpr.h22 VK_ARM_LO16 // The R_ARM_MOVW_ABS_NC relocation (:lower16: in the .s file) enumerator in enum:llvm::ARMMCExpr::VariantKind
44 return Create(VK_ARM_LO16, Expr, Ctx);
H A DARMMCExpr.cpp26 case VK_ARM_LO16: OS << ":lower16:"; break;
H A DARMMCCodeEmitter.cpp894 case ARMMCExpr::VK_ARM_LO16:
/external/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp4643 RefKind = ARMMCExpr::VK_ARM_LO16;

Completed in 111 milliseconds