Searched refs:handleFixup (Results 1 – 4 of 4) sorted by relevance
/external/llvm/include/llvm/MC/ |
D | MCAssembler.h | 199 std::pair<uint64_t, bool> handleFixup(const MCAsmLayout &Layout,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/ |
D | MCAssembler.h | 208 handleFixup(const MCAsmLayout &Layout, MCFragment &F, const MCFixup &Fixup);
|
/external/llvm/lib/MC/ |
D | MCAssembler.cpp | 617 std::pair<uint64_t, bool> MCAssembler::handleFixup(const MCAsmLayout &Layout, in handleFixup() function in MCAssembler 708 std::tie(FixedValue, IsPCRel) = handleFixup(Layout, Frag, Fixup); in layout()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
D | MCAssembler.cpp | 714 MCAssembler::handleFixup(const MCAsmLayout &Layout, MCFragment &F, in handleFixup() function in MCAssembler 835 handleFixup(Layout, Frag, Fixup); in layout()
|