/external/swiftshader/third_party/LLVM/lib/DebugInfo/ |
D | DWARFCompileUnit.cpp | 30 uint64_t abbrOffset; in extract() local 34 abbrOffset = debug_info.getU32(offset_ptr); in extract() 39 bool abbrOffsetOK = Context.getAbbrevSection().size() > abbrOffset; in extract() 43 Abbrevs = abbr->getAbbreviationDeclarationSet(abbrOffset); in extract()
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFUnit.cpp | 80 uint64_t AbbrOffset = debug_info.getU32(offset_ptr); in extractImpl() local 82 if (AbbrOffset) in extractImpl() 90 AbbrOffset = AbbrEntry->Offset; in extractImpl() 101 Abbrevs = Abbrev->getAbbreviationDeclarationSet(AbbrOffset); in extractImpl()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/ |
D | DWARFDebugInfoTest.cpp | 1271 " AbbrOffset: 0\n" in TEST() 1805 AbbrOffset: 0 in TEST() 1854 AbbrOffset: 0 in TEST() 1895 AbbrOffset: 0 in TEST() 1932 AbbrOffset: 0 in TEST() 1967 AbbrOffset: 0 in TEST() 2009 AbbrOffset: 0 in TEST() 2051 AbbrOffset: 0 in TEST() 2121 AbbrOffset: 0 in TEST() 2193 AbbrOffset: 0 in TEST() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/ |
D | DWARFYAML.cpp | 104 IO.mapRequired("AbbrOffset", Unit.AbbrOffset); in mapping()
|
D | DWARFEmitter.cpp | 147 writeInteger((uint32_t)CU.AbbrOffset, OS, DebugInfo.IsLittleEndian); in onStartCompileUnit() 149 writeInteger((uint32_t)CU.AbbrOffset, OS, DebugInfo.IsLittleEndian); in onStartCompileUnit()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/ObjectYAML/MachO/ |
D | DWARF2-AddrSize8-FormValues.yaml | 352 AbbrOffset: 0 434 #CHECK: AbbrOffset: 0
|
D | DWARF5-debug_info.yaml | 392 AbbrOffset: 0 518 #CHECK: AbbrOffset: 0
|
D | DWARF-debug_info.yaml | 391 AbbrOffset: 0 517 #CHECK: AbbrOffset: 0
|
D | DWARF-debug_line.yaml | 430 AbbrOffset: 0
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFUnit.cpp | 111 AbbrOffset = debug_info.getU32(offset_ptr); in extract() 113 AbbrOffset = debug_info.getRelocatedValue(4, offset_ptr); in extract() 123 if (AbbrOffset) in extract() 131 AbbrOffset = AbbrEntry->Offset; in extract()
|
D | DWARFVerifier.cpp | 113 uint32_t AbbrOffset, Length; in verifyUnitHeader() local 138 AbbrOffset = DebugInfoData.getU32(Offset); in verifyUnitHeader() 142 AbbrOffset = DebugInfoData.getU32(Offset); in verifyUnitHeader() 146 if (!DCtx.getDebugAbbrev()->getAbbreviationDeclarationSet(AbbrOffset)) in verifyUnitHeader()
|
/external/icu/icu4c/source/tools/tzcode/ |
D | tz2icu.cpp | 459 vector<int32_t> abbroffset; in readzoneinfo() local 465 abbroffset.push_back(start-str); in readzoneinfo() 473 vector<bool> abbrseen(abbroffset.size(), false); in readzoneinfo() 479 find(abbroffset.begin(), abbroffset.end(), it->abbr); in readzoneinfo() 480 if (x==abbroffset.end()) { in readzoneinfo() 493 for (vector<int32_t>::const_iterator y=abbroffset.begin(); in readzoneinfo() 494 y!=abbroffset.end(); ++y) { in readzoneinfo() 501 int32_t index = x - abbroffset.begin(); in readzoneinfo()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFUnit.h | 53 uint64_t AbbrOffset = 0; variable 86 uint64_t getAbbrOffset() const { return AbbrOffset; } in getAbbrOffset()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/ |
D | DWARFYAML.h | 105 uint32_t AbbrOffset; member
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/ |
D | dwarf2yaml.cpp | 123 NewUnit.AbbrOffset = CU->getAbbreviations()->getOffset(); in dumpDebugInfo()
|
/external/elfutils/src/ |
D | readelf.c | 7567 Dwarf_Off abbroffset; in print_debug_units() local 7609 dwarf_cu_die (cu, &result, NULL, &abbroffset, &addrsize, &offsize, in print_debug_units() 7628 (uint64_t) offset, version, abbroffset, addrsize, offsize, in print_debug_units() 7638 (uint64_t) offset, version, abbroffset, addrsize, offsize); in print_debug_units() 7792 dwarf_cu_die (split_cu, &result, NULL, &abbroffset, in print_debug_units() 7804 (uint64_t) offset, version, abbroffset, in print_debug_units()
|