Lines Matching full:generator
48 class Generator; variable
62 friend class Generator;
149 /// Instances of these classes are created by instances of the Generator
153 Generator &DG;
160 CompileUnit(Generator &D, uint16_t V, uint8_t A) in CompileUnit()
163 Generator &getGenerator() { return DG; } in getGenerator()
174 /// Instances of this class are created by instances of the Generator class.
212 // Write the contents of the LineUnit to the current section in the generator.
241 /// A DWARF generator.
244 /// calling Generator::addCompileUnit(), and then getting the dwarfgen::DIE from
246 class Generator {
282 /// Private constructor, call Generator::Create(...) to get a DWARF generator
284 Generator();
290 /// Create a DWARF generator or get an appropriate error.
296 /// \returns a llvm::Expected that either contains a unique_ptr to a Generator
298 static llvm::Expected<std::unique_ptr<Generator>>
301 ~Generator();