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

/external/llvm/include/llvm/MC/
H A DMCValue.h1 //===-- llvm/MC/MCValue.h - MCValue class -----------------------*- C++ -*-===//
10 // This file contains the declaration of the MCValue class.
27 /// MCValue - This represents an "assembler immediate". In its most general
37 class MCValue { class in namespace:llvm
55 static MCValue get(const MCSymbolRefExpr *SymA, const MCSymbolRefExpr *SymB=0,
57 MCValue R;
58 assert((!SymB || SymA) && "Invalid relocatable MCValue!");
65 static MCValue get(int64_t Val) {
66 MCValue
[all...]

Completed in 97 milliseconds