Home
last modified time | relevance | path

Searched refs:MEK_DTPREL_LO (Results 1 – 10 of 10) sorted by relevance

/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsMCExpr.cpp49 case MEK_DTPREL_LO: in printImpl()
155 case MEK_DTPREL_LO: in evaluateAsRelocatableImpl()
244 case MEK_DTPREL_LO: in fixELFSymbolsInTLSFixups()
DMipsMCExpr.h26 MEK_DTPREL_LO, enumerator
DMipsMCCodeEmitter.cpp652 case MipsMCExpr::MEK_DTPREL_LO: in getExprOpValue()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsMCExpr.cpp55 case MEK_DTPREL_LO: in printImpl()
161 case MEK_DTPREL_LO: in evaluateAsRelocatableImpl()
270 case MEK_DTPREL_LO: in fixELFSymbolsInTLSFixups()
DMipsMCExpr.h26 MEK_DTPREL_LO, enumerator
DMipsMCCodeEmitter.cpp620 case MipsMCExpr::MEK_DTPREL_LO: in getExprOpValue()
/external/llvm/lib/Target/Mips/
DMipsMCInstLower.cpp74 TargetKind = MipsMCExpr::MEK_DTPREL_LO; in LowerSymbolOperand()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsMCInstLower.cpp74 TargetKind = MipsMCExpr::MEK_DTPREL_LO; in LowerSymbolOperand()
/external/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp4203 .Case("dtprel_lo", MipsMCExpr::MEK_DTPREL_LO) in evaluateRelocExpr()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp687 return MipsMCExpr::create(MipsMCExpr::MEK_DTPREL_LO, E, Ctx); in createTargetUnaryExpr()