Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Core/
DSearchFilter.cpp715 FileSpec cu_spec; in AddressPasses() local
717 cu_spec = sym_ctx.comp_unit->GetPrimaryFile(); in AddressPasses()
718 if (m_cu_spec_list.FindFileIndex(0, cu_spec, false) == UINT32_MAX) in AddressPasses()
/external/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
DSymbolFileBreakpad.cpp149 FileSpecList translate(const FileSpec &cu_spec,
157 FileSpecList SupportFileMap::translate(const FileSpec &cu_spec, in translate() argument
161 result[0] = cu_spec; in translate()