Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DSymbols.cpp75 static bool LookForDsymNextToExecutablePath(const ModuleSpec &mod_spec, in LookForDsymNextToExecutablePath() argument
96 FileAtPathContainsArchAndUUID(dsym_fspec, mod_spec.GetArchitecturePtr(), in LookForDsymNextToExecutablePath()
97 mod_spec.GetUUIDPtr())) { in LookForDsymNextToExecutablePath()
113 mod_spec.GetArchitecturePtr(), in LookForDsymNextToExecutablePath()
114 mod_spec.GetUUIDPtr())) { in LookForDsymNextToExecutablePath()
128 ModuleSpec mutable_mod_spec = mod_spec; in LookForDsymNextToExecutablePath()