Lines Matching refs:sections_
57 sections_(sections), handler_(handler), abbrevs_(NULL), in CompilationUnit()
75 SectionMap::const_iterator iter = sections_.find(".debug_abbrev"); in ReadAbbrevs()
76 if (iter == sections_.end()) in ReadAbbrevs()
77 iter = sections_.find("__debug_abbrev"); in ReadAbbrevs()
78 assert(iter != sections_.end()); in ReadAbbrevs()
256 SectionMap::const_iterator iter = sections_.find(".debug_info"); in Start()
257 if (iter == sections_.end()) in Start()
258 iter = sections_.find("__debug_info"); in Start()
259 assert(iter != sections_.end()); in Start()
291 iter = sections_.find(".debug_str"); in Start()
292 if (iter == sections_.end()) in Start()
293 iter = sections_.find("__debug_str"); in Start()
294 if (iter != sections_.end()) { in Start()