Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/WindowsResource/
DResourceProcessor.h25 using PathType = SmallVector<char, 64>;
32 void addInclude(const PathType &IncludePath) { in addInclude()
43 std::vector<PathType> IncludeList;
/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
DSBHostOS.cpp48 SBFileSpec SBHostOS::GetLLDBPath(lldb::PathType path_type) { in GetLLDBPath()
50 (lldb::PathType), path_type); in GetLLDBPath()
187 (lldb::PathType)); in RegisterMethods()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
DDFAJumpThreading.cpp351 typedef std::deque<BasicBlock *> PathType; typedef
352 typedef std::vector<PathType> PathsType;
365 inline raw_ostream &operator<<(raw_ostream &OS, const PathType &Path) { in operator <<()
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()
[all …]
/freebsd-12-stable/contrib/llvm-project/lldb/bindings/interface/
DSBHostOS.i25 GetLLDBPath (lldb::PathType path_type);
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/API/
DSBHostOS.h23 static lldb::SBFileSpec GetLLDBPath(lldb::PathType path_type);
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/
Dlldb-enumerations.h1000 enum PathType { enum
/freebsd-12-stable/contrib/llvm-project/lldb/docs/
Dpython_api_enums.rst1270 PathType section in Enumerators
/freebsd-12-stable/lib/clang/liblldb/
DLLDBWrapLua.cpp29040 lldb::PathType arg1 ; in _wrap_SBHostOS_GetLLDBPath()
29045 arg1 = (lldb::PathType)(int)lua_tonumber(L, 1); in _wrap_SBHostOS_GetLLDBPath()