Home
last modified time | relevance | path

Searched refs:handleFixup (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/MC/
DMCAssembler.cpp870 std::pair<uint64_t, bool> MCAssembler::handleFixup(const MCAsmLayout &Layout, in handleFixup() function in MCAssembler
956 std::tie(FixedValue, IsPCRel) = handleFixup(Layout, *F, Fixup); in layout()
/external/llvm/include/llvm/MC/
DMCAssembler.h673 std::pair<uint64_t, bool> handleFixup(const MCAsmLayout &Layout,