Searched defs:MCLabel (Results 1 - 1 of 1) 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.
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 42 milliseconds