Home
last modified time | relevance | path

Searched refs:Patch (Results 1 – 25 of 34) sorted by relevance

12

/llvm-project-15.0.7/bolt/lib/Passes/
H A DPatchEntries.cpp76 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 DDebugData.h706 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 Dpr12104.h1 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 Dpr12104.cpp5 template struct Patch<1>; variable
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DPreamble.cpp648 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 DParsedAST.cpp378 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 DCodeComplete.cpp1208 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 DDebugData.cpp820 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 DBinarySection.cpp135 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 DREADME.rst15 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 DPatchEntries.h26 struct Patch { struct
/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DGnu.h166 int Major, Minor, Patch; member
178 return isOlderThan(RHS.Major, RHS.Minor, RHS.Patch, RHS.PatchSuffix);
H A DGnu.cpp1880 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 DFormatIssues.csv1 Number,Name,Assignee,Patch,Status,First released version
H A DFormatPaper.csv1 Section,Description,Dependencies,Assignee,Patch,Status,First released version
/llvm-project-15.0.7/polly/lib/External/isl/doc/
H A DSubmittingPatches23 Patch:
/llvm-project-15.0.7/llvm/include/llvm/Config/
H A Dllvm-config.h.cmake75 /* Patch version of the LLVM API */
/llvm-project-15.0.7/utils/bazel/llvm_configs/
H A Dllvm-config.h.cmake75 /* Patch version of the LLVM API */
/llvm-project-15.0.7/llvm/lib/Target/SPIRV/MCTargetDesc/
H A DSPIRVBaseInfo.h471 Patch = 15, enumerator
H A DSPIRVBaseInfo.cpp631 CASE(Decoration, Patch) in getDecorationName()
/llvm-project-15.0.7/llvm/docs/
H A DContributing.rst53 How to Submit a Patch
H A DXRay.rst249 // Patch the sleds, if we haven't yet.
H A DCodeReview.rst134 LGTM - How a Patch Is Accepted
/llvm-project-15.0.7/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp1217 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 DCompilerInvocation.cpp3375 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()

12