Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DLocateSymbolFile.cpp
H A DLocateSymbolFileMacOSX.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/DebugSymbols/
H A DSymbolLocatorDebugSymbols.cpp96 const ArchSpec *arch = module_spec.GetArchitecturePtr(); in LocateExecutableObjectFile()
356 (spec.GetArchitecturePtr() && in FindSymbolFileInBundle()
379 (spec.GetArchitecturePtr() && in FileAtPathContainsArchAndUUID()
415 FileAtPathContainsArchAndUUID(dsym_fspec, mod_spec.GetArchitecturePtr(), in LookForDsymNextToExecutablePath()
432 mod_spec.GetArchitecturePtr(), in LookForDsymNextToExecutablePath()
538 const ArchSpec *arch = module_spec.GetArchitecturePtr(); in LocateMacOSXFilesUsingDebugSymbols()
771 const ArchSpec *arch = module_spec.GetArchitecturePtr(); in LocateExecutableSymbolFile()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/Default/
H A DSymbolLocatorDefault.cpp76 const ArchSpec *arch = module_spec.GetArchitecturePtr(); in LocateExecutableObjectFile()