Searched refs:PathType (Results 1 – 7 of 7) sorted by relevance
25 using PathType = SmallVector<char, 64>;32 void addInclude(const PathType &IncludePath) { in addInclude()43 std::vector<PathType> IncludeList;
354 typedef std::deque<BasicBlock *> PathType; typedef355 typedef std::vector<PathType> PathsType;368 inline raw_ostream &operator<<(raw_ostream &OS, const PathType &Path) { in operator <<()400 const PathType &getPath() const { return Path; } in getPath()401 void setPath(const PathType &NewPath) { Path = NewPath; } in setPath()408 PathType Path;559 for (PathType Path : LoopPaths) { in run()628 for (PathType Path : SuccPaths) { in paths()629 PathType NewPath(Path); in paths()653 for (const PathType &Path : LoopPaths) { in getStateDefMap()[all …]
25 GetLLDBPath (lldb::PathType path_type);
23 static lldb::SBFileSpec GetLLDBPath(lldb::PathType path_type);
46 SBFileSpec SBHostOS::GetLLDBPath(lldb::PathType path_type) { in GetLLDBPath()
1034 enum PathType { enum
1271 PathType section in Enumerators