Lines Matching defs:Hexagon
1 //===-- Hexagon.cpp -------------------------------------------------------===//
25 class Hexagon final : public TargetInfo {
27 Hexagon();
41 Hexagon::Hexagon() {
55 // Hexagon Linux uses 64K pages by default.
62 uint32_t Hexagon::calcEFlags() const {
89 RelExpr Hexagon::getRelExpr(RelType type, const Symbol &s,
256 void Hexagon::relocate(uint8_t *loc, const Relocation &rel,
362 void Hexagon::writePltHeader(uint8_t *buf) const {
381 void Hexagon::writePlt(uint8_t *buf, const Symbol &sym,
396 RelType Hexagon::getDynRel(RelType type) const {
402 int64_t Hexagon::getImplicitAddend(const uint8_t *buf, RelType type) const {
422 static Hexagon target;