Home
last modified time | relevance | path

Searched refs:MEK_TPREL_LO (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsMCExpr.cpp119 case MEK_TPREL_LO: in printImpl()
182 case MEK_TPREL_LO: in evaluateAsRelocatableImpl()
283 case MEK_TPREL_LO: in fixELFSymbolsInTLSFixups()
H A DMipsMCExpr.h45 MEK_TPREL_LO, enumerator
H A DMipsMCCodeEmitter.cpp702 case MipsMCExpr::MEK_TPREL_LO: in getExprOpValue()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsMCInstLower.cpp81 TargetKind = MipsMCExpr::MEK_TPREL_LO; in LowerSymbolOperand()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp799 return MipsMCExpr::create(MipsMCExpr::MEK_TPREL_LO, E, Ctx); in createTargetUnaryExpr()