Home | History | Annotate | Download | only in common

Lines Matching defs:Reference

171   // reference counted, allowing labels to be lightweight, copyable,
179 // Increment our reference count.
181 // Decrement our reference count, and return true if it is zero.
228 // unconstrained binding, that doesn't count as a reference.)
290 // end of this section. Return a reference to this section.
301 // reference to this section.
309 // bytes. Return a reference to this section.
340 // endianness. Return a reference to this section.
406 // ALIGNMENT must be a power of two. Return a reference to this
428 // functions like Append and D32 would return a reference to the
438 // Set *LABEL to Here, and return a reference to this section.
448 // Used internally. A reference to a label's value.
449 struct Reference {
450 Reference(size_t set_offset, Endianness set_endianness, size_t set_size,
455 // The offset of the reference within the section.
458 // The endianness of the reference.
461 // The size of the reference.
464 // The label to which this is a reference.
475 vector<Reference> references_;