Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Core/
H A DSearchFilter.cpp698 FileSpec cu_spec; in AddressPasses() local
700 cu_spec = sym_ctx.comp_unit->GetPrimaryFile(); in AddressPasses()
701 if (m_cu_spec_list.FindFileIndex(0, cu_spec, false) == UINT32_MAX) in AddressPasses()
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp151 FileSpecList translate(const FileSpec &cu_spec,
159 FileSpecList SupportFileMap::translate(const FileSpec &cu_spec, in translate() argument
163 result[0] = cu_spec; in translate()