Home
last modified time | relevance | path

Searched refs:MappingInfo (Results 1 – 13 of 13) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeDeserializer.h30 struct MappingInfo { struct
31 explicit MappingInfo(ArrayRef<uint8_t> RecordData) in MappingInfo() function
45 MappingInfo I(CVT.content()); in deserializeAs() argument
70 Mapping = llvm::make_unique<MappingInfo>(Record.content()); in visitTypeBegin()
100 std::unique_ptr<MappingInfo> Mapping;
104 struct MappingInfo { struct
105 explicit MappingInfo(BinaryStreamReader &R) in MappingInfo() argument
160 MappingInfo Mapping;
DSymbolDeserializer.h26 struct MappingInfo { struct
27 MappingInfo(ArrayRef<uint8_t> RecordData, CodeViewContainer Container) in MappingInfo() function
66 Mapping = llvm::make_unique<MappingInfo>(Record.content(), Container); in visitSymbolBegin()
95 std::unique_ptr<MappingInfo> Mapping;
/external/google-breakpad/src/client/linux/minidump_writer/
Dlinux_dumper.cc60 const google_breakpad::MappingInfo& mapping) { in IsMappedFileOpenUnsafe()
96 LinuxDumper::ElfFileIdentifierForMapping(const MappingInfo& mapping, in ElfFileIdentifierForMapping()
193 const MappingInfo& mapping, char* soname, size_t soname_size) { in ElfFileSoName()
223 void LinuxDumper::GetMappingEffectiveNameAndPath(const MappingInfo& mapping, in GetMappingEffectiveNameAndPath()
331 MappingInfo* module = mappings_.back(); in EnumerateMappings()
345 MappingInfo* module = mappings_.back(); in EnumerateMappings()
357 MappingInfo* const module = new(allocator_) MappingInfo; in EnumerateMappings()
358 my_memset(module, 0, sizeof(MappingInfo)); in EnumerateMappings()
412 const MappingInfo* mapping = FindMapping(stack_pointer); in GetStackInfo()
426 const MappingInfo* LinuxDumper::FindMapping(const void* address) const { in FindMapping()
Dlinux_dumper.h92 const wasteful_vector<MappingInfo*> &mappings() { return mappings_; } in mappings()
93 const MappingInfo* FindMapping(const void* address) const;
118 bool ElfFileIdentifierForMapping(const MappingInfo& mapping,
139 static void GetMappingEffectiveNameAndPath(const MappingInfo& mapping,
181 wasteful_vector<MappingInfo*> mappings_;
Dlinux_ptrace_dumper_unittest.cc232 const MappingInfo& mapping = *dumper.mappings()[i]; in TEST_F()
280 const wasteful_vector<MappingInfo*> mappings = dumper.mappings(); in TEST_F()
281 const MappingInfo* mapping; in TEST_F()
300 const wasteful_vector<MappingInfo*> mappings = dumper.mappings(); in TEST_F()
334 const wasteful_vector<MappingInfo*> mappings = dumper.mappings(); in TEST_F()
338 const MappingInfo* mapping = mappings[i]; in TEST_F()
Dminidump_writer.cc92 using google_breakpad::MappingInfo;
343 const MappingInfo& mapping = *dumper_->mappings()[j]; in WriteThreadListStream()
452 static bool ShouldIncludeMapping(const MappingInfo& mapping) { in ShouldIncludeMapping()
466 bool HaveMappingInfo(const MappingInfo& mapping) { in HaveMappingInfo()
490 const MappingInfo& mapping = *dumper_->mappings()[i]; in WriteMappings()
513 const MappingInfo& mapping = *dumper_->mappings()[i]; in WriteMappings()
538 bool FillRawModule(const MappingInfo& mapping, in FillRawModule()
Dminidump_writer_unittest.cc128 TEST(MinidumpWriterTest, MappingInfo) { in TEST() argument
184 MappingInfo info; in TEST()
304 MappingInfo info; in TEST()
/external/google-breakpad/src/client/linux/dump_writer_common/
Dmapping_info.h43 struct MappingInfo { struct
52 MappingInfo first; argument
/external/google-breakpad/src/client/linux/microdump_writer/
Dmicrodump_writer.cc50 using google_breakpad::MappingInfo;
278 bool HaveMappingInfo(const MappingInfo& mapping) { in HaveMappingInfo()
295 void DumpModule(const MappingInfo& mapping, in DumpModule()
343 const MappingInfo& mapping = *dumper_->mappings()[i]; in DumpMappings()
Dmicrodump_writer_unittest.cc84 MappingInfo info; in TEST()
/external/google-breakpad/src/processor/testdata/symbols/null_read_av/7B7D1968FF0D47AE4366E9C3A7E1B6750/
Dnull_read_av.sym3507 …le_breakpad::LinuxDumper::ElfFileIdentifierForMapping(google_breakpad::MappingInfo const&, bool, u…
3888 …a0 229 0 std::vector<google_breakpad::MappingInfo*, google_breakpad::PageStdAllocator<google_break…
4000MappingInfo*, google_breakpad::PageStdAllocator<google_breakpad::MappingInfo*> >::_M_insert_aux(__…
4203MappingInfo*, google_breakpad::PageStdAllocator<google_breakpad::MappingInfo*> >::_M_fill_insert(_…
/external/google-breakpad/src/processor/testdata/symbols/overflow/B0E1FC01EF48E39CAF5C881D2DF0C3840/
Doverflow.sym3592 …le_breakpad::LinuxDumper::ElfFileIdentifierForMapping(google_breakpad::MappingInfo const&, bool, u…
3967 …00 229 0 std::vector<google_breakpad::MappingInfo*, google_breakpad::PageStdAllocator<google_break…
4077MappingInfo*, google_breakpad::PageStdAllocator<google_breakpad::MappingInfo*> >::_M_insert_aux(__…
4278MappingInfo*, google_breakpad::PageStdAllocator<google_breakpad::MappingInfo*> >::_M_fill_insert(_…
/external/google-breakpad/src/client/linux/handler/
Dexception_handler.cc693 MappingInfo info; in AddMappingInfo()