Home
last modified time | relevance | path

Searched refs:split_reader (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/google-breakpad/src/common/mac/
H A Ddump_syms.cc468 google_breakpad::CompilationUnit split_reader( in StartProcessSplitDwarf() local
471 split_reader.SetSplitDwarf(reader->GetAddrBase(), reader->GetDWOID()); in StartProcessSplitDwarf()
472 split_reader.Start(); in StartProcessSplitDwarf()
474 if (split_reader.ShouldProcessSplitDwarf()) { in StartProcessSplitDwarf()
475 StartProcessSplitDwarf(&split_reader, module, endianness, in StartProcessSplitDwarf()
/aosp_15_r20/external/google-breakpad/src/common/linux/
H A Ddump_symbols.cc417 google_breakpad::CompilationUnit split_reader( in StartProcessSplitDwarf() local
420 split_reader.SetSplitDwarf(reader->GetAddrBase(), reader->GetDWOID()); in StartProcessSplitDwarf()
421 split_reader.Start(); in StartProcessSplitDwarf()
423 if (split_reader.ShouldProcessSplitDwarf()) { in StartProcessSplitDwarf()
424 StartProcessSplitDwarf(&split_reader, module, endianness, in StartProcessSplitDwarf()