Lines Matching refs:Label
47 Label::Label() : value_(new Binding()) { } in Label() function in google_breakpad::test_assembler::Label
48 Label::Label(uint64_t value) : value_(new Binding(value)) { } in Label() function in google_breakpad::test_assembler::Label
49 Label::Label(const Label &label) { in Label() function in google_breakpad::test_assembler::Label
53 Label::~Label() { in ~Label()
57 Label &Label::operator=(uint64_t value) { in operator =()
62 Label &Label::operator=(const Label &label) { in operator =()
67 Label Label::operator+(uint64_t addend) const { in operator +()
68 Label l; in operator +()
73 Label Label::operator-(uint64_t subtrahend) const { in operator -()
74 Label l; in operator -()
92 uint64_t Label::operator-(const Label &label) const { in operator -()
98 uint64_t Label::Value() const { in Value()
104 bool Label::IsKnownConstant(uint64_t *value_p) const { in IsKnownConstant()
113 bool Label::IsKnownOffsetFrom(const Label &label, uint64_t *offset_p) const in IsKnownOffsetFrom()
127 Label::Binding::Binding() : base_(this), addend_(), reference_count_(1) { } in Binding()
129 Label::Binding::Binding(uint64_t addend) in Binding()
132 Label::Binding::~Binding() { in ~Binding()
138 void Label::Binding::Set(Binding *binding, uint64_t addend) { in Set()
186 void Label::Binding::Get(Binding **base, uint64_t *addend) { in Get()
228 const Label &label) { in Append()
256 Section &Section::e ## bits(const Label &v) { \
281 Section &Section::D ## bits(const Label &v) { \