/external/google-breakpad/src/tools/linux/md2core/ |
D | minidump_memory_range.h | 59 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()
|
D | minidump-2-core.cc | 562 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 …]
|
D | minidump_memory_range_unittest.cc | 135 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/ |
D | elf_core_dump.cc | 63 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/ |
D | invalid-disubrange-count-missing.ll | 4 ; CHECK: Subrange must contain count or upperBound
|
/external/llvm-project/llvm/test/Verifier/ |
D | disubrange-missing-upperBound.ll | 4 ; CHECK: Subrange must contain count or upperBound
|
D | disubrange-count-upperBound.ll | 4 ; CHECK: Subrange can have any one of count or upperBound
|
/external/google-breakpad/src/common/ |
D | memory_range_unittest.cc | 134 MemoryRange subrange = range.Subrange(0, 10); in TEST() 148 MemoryRange subrange = range.Subrange(sub_offset, sub_length); in TEST()
|
D | memory_range.h | 124 MemoryRange Subrange(size_t sub_offset, size_t sub_length) const { in Subrange() function
|
/external/llvm-project/llvm/unittests/IR/ |
D | DebugInfoTest.cpp | 194 DISubrange *Subrange = DIB.getOrCreateSubrange(1,1); in TEST() local 196 Subranges.push_back(Subrange); in TEST()
|
/external/llvm-project/clang/unittests/Tooling/Syntax/ |
D | TokensTest.cpp | 188 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/lib/CodeGen/AsmPrinter/ |
D | DwarfCompileUnit.cpp | 807 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()
|
D | CodeViewDebug.cpp | 1588 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()
|
D | DwarfUnit.cpp | 1389 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/ |
D | CodeViewDebug.cpp | 1016 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/ |
D | DwarfCompileUnit.cpp | 723 if (auto *Subrange = dyn_cast<DISubrange>(El)) { in dependencies() local 724 auto Count = Subrange->getCount(); in dependencies()
|
D | DwarfUnit.cpp | 1383 const auto Subrange = cast<DISubrange>(Elements[0]); in hasVectorBeenPadded() local 1384 const auto CI = Subrange->getCount().get<ConstantInt *>(); in hasVectorBeenPadded()
|
D | CodeViewDebug.cpp | 1573 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/ |
D | breakpad_unittests.sym | 19967 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/ |
D | breakpad_unittests.sym | 21258 FUNC 51a68 3c 0 google_breakpad::MinidumpMemoryRange::Subrange 32998 FUNC 6bf0c 3c 0 google_breakpad::MemoryRange::Subrange
|