Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Symbol/
DLocateSymbolFile.cpp61 (spec.GetArchitecturePtr() && in FileAtPathContainsArchAndUUID()
98 FileAtPathContainsArchAndUUID(dsym_fspec, mod_spec.GetArchitecturePtr(), in LookForDsymNextToExecutablePath()
115 mod_spec.GetArchitecturePtr(), in LookForDsymNextToExecutablePath()
209 const ArchSpec *arch = module_spec.GetArchitecturePtr(); in LocateExecutableSymbolFileDsym()
236 const ArchSpec *arch = module_spec.GetArchitecturePtr(); in LocateExecutableObjectFile()
DLocateSymbolFileMacOSX.cpp58 const ArchSpec *arch = module_spec.GetArchitecturePtr(); in LocateMacOSXFilesUsingDebugSymbols()
296 (spec.GetArchitecturePtr() && in FindSymbolFileInBundle()
/external/llvm-project/lldb/include/lldb/Core/
DModuleSpec.h87 ArchSpec *GetArchitecturePtr() { in GetArchitecturePtr() function
91 const ArchSpec *GetArchitecturePtr() const { in GetArchitecturePtr() function
253 if (match_module_spec.GetArchitecturePtr()) { in Matches()
351 if (module_spec.GetArchitecturePtr()) { in FindMatchingModuleSpec()
376 if (module_spec.GetArchitecturePtr() && in FindMatchingModuleSpecs()
/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/
DPlatformDarwin.cpp200 sym_spec.GetArchitecturePtr()); in ResolveSymbolFile()