Home
last modified time | relevance | path

Searched refs:Subrange (Results 1 – 20 of 20) 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.cc562 full_file.Subrange(rawthread->stack.memory); in ParseThreadList()
567 full_file.Subrange(rawthread->thread_context)); in ParseThreadList()
1229 ParseSystemInfo(options, &crashinfo, dump.Subrange(dirent->location), in main()
1247 ParseThreadList(options, &crashinfo, dump.Subrange(dirent->location), in main()
1251 ParseCPUInfo(options, &crashinfo, dump.Subrange(dirent->location)); in main()
1255 dump.Subrange(dirent->location)); in main()
1258 ParseLSBRelease(options, &crashinfo, dump.Subrange(dirent->location)); in main()
1261 ParseEnvironment(options, &crashinfo, dump.Subrange(dirent->location)); in main()
1264 ParseMaps(options, &crashinfo, dump.Subrange(dirent->location)); in main()
1267 ParseAuxVector(options, &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/llvm-project/llvm/test/Assembler/
Dinvalid-disubrange-count-missing.ll4 ; CHECK: Subrange must contain count or upperBound
/external/llvm-project/llvm/test/Verifier/
Ddisubrange-missing-upperBound.ll4 ; CHECK: Subrange must contain count or upperBound
Ddisubrange-count-upperBound.ll4 ; CHECK: Subrange can have any one of count or upperBound
/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/llvm-project/clang/unittests/Tooling/Syntax/
DTokensTest.cpp188 llvm::ArrayRef<T> findSubrange(llvm::ArrayRef<U> Subrange, in findSubrange() argument
190 assert(Subrange.size() >= 1); in findSubrange()
191 if (Range.size() < Subrange.size()) in findSubrange()
193 for (auto Begin = Range.begin(), Last = Range.end() - Subrange.size(); in findSubrange()
196 for (auto ItSub = Subrange.begin(); ItSub != Subrange.end(); in findSubrange()
/external/llvm-project/llvm/unittests/IR/
DDebugInfoTest.cpp194 DISubrange *Subrange = DIB.getOrCreateSubrange(1,1); in TEST() local
196 Subranges.push_back(Subrange); in TEST()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp807 if (auto *Subrange = dyn_cast<DISubrange>(El)) { in dependencies() local
808 if (auto Count = Subrange->getCount()) in dependencies()
811 if (auto LB = Subrange->getLowerBound()) in dependencies()
814 if (auto UB = Subrange->getUpperBound()) in dependencies()
817 if (auto ST = Subrange->getStride()) in dependencies()
DCodeViewDebug.cpp1588 const DISubrange *Subrange = cast<DISubrange>(Element); in lowerTypeArray() local
1592 auto *LI = Subrange->getLowerBound().dyn_cast<ConstantInt *>(); in lowerTypeArray()
1593 if (!Subrange->getRawLowerBound() || (LI && (LI->getSExtValue() == 0))) { in lowerTypeArray()
1594 if (auto *CI = Subrange->getCount().dyn_cast<ConstantInt*>()) in lowerTypeArray()
1596 else if (auto *UI = Subrange->getUpperBound().dyn_cast<ConstantInt*>()) in lowerTypeArray()
DDwarfUnit.cpp1389 const auto Subrange = cast<DISubrange>(Elements[0]); in hasVectorBeenPadded() local
1391 Subrange->getCount() in hasVectorBeenPadded()
1392 ? Subrange->getCount().get<ConstantInt *>()->getSExtValue() 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/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp723 if (auto *Subrange = dyn_cast<DISubrange>(El)) { in dependencies() local
724 auto Count = Subrange->getCount(); in dependencies()
DDwarfUnit.cpp1383 const auto Subrange = cast<DISubrange>(Elements[0]); in hasVectorBeenPadded() local
1384 const auto CI = Subrange->getCount().get<ConstantInt *>(); in hasVectorBeenPadded()
DCodeViewDebug.cpp1573 const DISubrange *Subrange = cast<DISubrange>(Element); in lowerTypeArray() local
1574 assert(Subrange->getLowerBound() == 0 && in lowerTypeArray()
1577 if (auto *CI = Subrange->getCount().dyn_cast<ConstantInt*>()) 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