Lines Matching refs:pos
44 DWARFAbbreviationDeclarationCollConstIter pos;
46 for (pos = Decls.begin(); pos != end; ++pos) {
47 if (pos->getCode() == abbrCode)
48 return &(*pos);
84 DWARFAbbreviationDeclarationCollMapConstIter pos;
85 for (pos = AbbrevCollMap.begin(); pos != AbbrevCollMap.end(); ++pos) {
86 OS << format("Abbrev table for offset: 0x%8.8x\n", pos->first);
87 pos->second.dump(OS);
94 DWARFAbbreviationDeclarationCollMapConstIter pos;
99 pos = AbbrevCollMap.find(cu_abbr_offset);
100 PrevAbbrOffsetPos = pos;
103 if (pos != AbbrevCollMap.end())
104 return &(pos->second);