Searched defs:MCFixup (Results 1 - 1 of 1) sorted by relevance

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

Completed in 38 milliseconds