Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCCodeEmitter.cpp640 static const Hexagon::Fixups GPRelFixups[] = { in getExprOpValue() local
644 assert(Shift < std::size(GPRelFixups)); in getExprOpValue()
649 FixupKind = GPRelFixups[Shift]; in getExprOpValue()