Searched refs:Inplace (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/bolt/lib/Core/ |
| H A D | BinarySection.cpp | 200 BinarySection::reorderRelocations(bool Inplace) const { in reorderRelocations() 210 if ((!BD->isMoved() && !Inplace) || BD->isJumpTable()) in reorderRelocations() 227 bool Inplace) { in reorderContents() argument 230 Relocations = reorderRelocations(Inplace); in reorderContents() 237 assert((BD->isMoved() || !Inplace) && !BD->isJumpTable()); in reorderContents()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-reorder-fields/tool/ |
| H A D | ClangReorderFields.cpp | 47 static cl::opt<bool> Inplace("i", cl::desc("Overwrite edited files."), variable 70 if (Inplace) in main()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-change-namespace/tool/ |
| H A D | ClangChangeNamespace.cpp | 63 cl::opt<bool> Inplace("i", cl::desc("Inplace edit <file>s, if specified."), variable 142 if (Inplace) in main()
|
| /llvm-project-15.0.7/clang/tools/clang-rename/ |
| H A D | ClangRename.cpp | 72 static cl::opt<bool> Inplace("i", cl::desc("Overwrite edited <file>s."), variable 190 if (Inplace) { in main()
|
| /llvm-project-15.0.7/clang/tools/clang-format/ |
| H A D | ClangFormat.cpp | 98 static cl::opt<bool> Inplace("i", variable 401 if (!OutputXML && Inplace && FileName == "-") { in format() 408 !OutputXML && Inplace ? MemoryBuffer::getFileAsStream(FileName) in format() 519 if (Inplace) { in format()
|
| /llvm-project-15.0.7/bolt/include/bolt/Core/ |
| H A D | BinarySection.h | 126 RelocationSetType reorderRelocations(bool Inplace) const; 436 void reorderContents(const std::vector<BinaryData *> &Order, bool Inplace);
|
| /llvm-project-15.0.7/clang/tools/clang-refactor/ |
| H A D | ClangRefactor.cpp | 44 static cl::opt<bool> Inplace("i", cl::desc("Inplace edit <file>s"), variable 500 if (opts::Inplace) { in applySourceChanges()
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | ClangFormat.rst | 73 -i - Inplace edit <file>s, if specified.
|