Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolVendor/wasm/
H A DSymbolVendorWasm.cpp88 FileSpecList search_paths = Target::GetDefaultDebugFileSearchPaths(); in CreateInstance()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolVendor/PECOFF/
H A DSymbolVendorPECOFF.cpp88 FileSpecList search_paths = Target::GetDefaultDebugFileSearchPaths(); in CreateInstance()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolVendor/ELF/
H A DSymbolVendorELF.cpp88 FileSpecList search_paths = Target::GetDefaultDebugFileSearchPaths(); in CreateInstance()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolVendor/MacOSX/
H A DSymbolVendorMacOSX.cpp131 FileSpecList search_paths = Target::GetDefaultDebugFileSearchPaths(); in CreateInstance()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDP.cpp279 Target::GetDefaultDebugFileSearchPaths(); in DoConnectRemote()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DTarget.h541 static FileSpecList GetDefaultDebugFileSearchPaths();
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp4151 FileSpecList search_paths = Target::GetDefaultDebugFileSearchPaths(); in GetDwpSymbolFile()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTarget.cpp2517 FileSpecList Target::GetDefaultDebugFileSearchPaths() { in GetDefaultDebugFileSearchPaths() function in Target