Home
last modified time | relevance | path

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

/external/llvm-project/lldb/unittests/Symbol/
DLocateSymbolFileTest.cpp32 FileSpecList search_paths = Target::GetDefaultDebugFileSearchPaths(); in TEST_F()
44 FileSpecList search_paths = Target::GetDefaultDebugFileSearchPaths(); in TEST_F()
/external/llvm-project/lldb/source/Plugins/SymbolVendor/wasm/
DSymbolVendorWasm.cpp93 FileSpecList search_paths = Target::GetDefaultDebugFileSearchPaths(); in CreateInstance()
/external/llvm-project/lldb/source/Plugins/SymbolVendor/ELF/
DSymbolVendorELF.cpp94 FileSpecList search_paths = Target::GetDefaultDebugFileSearchPaths(); in CreateInstance()
/external/llvm-project/lldb/source/Plugins/SymbolVendor/MacOSX/
DSymbolVendorMacOSX.cpp137 FileSpecList search_paths = Target::GetDefaultDebugFileSearchPaths(); in CreateInstance()
/external/llvm-project/lldb/source/Plugins/Process/mach-core/
DProcessMachCore.cpp372 FileSpecList search_paths = Target::GetDefaultDebugFileSearchPaths(); in DoLoadCore()
/external/llvm-project/lldb/source/Plugins/Process/MacOSX-Kernel/
DProcessKDP.cpp295 Target::GetDefaultDebugFileSearchPaths(); in DoConnectRemote()
/external/llvm-project/lldb/include/lldb/Target/
DTarget.h508 static FileSpecList GetDefaultDebugFileSearchPaths();
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp3864 FileSpecList search_paths = Target::GetDefaultDebugFileSearchPaths(); in GetDwpSymbolFile()
/external/llvm-project/lldb/source/Target/
DTarget.cpp2335 FileSpecList Target::GetDefaultDebugFileSearchPaths() { in GetDefaultDebugFileSearchPaths() function in Target