Home
last modified time | relevance | path

Searched full:abbroffset (Results 1 – 16 of 16) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/DebugInfo/
DDWARFCompileUnit.cpp30 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/
DDWARFUnit.cpp80 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/
DDWARFDebugInfoTest.cpp1271 " 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/
DDWARFYAML.cpp104 IO.mapRequired("AbbrOffset", Unit.AbbrOffset); in mapping()
DDWARFEmitter.cpp147 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/
DDWARF2-AddrSize8-FormValues.yaml352 AbbrOffset: 0
434 #CHECK: AbbrOffset: 0
DDWARF5-debug_info.yaml392 AbbrOffset: 0
518 #CHECK: AbbrOffset: 0
DDWARF-debug_info.yaml391 AbbrOffset: 0
517 #CHECK: AbbrOffset: 0
DDWARF-debug_line.yaml430 AbbrOffset: 0
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp111 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()
DDWARFVerifier.cpp113 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/
Dtz2icu.cpp459 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/
DDWARFUnit.h53 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/
DDWARFYAML.h105 uint32_t AbbrOffset; member
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Ddwarf2yaml.cpp123 NewUnit.AbbrOffset = CU->getAbbreviations()->getOffset(); in dumpDebugInfo()
/external/elfutils/src/
Dreadelf.c7567 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()