Searched refs:handleFixup (Results 1 – 2 of 2) sorted by relevance
199 std::pair<uint64_t, bool> handleFixup(const MCAsmLayout &Layout,
617 std::pair<uint64_t, bool> MCAssembler::handleFixup(const MCAsmLayout &Layout, in handleFixup() function in MCAssembler708 std::tie(FixedValue, IsPCRel) = handleFixup(Layout, Frag, Fixup); in layout()