Searched defs:MCFixup (Results 1 - 1 of 1) sorted by last modified time

/external/llvm/include/llvm/MC/
H A DMCFixup.h1 //===-- llvm/MC/MCFixup.h - Instruction Relocation and Patching -*- C++ -*-===//
48 /// MCFixup - Encode information on a single operation to perform on a byte
62 class MCFixup { class in namespace:llvm
78 static MCFixup Create(uint32_t Offset, const MCExpr *Value,
81 MCFixup FI;

Completed in 73 milliseconds