Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/WindowsResource/
H A DResourceProcessor.h25 using PathType = SmallVector<char, 64>;
32 void addInclude(const PathType &IncludePath) { in addInclude()
43 std::vector<PathType> IncludeList;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDFAJumpThreading.cpp313 typedef std::deque<BasicBlock *> PathType; typedef
314 typedef std::vector<PathType> PathsType;
367 PathType Path;
519 for (PathType Path : LoopPaths) { in run()
588 for (const PathType &Path : SuccPaths) { in paths()
589 PathType NewPath(Path); in paths()
613 for (const PathType &Path : LoopPaths) { in getStateDefMap()
686 PathType Path = TPath.getPath(); in isSupported()
746 PathType PathBBs = TPath.getPath(); in isLegalAndProfitableToTransform()
863 PathType NewPath(TPath.getPath()); in createAllExitPaths()
[all …]
/freebsd/contrib/libfido2/windows/
H A Dcygwin.ps143 if (-Not (Test-Path ${Cygwin}\${Setup} -PathType leaf)) {
47 if (-Not (Test-Path ${Cygwin}\${Setup}.sig -PathType leaf)) {
H A Dbuild.ps1110 if (-Not (Test-Path .\${LIBRESSL}.tar.gz -PathType leaf)) {
114 if (-Not (Test-Path .\${LIBRESSL}.tar.gz.asc -PathType leaf)) {
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBHostOS.h23 static lldb::SBFileSpec GetLLDBPath(lldb::PathType path_type);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBHostOS.cpp46 SBFileSpec SBHostOS::GetLLDBPath(lldb::PathType path_type) { in GetLLDBPath()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h1075 enum PathType { enum
/freebsd/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst1273 PathType subsection
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp31475 lldb::PathType arg1 ; in _wrap_SBHostOS_GetLLDBPath()
31480 arg1 = (lldb::PathType)lua_tointeger(L, 1); in _wrap_SBHostOS_GetLLDBPath()