| /llvm-project-15.0.7/bolt/lib/Passes/ |
| H A D | PatchEntries.cpp | 76 std::vector<Patch> PendingPatches; in runOnFunctions() 88 PendingPatches.emplace_back(Patch{Symbol, Function.getAddress() + Offset, in runOnFunctions() 111 for (Patch &Patch : PendingPatches) { in runOnFunctions() 113 NameResolver::append(Patch.Symbol->getName(), ".org.0")); in runOnFunctions() 115 PatchFunction->setOutputAddress(Patch.Address); in runOnFunctions() 116 PatchFunction->setFileOffset(Patch.FileOffset); in runOnFunctions() 117 PatchFunction->setOriginSection(Patch.Section); in runOnFunctions() 120 BC.MIB->createLongTailCall(Seq, Patch.Symbol, BC.Ctx.get()); in runOnFunctions()
|
| /llvm-project-15.0.7/bolt/include/bolt/Core/ |
| H A D | DebugData.h | 706 struct Patch { struct 710 static bool classof(const Patch *Writer) { in classof() argument 718 struct DebugPatch64to32 : public Patch { argument 725 static bool classof(const Patch *Writer) { in classof() 731 struct DebugPatch32 : public Patch { 738 static bool classof(const Patch *Writer) { in classof() 760 struct DebugPatch64 : public Patch { 786 struct DebugPatchReference : public Patch { 830 struct NewDebugEntry : public Patch { 905 void operator()(Patch *P) const { in operator() [all …]
|
| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | pr12104.h | 1 template <int dimm> struct Patch { struct 5 const unsigned int Patch<dim>::no_neighbor; argument 8 f(Patch<1>::no_neighbor); in g()
|
| H A D | pr12104.cpp | 5 template struct Patch<1>; variable
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | Preamble.cpp | 648 llvm::raw_string_ostream Patch(PP.PatchContents); in create() local 650 Patch << "#line 0 \""; in create() 653 escapeBackslashAndQuotes(FileName, Patch); in create() 654 Patch << "\"\n"; in create() 681 Patch << llvm::formatv("#line {0}\n", LineCol.first); in create() 682 Patch << llvm::formatv( in create() 700 Patch << "#line " << TD.DirectiveLine << '\n'; in create() 701 Patch << TD.Text << '\n'; in create() 704 dlog("Created preamble patch: {0}", Patch.str()); in create() 705 Patch.flush(); in create()
|
| H A D | ParsedAST.cpp | 378 llvm::Optional<PreamblePatch> Patch; in build() local 385 Patch = PreamblePatch::createFullPatch(Filename, Inputs, *Preamble); in build() 386 Patch->apply(*CI); in build() 387 PreserveDiags = Patch->preserveDiagnostics(); in build() 578 Includes.MainFileIncludes = Patch->preambleIncludes(); in build() 580 ReplayPreamble::attach(Patch->preambleIncludes(), *Clang, in build() 581 Patch->modifiedBounds()); in build()
|
| H A D | CodeComplete.cpp | 1208 const llvm::Optional<PreamblePatch> Patch; member 1280 if (Input.Patch) in semaCodeComplete() 1281 Input.Patch->apply(*CI); in semaCodeComplete()
|
| /llvm-project-15.0.7/bolt/lib/Core/ |
| H A D | DebugData.cpp | 820 for (const auto &Patch : Patches) { in patchBinary() local 821 uint32_t Offset = Patch.first; in patchBinary() 862 Patch *P = PatchBase.get(); in computeNewOffsets() 942 Patch *P = PatchBase.get(); in patchBinary() 1020 auto &Patch = LengthPatches.back(); in patchBinary() local 1027 Patch.second = NewCUOffset - 4 - Patch.first; in patchBinary() 1055 auto &Patch = LengthPatches.back(); in patchBinary() local 1056 Patch.second = NewBinaryContents.size() - 4 - Patch.first; in patchBinary() 1060 Offset = Patch.first; in patchBinary() 1219 if (Patch != UnitPatches.end()) { in addUnitAbbreviations() [all …]
|
| H A D | BinarySection.cpp | 135 for (BinaryPatch &Patch : Patches) in flushPendingRelocations() 136 OS.pwrite(Patch.Bytes.data(), Patch.Bytes.size(), in flushPendingRelocations() 137 SectionFileOffset + Patch.Offset); in flushPendingRelocations()
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/postmortem/FreeBSDKernel/tools/ |
| H A D | README.rst | 15 3. Patch libfbsdvmcore using ``libfbsdvmcore-hacks.patch`` and build LLDB 18 4. Patch LLDB using ``lldb-minimize-processes.patch`` and build it.
|
| /llvm-project-15.0.7/bolt/include/bolt/Passes/ |
| H A D | PatchEntries.h | 26 struct Patch { struct
|
| /llvm-project-15.0.7/clang/lib/Driver/ToolChains/ |
| H A D | Gnu.h | 166 int Major, Minor, Patch; member 178 return isOlderThan(RHS.Major, RHS.Minor, RHS.Patch, RHS.PatchSuffix);
|
| H A D | Gnu.cpp | 1880 if (Patch != RHSPatch) { in isOlderThan() 1885 if (Patch == -1) in isOlderThan() 1889 return Patch < RHSPatch; in isOlderThan() 1947 if (PatchText.slice(0, EndNumber).getAsInteger(10, GoodVersion.Patch) || in Parse() 1948 GoodVersion.Patch < 0) in Parse()
|
| /llvm-project-15.0.7/libcxx/docs/Status/ |
| H A D | FormatIssues.csv | 1 Number,Name,Assignee,Patch,Status,First released version
|
| H A D | FormatPaper.csv | 1 Section,Description,Dependencies,Assignee,Patch,Status,First released version
|
| /llvm-project-15.0.7/polly/lib/External/isl/doc/ |
| H A D | SubmittingPatches | 23 Patch:
|
| /llvm-project-15.0.7/llvm/include/llvm/Config/ |
| H A D | llvm-config.h.cmake | 75 /* Patch version of the LLVM API */
|
| /llvm-project-15.0.7/utils/bazel/llvm_configs/ |
| H A D | llvm-config.h.cmake | 75 /* Patch version of the LLVM API */
|
| /llvm-project-15.0.7/llvm/lib/Target/SPIRV/MCTargetDesc/ |
| H A D | SPIRVBaseInfo.h | 471 Patch = 15, enumerator
|
| H A D | SPIRVBaseInfo.cpp | 631 CASE(Decoration, Patch) in getDecorationName()
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | Contributing.rst | 53 How to Submit a Patch
|
| H A D | XRay.rst | 249 // Patch the sleds, if we haven't yet.
|
| H A D | CodeReview.rst | 134 LGTM - How a Patch Is Accepted
|
| /llvm-project-15.0.7/llvm/lib/DWARFLinker/ |
| H A D | DWARFLinker.cpp | 1217 PatchLocation Patch = in cloneScalarAttribute() local 1221 Unit.noteRangeAttribute(Die, Patch); in cloneScalarAttribute() 1231 Unit.noteLocationAttribute(Patch, Info.PCOffset); in cloneScalarAttribute()
|
| /llvm-project-15.0.7/clang/lib/Frontend/ |
| H A D | CompilerInvocation.cpp | 3375 unsigned Patch = Opts.GNUCVersion % 100; in GenerateLangArgs() local 3377 Twine(Major) + "." + Twine(Minor) + "." + Twine(Patch), SA); in GenerateLangArgs() 3745 unsigned Patch = GNUCVer.getSubminor().value_or(0); in ParseLangArgs() local 3746 if (Invalid || GNUCVer.getBuild() || Minor >= 100 || Patch >= 100) { in ParseLangArgs() 3750 Opts.GNUCVersion = Major * 100 * 100 + Minor * 100 + Patch; in ParseLangArgs()
|