Searched refs:BuildDir (Results 1 – 12 of 12) sorted by relevance
| /llvm-project-15.0.7/llvm/utils/release/ |
| H A D | test-release.sh | 44 BuildDir="`pwd`" 128 BuildDir="$1" 285 BuildDir=$BuildDir/$RC 286 mkdir -p $BuildDir 287 cd $BuildDir 290 LogDir=$BuildDir/logs 332 SrcDir=$BuildDir/llvm-project 360 cd $BuildDir 415 cd $BuildDir 445 cd $BuildDir [all …]
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | Headers.h | 210 const format::FormatStyle &Style, StringRef BuildDir, in IncludeInserter() argument 212 : FileName(FileName), Code(Code), BuildDir(BuildDir), in IncludeInserter() 253 StringRef BuildDir; variable
|
| H A D | ParsedAST.cpp | 553 auto BuildDir = VFS->getCurrentWorkingDirectory(); in build() local 554 if (Inputs.Index && !BuildDir.getError()) { in build() 558 Filename, Inputs.Contents, Style, BuildDir.get(), in build()
|
| H A D | Headers.cpp | 339 InsertedHeader.File, BuildDir, IncludingFile, &IsSystem); in calculateIncludePath()
|
| /llvm-project-15.0.7/clang/tools/libclang/ |
| H A D | CXCompilationDatabase.cpp | 11 clang_CompilationDatabase_fromDirectory(const char *BuildDir, in clang_CompilationDatabase_fromDirectory() argument 18 CompilationDatabase::loadFromDirectory(BuildDir, ErrorMsg); in clang_CompilationDatabase_fromDirectory()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-apply-replacements/lib/Tooling/ |
| H A D | ApplyReplacements.cpp | 157 const llvm::Optional<std::string> BuildDir) { in groupReplacements() argument 161 if (BuildDir) in groupReplacements() 162 SM.getFileManager().getFileSystemOpts().WorkingDir = std::move(*BuildDir); in groupReplacements()
|
| /llvm-project-15.0.7/clang/include/clang-c/ |
| H A D | CXCompilationDatabase.h | 79 clang_CompilationDatabase_fromDirectory(const char *BuildDir,
|
| /llvm-project-15.0.7/llvm/utils/ |
| H A D | bugpoint_gisel_reducer.py | 111 build_dir = check_path(args.BuildDir)
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/unittests/ |
| H A D | XRefsTests.cpp | 1477 std::string BuildDir = testPath("build"); in TEST() local 1478 MockCompilationDatabase CDB(BuildDir, RelPathPrefix); in TEST()
|
| H A D | GlobalCompilationDatabaseTests.cpp | 297 TEST(GlobalCompilationDatabaseTest, BuildDir) { in TEST() argument
|
| /llvm-project-15.0.7/lldb/docs/use/ |
| H A D | symbols.rst | 245 file path. For instance, the files may be in /BuildDir/SheetApp/SheetApp-37
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 2963 auto BuildDir = PP.getFileManager().getDirectory(Blob); in ReadControlBlock() local 2964 if (!BuildDir || *BuildDir != M->Directory) { in ReadControlBlock()
|