Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/dwarf/
Delf_reader.cc1242 bool debug_only) { in IsNonStrippedELFBinaryImpl() argument
1245 return debug_only ? in IsNonStrippedELFBinaryImpl()
1252 bool debug_only) { in IsNonStrippedELFBinaryHelper() argument
1258 if (IsNonStrippedELFBinaryImpl<Elf32>(path, fd, debug_only) || in IsNonStrippedELFBinaryHelper()
1259 IsNonStrippedELFBinaryImpl<Elf64>(path, fd, debug_only)) { in IsNonStrippedELFBinaryHelper()
/external/llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp3732 bool debug_only) { in ParseSymtab() argument
3734 if (is_debug != debug_only) in ParseSymtab()