Searched refs:FirstRelocation (Results 1 – 5 of 5) sorted by relevance
31 R_RISCV_32 = Edge::FirstRelocation,
24 Branch26 = Edge::FirstRelocation,
23 Branch32 = Edge::FirstRelocation,
32 Pointer64 = Edge::FirstRelocation,
67 FirstRelocation // First architecture specific relocation. enumerator80 bool isRelocation() const { return K >= FirstRelocation; } in isRelocation()83 return K - FirstRelocation; in getRelocation()