Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Core/
H A DBinarySection.cpp200 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 DClangReorderFields.cpp47 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 DClangChangeNamespace.cpp63 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 DClangRename.cpp72 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 DClangFormat.cpp98 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 DBinarySection.h126 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 DClangRefactor.cpp44 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 DClangFormat.rst73 -i - Inplace edit <file>s, if specified.