Searched defs:Label (Results 1 – 6 of 6) sorted by relevance
89 struct Label { struct94 friend std::string ToGasArgument(const Label& label, MacroAssembler*) { in ToGasArgument() argument
43 struct Label { struct44 size_t id;45 bool bound = false;
93 struct Label { struct98 friend std::string ToGasArgument(const Label& label, MacroAssembler*) { in ToGasArgument() argument
75 struct Label { struct76 size_t id;77 int index = -1;78 bool bound = false;
22 using Label = typename Assembler::Label; variable
41 Label() : position_(kInvalid) {} in Label() function