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.
23 /// MCLabel - Instances of this class represent a label name in the MC file,
24 /// and MCLabel are created and unique'd by the MCContext class. MCLabel
26 class MCLabel { class in namespace:llvm
32 MCLabel(unsigned instance) function in class:llvm::MCLabel
35 MCLabel(const MCLabel&) LLVM_DELETED_FUNCTION;
36 void operator=(const MCLabel
[all...]

Completed in 149 milliseconds