Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCCodeEmitter.cpp640 static const Hexagon::Fixups GPRelFixups[] = { in getExprOpValue() local
644 assert(Shift < array_lengthof(GPRelFixups)); in getExprOpValue()
652 FixupKind = GPRelFixups[Shift]; in getExprOpValue()