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

/external/llvm/include/llvm/MC/
H A DMCSymbol.h1 //===- MCSymbol.h - Machine Code Symbols ------------------------*- C++ -*-===//
10 // This file contains the declaration of the MCSymbol class.
26 /// MCSymbol - Instances of this class represent a symbol name in the MC file,
33 class MCSymbol { class in namespace:llvm
62 MCSymbol(StringRef name, bool isTemporary) function in class:llvm::MCSymbol
66 MCSymbol(const MCSymbol&) LLVM_DELETED_FUNCTION;
67 void operator=(const MCSymbol&) LLVM_DELETED_FUNCTION;
146 const MCSymbol &AliasedSymbol() const;
159 inline raw_ostream &operator<<(raw_ostream &OS, const MCSymbol
[all...]

Completed in 168 milliseconds