Searched refs:abbrevs (Results 1 – 13 of 13) sorted by relevance
/external/llvm-project/lldb/test/API/functionalities/abbreviation/ |
D | TestCommonShortSpellings.py | 24 abbrevs = [ 35 for (short_val, long_val) in abbrevs:
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
D | DWARFTypeUnit.h | 30 const DWARFAbbreviationDeclarationSet &abbrevs, in DWARFTypeUnit() argument 32 : DWARFUnit(dwarf, uid, header, abbrevs, section, is_dwo) {} in DWARFTypeUnit()
|
D | DWARFCompileUnit.h | 30 const DWARFAbbreviationDeclarationSet &abbrevs, in DWARFCompileUnit() argument 32 : DWARFUnit(dwarf, uid, header, abbrevs, section, is_dwo) {} in DWARFCompileUnit()
|
D | DWARFUnit.cpp | 34 const DWARFAbbreviationDeclarationSet &abbrevs, in DWARFUnit() argument 36 : UserID(uid), m_dwarf(dwarf), m_header(header), m_abbrevs(&abbrevs), in DWARFUnit() 875 const DWARFAbbreviationDeclarationSet *abbrevs = in extract() local 877 if (!abbrevs) in extract() 883 return DWARFUnitSP(new DWARFTypeUnit(dwarf, uid, *expected_header, *abbrevs, in extract() 886 *abbrevs, section, is_dwo)); in extract()
|
D | DWARFUnit.h | 267 const DWARFAbbreviationDeclarationSet &abbrevs,
|
/external/google-breakpad/src/common/dwarf/ |
D | dwarf2reader_die_unittest.cc | 114 abbrevs.start() = 0; in DIEFixture() 135 assert(abbrevs.GetContents(&abbrevs_contents)); in MakeSectionMap() 147 TestAbbrevTable abbrevs; member 168 Label abbrev_table = abbrevs.Here(); in TEST_P() 169 abbrevs.Abbrev(1, dwarf2reader::DW_TAG_compile_unit, in TEST_P() 243 Label abbrev_table = abbrevs.Here(); in StartSingleAttributeDIE() 244 abbrevs.Abbrev(1, tag, dwarf2reader::DW_children_no) in StartSingleAttributeDIE()
|
/external/llvm-project/llvm/utils/ |
D | llvm-compilers-check | 210 abbrevs = dict(zip(paths, [base for base in unique_bases])) 212 return abbrevs 241 abbrevs = [abbrev[start_index:start_index+3] 246 abbrevs = dict(zip(unique_bases, abbrevs)) 248 return abbrevs
|
/external/llvm/utils/ |
D | llvm-compilers-check | 211 abbrevs = dict(zip(paths, [base for base in unique_bases])) 213 return abbrevs 242 abbrevs = [abbrev[start_index:start_index+3] 247 abbrevs = dict(zip(unique_bases, abbrevs)) 249 return abbrevs
|
/external/e2fsprogs/lib/ss/ |
D | ss_internal.h | 40 ss_abbrev_list abbrevs[127]; member
|
/external/e2fsprogs/e2fsck/ |
D | message.c | 115 static const char *abbrevs[] = { variable 252 for (cpp = abbrevs; *cpp; cpp++) { in expand_at_expression()
|
/external/llvm-project/llvm/test/tools/llvm-dwarfdump/X86/ |
D | debug-abbrev.s | 82 .byte 0 ## End of abbrevs.
|
/external/python/cpython2/Lib/ |
D | pstats.py | 656 abbrevs = self.stats.get_sort_arg_defs() 657 if line and all((x in abbrevs) for x in line.split()):
|
/external/python/cpython3/Lib/ |
D | pstats.py | 729 abbrevs = self.stats.get_sort_arg_defs() 730 if line and all((x in abbrevs) for x in line.split()):
|