HomeSort by relevance Sort by last modified time
    Searched refs:RelInfo (Results 1 - 25 of 56) sorted by null

1 2 3

  /external/llvm/include/llvm/MC/MCDisassembler/
MCSymbolizer.h 46 std::unique_ptr<MCRelocationInfo> RelInfo;
49 /// \brief Construct an MCSymbolizer, taking ownership of \p RelInfo.
50 MCSymbolizer(MCContext &Ctx, std::unique_ptr<MCRelocationInfo> RelInfo)
51 : Ctx(Ctx), RelInfo(std::move(RelInfo)) {
MCExternalSymbolizer.h 42 std::unique_ptr<MCRelocationInfo> RelInfo,
45 : MCSymbolizer(Ctx, std::move(RelInfo)), GetOpInfo(getOpInfo),