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

/external/llvm/include/llvm/MC/
H A DMCLabel.h1 //===- MCLabel.h - Machine Code Directional Local Labels --------*- C++ -*-===//
10 // This file contains the declaration of the MCLabel class.
24 /// and MCLabel are created and uniqued by the MCContext class. MCLabel
26 class MCLabel { class in namespace:llvm
32 MCLabel(unsigned instance) : Instance(instance) {} function in class:llvm::MCLabel
34 MCLabel(const MCLabel &) = delete;
35 void operator=(const MCLabel &) = delete;
51 inline raw_ostream &operator<<(raw_ostream &OS, const MCLabel
[all...]
/external/swiftshader/third_party/LLVM/include/llvm/MC/
H A DMCLabel.h1 //===- MCLabel.h - Machine Code Directional Local Labels --------*- C++ -*-===//
10 // This file contains the declaration of the MCLabel class.
21 /// MCLabel - Instances of this class represent a label name in the MC file,
22 /// and MCLabel are created and unique'd by the MCContext class. MCLabel
24 class MCLabel { class in namespace:llvm
30 MCLabel(unsigned instance) function in class:llvm::MCLabel
33 MCLabel(const MCLabel&); // DO NOT IMPLEMENT
34 void operator=(const MCLabel
[all...]

Completed in 99 milliseconds