Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Symbol/
H A DLocateSymbolFile.cpp63 (spec.GetArchitecturePtr() && in FileAtPathContainsArchAndUUID()
100 FileAtPathContainsArchAndUUID(dsym_fspec, mod_spec.GetArchitecturePtr(), in LookForDsymNextToExecutablePath()
117 mod_spec.GetArchitecturePtr(), in LookForDsymNextToExecutablePath()
212 const ArchSpec *arch = module_spec.GetArchitecturePtr(); in LocateExecutableSymbolFileDsym()
237 const ArchSpec *arch = module_spec.GetArchitecturePtr(); in LocateExecutableObjectFile()
H A DLocateSymbolFileMacOSX.cpp62 const ArchSpec *arch = module_spec.GetArchitecturePtr(); in LocateMacOSXFilesUsingDebugSymbols()
320 (spec.GetArchitecturePtr() && in FindSymbolFileInBundle()
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DModuleSpec.h81 ArchSpec *GetArchitecturePtr() { in GetArchitecturePtr() function
85 const ArchSpec *GetArchitecturePtr() const { in GetArchitecturePtr() function
247 if (match_module_spec.GetArchitecturePtr()) { in Matches()
345 if (module_spec.GetArchitecturePtr()) { in FindMatchingModuleSpec()
370 if (module_spec.GetArchitecturePtr() && in FindMatchingModuleSpecs()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp327 sym_spec.GetArchitecturePtr()); in ResolveSymbolFile()