Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Symbol/
H A DLocateSymbolFile.cpp79 static bool LookForDsymNextToExecutablePath(const ModuleSpec &mod_spec, in LookForDsymNextToExecutablePath() argument
100 FileAtPathContainsArchAndUUID(dsym_fspec, mod_spec.GetArchitecturePtr(), in LookForDsymNextToExecutablePath()
101 mod_spec.GetUUIDPtr())) { in LookForDsymNextToExecutablePath()
117 mod_spec.GetArchitecturePtr(), in LookForDsymNextToExecutablePath()
118 mod_spec.GetUUIDPtr())) { in LookForDsymNextToExecutablePath()
132 ModuleSpec mutable_mod_spec = mod_spec; in LookForDsymNextToExecutablePath()