Home
last modified time | relevance | path

Searched refs:Subrange (Results 1 – 12 of 12) sorted by relevance

/external/google-breakpad/src/tools/linux/md2core/
Dminidump_memory_range.h59 MinidumpMemoryRange Subrange(size_t sub_offset, size_t sub_length) const { in Subrange() function
67 MinidumpMemoryRange Subrange(const MDLocationDescriptor& location) const { in Subrange() function
68 return MinidumpMemoryRange::Subrange(location.rva, location.data_size); in Subrange()
Dminidump-2-core.cc414 full_file.Subrange(rawthread->stack.memory); in ParseThreadList()
419 full_file.Subrange(rawthread->thread_context)); in ParseThreadList()
1029 ParseSystemInfo(&crashinfo, dump.Subrange(dirent->location), dump); in main()
1046 ParseThreadList(&crashinfo, dump.Subrange(dirent->location), dump); in main()
1049 ParseCPUInfo(&crashinfo, dump.Subrange(dirent->location)); in main()
1052 ParseProcessStatus(&crashinfo, dump.Subrange(dirent->location)); in main()
1055 ParseLSBRelease(&crashinfo, dump.Subrange(dirent->location)); in main()
1058 ParseEnvironment(&crashinfo, dump.Subrange(dirent->location)); in main()
1061 ParseMaps(&crashinfo, dump.Subrange(dirent->location)); in main()
1064 ParseAuxVector(&crashinfo, dump.Subrange(dirent->location)); in main()
[all …]
Dminidump_memory_range_unittest.cc135 MinidumpMemoryRange subrange = range.Subrange(0, 10); in TEST()
149 MinidumpMemoryRange subrange = range.Subrange(sub_offset, sub_length); in TEST()
177 MinidumpMemoryRange subrange = range.Subrange(location); in TEST()
/external/google-breakpad/src/common/linux/
Delf_core_dump.cc63 return content_.Subrange(sizeof(Nhdr), header->n_namesz); in GetName()
71 return content_.Subrange(AlignedSize(sizeof(Nhdr) + header->n_namesz), in GetDescription()
84 content_.Subrange(next_offset, content_.length() - next_offset); in GetNextNote()
173 note_content = content_.Subrange(program_header->p_offset, in GetFirstNote()
/external/google-breakpad/src/common/
Dmemory_range_unittest.cc134 MemoryRange subrange = range.Subrange(0, 10); in TEST()
148 MemoryRange subrange = range.Subrange(sub_offset, sub_length); in TEST()
Dmemory_range.h124 MemoryRange Subrange(size_t sub_offset, size_t sub_length) const { in Subrange() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp607 if (auto *Subrange = dyn_cast<DISubrange>(El)) { in dependencies() local
608 auto Count = Subrange->getCount(); in dependencies()
DCodeViewDebug.cpp1401 const DISubrange *Subrange = cast<DISubrange>(Element); in lowerTypeArray() local
1402 assert(Subrange->getLowerBound() == 0 && in lowerTypeArray()
1405 if (auto *CI = Subrange->getCount().dyn_cast<ConstantInt*>()) in lowerTypeArray()
DDwarfUnit.cpp1428 const auto Subrange = cast<DISubrange>(Elements[0]); in hasVectorBeenPadded() local
1429 const auto CI = Subrange->getCount().get<ConstantInt *>(); in hasVectorBeenPadded()
/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1016 const DISubrange *Subrange = cast<DISubrange>(Element); in lowerTypeArray() local
1017 assert(Subrange->getLowerBound() == 0 && in lowerTypeArray()
1019 int64_t Count = Subrange->getCount(); in lowerTypeArray()
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/DA7778FB66018A4E9B4110ED06E730D00/
Dbreakpad_unittests.sym19967 FUNC 3699c 26 0 google_breakpad::MemoryRange::Subrange
19978 FUNC 3699c 26 0 google_breakpad::MinidumpMemoryRange::Subrange
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/D6D1FEC9A15DE7F38A236898871A2E770/
Dbreakpad_unittests.sym21258 FUNC 51a68 3c 0 google_breakpad::MinidumpMemoryRange::Subrange
32998 FUNC 6bf0c 3c 0 google_breakpad::MemoryRange::Subrange