Home
last modified time | relevance | path

Searched defs:Patch (Results 1 – 21 of 21) sorted by relevance

/llvm-project/bolt/include/bolt/Passes/
H A DPatchEntries.h26 struct Patch { struct
34 explicit PatchEntries() : BinaryFunctionPass(false) {} in PatchEntries() argument
/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DOutputSections.cpp308 Section.ListDebugStrPatch.forEach([&](DebugStrPatch &Patch) { in applyPatches()
315 Section.ListDebugTypeStrPatch.forEach([&](DebugTypeStrPatch &Patch) { in applyPatches()
336 Section.ListDebugLineStrPatch.forEach([&](DebugLineStrPatch &Patch) { in applyPatches()
343 Section.ListDebugTypeLineStrPatch.forEach([&](DebugTypeLineStrPatch &Patch) { in applyPatches()
371 Section.ListDebugRangePatch.forEach([&](DebugRangePatch &Patch) { in applyPatches()
387 Section.ListDebugLocPatch.forEach([&](DebugLocPatch &Patch) { in applyPatches()
396 Section.ListDebugDieRefPatch.forEach([&](DebugDieRefPatch &Patch) { in applyPatches()
414 [&](DebugULEB128DieRefPatch &Patch) { in applyPatches()
420 Section.ListDebugDieTypeRefPatch.forEach([&](DebugDieTypeRefPatch &Patch) { in applyPatches()
435 [&](DebugType2TypeDieRefPatch &Patch) { in applyPatches()
[all …]
H A DDWARFLinkerImpl.cpp1007 OutSection.ListDebugStrPatch.forEach([&](DebugStrPatch &Patch) { in forEachOutputString()
1011 OutSection.ListDebugLineStrPatch.forEach([&](DebugLineStrPatch &Patch) { in forEachOutputString()
1023 OutSection.ListDebugStrPatch.forEach([&](DebugStrPatch &Patch) { in forEachOutputString()
1027 OutSection.ListDebugLineStrPatch.forEach([&](DebugLineStrPatch &Patch) { in forEachOutputString()
1031 OutSection.ListDebugTypeStrPatch.forEach([&](DebugTypeStrPatch &Patch) { in forEachOutputString()
1039 [&](DebugTypeLineStrPatch &Patch) { in forEachOutputString()
H A DDWARFLinkerCompileUnit.cpp339 ->ListDebugDieRefPatch.forEach([&](DebugDieRefPatch &Patch) { in updateDieRefPatchesWithClonedOffsets() argument
348 [&](DebugULEB128DieRefPatch &Patch) { in updateDieRefPatchesWithClonedOffsets() argument
360 [](DebugULEB128DieRefPatch &Patch) { in updateDieRefPatchesWithClonedOffsets() argument
372 __anon1816fba90402(DebugULEB128DieRefPatch &Patch) updateDieRefPatchesWithClonedOffsets() argument
469 __anon1816fba90502(DebugLocPatch &Patch) emitLocations() argument
709 __anon1816fba90602(DebugRangePatch &Patch) cloneAndEmitRangeList() argument
[all...]
H A DDWARFLinkerTypeUnit.cpp169 [&](DebugTypeDeclFilePatch &Patch) { in prepareDataForTreeCreation() argument
/llvm-project/clang/test/CodeGenCXX/
H A Dpr12104.h1 template <int dimm> struct Patch { struct
5 const unsigned int Patch<dim>::no_neighbor; argument
H A Dpr12104.cpp5 template struct Patch<1>; variable
/llvm-project/llvm/unittests/IR/
H A DCoreBindings.cpp19 unsigned Major, Minor, Patch; in TEST() local
/llvm-project/clang/unittests/Driver/
H A DGCCVersionTest.cpp29 int Major, Minor, Patch; global() member
/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp476 emitDwarfDebugRangesTableFragment(const CompileUnit & Unit,const AddressRanges & LinkedRanges,PatchLocation Patch) emitDwarfDebugRangesTableFragment() argument
542 emitDwarfDebugRangeListFragment(const CompileUnit & Unit,const AddressRanges & LinkedRanges,PatchLocation Patch,DebugDieValuePool & AddrPool) emitDwarfDebugRangeListFragment() argument
565 emitDwarfDebugRngListsTableFragment(const CompileUnit & Unit,const AddressRanges & LinkedRanges,PatchLocation Patch,DebugDieValuePool & AddrPool) emitDwarfDebugRngListsTableFragment() argument
641 emitDwarfDebugLocListFragment(const CompileUnit & Unit,const DWARFLocationExpressionsVector & LinkedLocationExpression,PatchLocation Patch,DebugDieValuePool & AddrPool) emitDwarfDebugLocListFragment() argument
668 emitDwarfDebugLocTableFragment(const CompileUnit & Unit,const DWARFLocationExpressionsVector & LinkedLocationExpression,PatchLocation Patch) emitDwarfDebugLocTableFragment() argument
759 emitDwarfDebugLocListsTableFragment(const CompileUnit & Unit,const DWARFLocationExpressionsVector & LinkedLocationExpression,PatchLocation Patch,DebugDieValuePool & AddrPool) emitDwarfDebugLocListsTableFragment() argument
[all...]
H A DDWARFLinker.cpp1518 DIE::value_iterator Patch = cloneScalarAttribute() local
/llvm-project/bolt/lib/Rewrite/
H A DBuildIDRewriter.cpp102 SmallVector<char, 1> Patch = {static_cast<char>(LastByte ^ 1)}; in postEmitFinalizer() local
/llvm-project/llvm/docs/
H A DDeveloperPolicy.rst109 code reviewMaking and Submitting a Patch global() argument
/llvm-project/clang/lib/Driver/ToolChains/
H A DGnu.h167 int Major, Minor, Patch; global() member
H A DClang.cpp7013 unsigned Patch = GNUCVer.getSubminor().value_or(0); ConstructJob() local
/llvm-project/clang-tools-extra/clangd/
H A DParsedAST.cpp449 std::optional<PreamblePatch> Patch; build() local
H A DPreamble.cpp822 llvm::raw_string_ostream Patch(PP.PatchContents); create() local
[all...]
H A DCodeComplete.cpp1326 const std::optional<PreamblePatch> Patch; global() member
/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp3575 unsigned Patch = Opts.GNUCVersion % 100; GenerateLangArgs() local
3967 unsigned Patch = GNUCVer.getSubminor().value_or(0); ParseLangArgs() local
/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp5470 uint32_t Major = Words[1], Minor = Words[2], Patch = Words[3]; getGNUAbiTag() local
/llvm-project/llvm/lib/IR/
H A DCore.cpp70 LLVMGetVersion(unsigned * Major,unsigned * Minor,unsigned * Patch) LLVMGetVersion() argument