Home | History | Annotate | Download | only in common

Lines Matching full:stringassembler

69 // A StringAssembler is a class for generating .stabstr sections to present
71 class StringAssembler: public Section {
73 StringAssembler() : in_cu_(false) { StartCU(); }
75 // Add the string S to this StringAssembler, and return the string's
129 // Create a StabsAssembler that uses StringAssembler for its strings.
130 StabsAssembler(StringAssembler *string_assembler)
148 // value generated by a StringAssembler. Return a reference to this
161 // As above, but automatically add NAME to our StringAssembler.
204 StringAssembler *string_assembler_;
255 StringAssembler strings;