Home
last modified time | relevance | path

Searched refs:abbrevs (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/DebugInfo/
DDWARFCompileUnit.cpp54 const DWARFAbbreviationDeclarationSet *abbrevs) { in extract() argument
62 bool abbrevsOK = debug_info_data.getU32(&offset) == abbrevs->getOffset(); in extract()
63 Abbrevs = abbrevs; in extract()
DDWARFCompileUnit.h63 const DWARFAbbreviationDeclarationSet *abbrevs);
/external/llvm/utils/
Dllvm-compilers-check207 abbrevs = dict(zip(paths, [base for base in unique_bases]))
209 return abbrevs
238 abbrevs = [abbrev[start_index:start_index+3]
243 abbrevs = dict(zip(unique_bases, abbrevs))
245 return abbrevs
/external/e2fsprogs/lib/ss/
Dss_internal.h40 ss_abbrev_list abbrevs[127]; member
/external/e2fsprogs/e2fsck/
Dmessage.c110 static const char *abbrevs[] = { variable
243 for (cpp = abbrevs; *cpp; cpp++) { in expand_at_expression()
/external/stlport/etc/
DChangeLog-5.16900 * stlport/stl/_abbrevs.h: add new abbrevs---VC6 has problems in debug mode