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

/external/swiftshader/third_party/LLVM/include/llvm/MC/
H A DMCSymbol.h1 //===- MCSymbol.h - Machine Code Symbols ------------------------*- C++ -*-===//
10 // This file contains the declaration of the MCSymbol class.
25 /// MCSymbol - Instances of this class represent a symbol name in the MC file,
32 class MCSymbol { class in namespace:llvm
61 MCSymbol(StringRef name, bool isTemporary) function in class:llvm::MCSymbol
65 MCSymbol(const MCSymbol&); // DO NOT IMPLEMENT
66 void operator=(const MCSymbol&); // DO NOT IMPLEMENT
145 const MCSymbol &AliasedSymbol() const;
158 inline raw_ostream &operator<<(raw_ostream &OS, const MCSymbol
[all...]
/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 class MCSymbol;
32 /// MCSymbol - Instances of this class represent a symbol name in the MC file,
39 class MCSymbol { class in namespace:llvm
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) function
177 MCSymbol(cons
[all...]
/external/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h78 /// operand is the MCSymbol label used to represent this offset, since
134 MCSymbol, enumerator in enum:llvm::ISD::NodeType

Completed in 610 milliseconds