HomeSort by relevance Sort by last modified time
    Searched defs:MCSymbol (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/MC/
MCSymbol.h 1 //===- MCSymbol.h - Machine Code Symbols ------------------------*- C++ -*-===//
10 // This file contains the declaration of the MCSymbol class.
26 class MCSymbol;
32 /// MCSymbol - Instances of this class represent a symbol name in the MC file,
39 class MCSymbol {
42 /// class is actually one of the appropriate subclasses of MCSymbol.
76 /// immediately prior to the MCSymbol.
141 /// MCSymbol contains a uint64_t so is probably aligned to 8. On a 32-bit
149 MCSymbol(SymbolKind Kind, const StringMapEntry<bool> *Name, bool isTemporary)
177 MCSymbol(const MCSymbol &) = delete
    [all...]
  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 78 /// operand is the MCSymbol label used to represent this offset, since
134 MCSymbol,
    [all...]

Completed in 516 milliseconds