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.
26 /// MCValue - This represents an "assembler immediate". In its most
43 class MCValue { class in namespace:llvm
65 static MCValue get(const MCSymbolRefExpr *SymA,
68 MCValue R;
69 assert((!SymB || SymA) && "Invalid relocatable MCValue!");
77 static MCValue get(int64_t Val) {
78 MCValue
[all...]

Completed in 150 milliseconds