Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/API/
H A DSBHostOS.cpp46 SBFileSpec SBHostOS::GetLLDBPath(lldb::PathType path_type) { in GetLLDBPath() argument
47 LLDB_INSTRUMENT_VA(path_type); in GetLLDBPath()
50 switch (path_type) { in GetLLDBPath()
/llvm-project-15.0.7/lldb/test/API/functionalities/paths/
H A DTestPaths.py30 for path_type in dir_path_types:
31 f = lldb.SBHostOS.GetLLDBPath(path_type)
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBHostOS.i25 GetLLDBPath (lldb::PathType path_type);
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBHostOS.h23 static lldb::SBFileSpec GetLLDBPath(lldb::PathType path_type);