Searched refs:PathType (Results 1 – 9 of 9) sorted by relevance
25 using PathType = SmallVector<char, 64>;32 void addInclude(const PathType &IncludePath) { in addInclude()43 std::vector<PathType> IncludeList;
48 SBFileSpec SBHostOS::GetLLDBPath(lldb::PathType path_type) { in GetLLDBPath()50 (lldb::PathType), path_type); in GetLLDBPath()187 (lldb::PathType)); in RegisterMethods()
351 typedef std::deque<BasicBlock *> PathType; typedef352 typedef std::vector<PathType> PathsType;397 const PathType &getPath() const { return Path; } in getPath()398 void setPath(const PathType &NewPath) { Path = NewPath; } in setPath()405 PathType Path;570 for (PathType Path : LoopPaths) { in run()643 for (PathType Path : SuccPaths) { in paths()644 PathType NewPath(Path); in paths()729 PathType PathBBs = TPath.getPath(); in isLegalAndProfitableToTransform()834 PathType NewPath(TPath.getPath()); in createAllExitPaths()[all …]
25 GetLLDBPath (lldb::PathType path_type);
23 static lldb::SBFileSpec GetLLDBPath(lldb::PathType path_type);
107 if(-Not (Test-Path .\${LIBRESSL}.tar.gz -PathType leaf)) {111 if(-Not (Test-Path .\${LIBRESSL}.tar.gz.asc -PathType leaf)) {
1000 enum PathType { enum
1270 PathType section in Enumerators
29040 lldb::PathType arg1 ; in _wrap_SBHostOS_GetLLDBPath()29045 arg1 = (lldb::PathType)(int)lua_tonumber(L, 1); in _wrap_SBHostOS_GetLLDBPath()