Searched refs:isRelocation (Results 1 – 7 of 7) sorted by relevance
140 if (!E.isRelocation()) in fixUpBlocks()
131 if (E.isRelocation()) { in processBlock()
29 llvm::find_if(B.edges(), [](Edge &E) { return E.isRelocation(); }); in getFirstRelocationEdge()
31 llvm::find_if(B.edges(), [](Edge &E) { return E.isRelocation(); }); in getFirstRelocationEdge()
427 if (E.isRelocation()) in addFunctionPointerRelocationsToCurrentSymbol()
82 bool isRelocation() const { return K >= FirstRelocation; } in isRelocation() function84 assert(isRelocation() && "Not a relocation edge"); in getRelocation()