Home
last modified time | relevance | path

Searched refs:check_inlines (Results 1 – 25 of 33) sorted by relevance

12

/external/llvm-project/lldb/source/Core/
DFileLineResolver.cpp28 bool check_inlines) in FileLineResolver() argument
30 m_inlines(check_inlines) {} in FileLineResolver()
84 bool check_inlines) { in Reset() argument
88 m_inlines = check_inlines; in Reset()
DAddressResolverFileLine.cpp33 bool check_inlines) in AddressResolverFileLine() argument
35 m_inlines(check_inlines) {} in AddressResolverFileLine()
DModuleList.cpp670 const char *file_path, uint32_t line, bool check_inlines, in ResolveSymbolContextForFilePath() argument
673 return ResolveSymbolContextsForFileSpec(file_spec, line, check_inlines, in ResolveSymbolContextForFilePath()
678 const FileSpec &file_spec, uint32_t line, bool check_inlines, in ResolveSymbolContextsForFileSpec() argument
683 (*pos)->ResolveSymbolContextsForFileSpec(file_spec, line, check_inlines, in ResolveSymbolContextsForFileSpec()
DModule.cpp586 const char *file_path, uint32_t line, bool check_inlines, in ResolveSymbolContextForFilePath() argument
589 return ResolveSymbolContextsForFileSpec(file_spec, line, check_inlines, in ResolveSymbolContextForFilePath()
594 const FileSpec &file_spec, uint32_t line, bool check_inlines, in ResolveSymbolContextsForFileSpec() argument
602 check_inlines ? "yes" : "no", resolve_scope); in ResolveSymbolContextsForFileSpec()
607 symbols->ResolveSymbolContext(file_spec, line, check_inlines, resolve_scope, in ResolveSymbolContextsForFileSpec()
DSourceManager.cpp407 bool check_inlines = false; in CommonInitializer() local
411 file_spec.GetFilename().AsCString(), 0, check_inlines, in CommonInitializer()
/external/llvm-project/lldb/source/Breakpoint/
DBreakpointResolverFileLine.cpp24 uint32_t column, lldb::addr_t offset, bool check_inlines, in BreakpointResolverFileLine() argument
28 m_inlines(check_inlines), m_skip_prologue(skip_prologue), in BreakpointResolverFileLine()
37 bool check_inlines; in CreateFromStructuredData() local
66 check_inlines); in CreateFromStructuredData()
89 offset, check_inlines, skip_prologue, in CreateFromStructuredData()
/external/llvm-project/lldb/unittests/Symbol/
DTestLineEntry.cpp56 bool check_inlines = true; in GetLineEntryForLine() local
61 m_module_sp->ResolveSymbolContextsForFileSpec(file_spec, line, check_inlines, in GetLineEntryForLine()
68 file_spec, line, check_inlines, exact, eSymbolContextLineEntry, in GetLineEntryForLine()
/external/llvm-project/lldb/include/lldb/Core/
DFileLineResolver.h35 bool check_inlines);
51 void Reset(const FileSpec &file_spec, uint32_t line, bool check_inlines);
DAddressResolverFileLine.h32 bool check_inlines);
DModuleList.h428 const char *file_path, uint32_t line, bool check_inlines,
434 const FileSpec &file_spec, uint32_t line, bool check_inlines,
DModule.h732 const char *file_path, uint32_t line, bool check_inlines,
776 const FileSpec &file_spec, uint32_t line, bool check_inlines,
/external/llvm-project/lldb/source/Symbol/
DCompileUnit.cpp236 uint32_t line, bool check_inlines, in ResolveSymbolContext() argument
249 if (!file_spec_matches_cu_file_spec && !check_inlines) in ResolveSymbolContext()
267 if (file_spec_matches_cu_file_spec && !check_inlines) { in ResolveSymbolContext()
DSymbolFile.cpp101 uint32_t line, bool check_inlines, in ResolveSymbolContext() argument
/external/llvm-project/lldb/include/lldb/Breakpoint/
DBreakpointResolverFileLine.h26 lldb::addr_t m_offset, bool check_inlines,
/external/llvm-project/lldb/include/lldb/Symbol/
DCompileUnit.h386 bool check_inlines, bool exact,
DSymbolFile.h213 uint32_t line, bool check_inlines,
/external/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
DSymbolFileBreakpad.h105 bool check_inlines,
DSymbolFileBreakpad.cpp281 const FileSpec &file_spec, uint32_t line, bool check_inlines, in ResolveSymbolContext() argument
290 cu.ResolveSymbolContext(file_spec, line, check_inlines, in ResolveSymbolContext()
/external/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
DSymbolFilePDB.h109 bool check_inlines,
/external/llvm-project/lldb/source/Commands/
DCommandObjectSource.cpp1166 bool check_inlines = false; in DoExecute() local
1179 filename, 0, check_inlines, in DoExecute()
1187 filename, 0, check_inlines, in DoExecute()
/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
DSymbolFileNativePDB.h124 bool check_inlines,
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARFDebugMap.cpp809 const FileSpec &file_spec, uint32_t line, bool check_inlines, in ResolveSymbolContext() argument
818 bool resolve = check_inlines; in ResolveSymbolContext()
828 oso_dwarf->ResolveSymbolContext(file_spec, line, check_inlines, in ResolveSymbolContext()
DSymbolFileDWARFDebugMap.h102 bool check_inlines,
DSymbolFileDWARF.cpp1958 bool check_inlines, in ResolveSymbolContext() argument
1972 if (check_inlines || file_spec_matches_cu_file_spec) { in ResolveSymbolContext()
1979 if (check_inlines) { in ResolveSymbolContext()
1992 if (!check_inlines) in ResolveSymbolContext()
2020 } else if (file_spec_matches_cu_file_spec && !check_inlines) { in ResolveSymbolContext()
2026 } else if (file_spec_matches_cu_file_spec && !check_inlines) { in ResolveSymbolContext()
2033 if (!check_inlines) in ResolveSymbolContext()
/external/llvm-project/lldb/source/Target/
DTarget.cpp332 LazyBool check_inlines, in CreateBreakpoint() argument
340 if (check_inlines == eLazyBoolCalculate) { in CreateBreakpoint()
344 check_inlines = eLazyBoolNo; in CreateBreakpoint()
349 check_inlines = eLazyBoolNo; in CreateBreakpoint()
351 check_inlines = eLazyBoolYes; in CreateBreakpoint()
355 check_inlines = eLazyBoolYes; in CreateBreakpoint()
360 if (check_inlines == eLazyBoolNo) { in CreateBreakpoint()
375 nullptr, remapped_file, line_no, column, offset, check_inlines, in CreateBreakpoint()

12