Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/WindowsResource/
H A DResourceProcessor.h26 using PathType = SmallVector<char, 64>;
33 void addInclude(const PathType &IncludePath) { in addInclude()
44 std::vector<PathType> IncludeList;
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBHostOS.h24 static lldb::SBFileSpec GetLLDBPath(lldb::PathType path_type);
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBHostOS.cpp46 SBFileSpec SBHostOS::GetLLDBPath(lldb::PathType path_type) { in GetLLDBPath()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-enumerations.h996 enum PathType { enum