Home
last modified time | relevance | path

Searched refs:Win (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/Dialect/Utils/
H A DStructuredOpsUtils.h160 struct Win : public IteratorType { struct
161 Win() : IteratorType(getWindowIteratorTypeName()) {} in Win() argument
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Breakpad/
H A DBreakpadRecords.cpp32 Win, enumerator
52 .Case("WIN", Token::Win) in stringTo()
147 case Token::Win: in classify()
165 case Token::Win: in classify()
492 if (consume<Token>(Line) != Token::Win) in parse()
/llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/tools/lldb-vscode/
H A DBUILD.gn36 # FIXME: link in //lldb/source/Host on Win (and netbsd)
/llvm-project-15.0.7/polly/cmake/
H A DCMakeLists.txt26 # LLVMPolly is a dummy target on Win or if PIC code is disabled.
/llvm-project-15.0.7/llvm/unittests/Support/
H A DPath.cpp1458 SmallString<64> Win(std::get<0>(T)); in TEST() local
1459 SmallString<64> Posix(Win); in TEST()
1460 SmallString<64> WinSlash(Win); in TEST()
1461 path::native(Win, path::Style::windows); in TEST()
1464 EXPECT_EQ(std::get<1>(T), Win); in TEST()
/llvm-project-15.0.7/lldb/cmake/modules/
H A DAddLLDB.cmake72 #PIC not needed on Win