Home | History | Annotate | Download | only in src

Lines Matching refs:DebugObject

47 typedef MachO DebugObject;
53 typedef ELF DebugObject;
59 explicit Writer(DebugObject* debug_object)
129 DebugObject* debug_object() { return debug_object_; }
182 DebugObject* debug_object_;
1782 static void CreateDWARFSections(CodeDescription* desc, DebugObject* obj) {