Searched refs:isRelocation (Results 1 – 7 of 7) sorted by relevance
136 if (!E.isRelocation()) in fixUpBlocks()
105 if (E.isRelocation()) { in processBlock()
29 [](Edge &E) { return E.isRelocation(); }); in getFirstRelocationEdge()
31 [](Edge &E) { return E.isRelocation(); }); in getFirstRelocationEdge()
416 if (E.isRelocation()) in addFunctionPointerRelocationsToCurrentSymbol()
80 bool isRelocation() const { return K >= FirstRelocation; } in isRelocation() function82 assert(isRelocation() && "Not a relocation edge"); in getRelocation()