/llvm-project/bolt/include/bolt/Passes/ |
H A D | PatchEntries.h | 26 struct Patch { struct 34 explicit PatchEntries() : BinaryFunctionPass(false) {} in PatchEntries() argument
|
/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
H A D | OutputSections.cpp | 308 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 D | DWARFLinkerImpl.cpp | 1007 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 D | DWARFLinkerCompileUnit.cpp | 339 ->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 D | DWARFLinkerTypeUnit.cpp | 169 [&](DebugTypeDeclFilePatch &Patch) { in prepareDataForTreeCreation() argument
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | pr12104.h | 1 template <int dimm> struct Patch { struct 5 const unsigned int Patch<dim>::no_neighbor; argument
|
H A D | pr12104.cpp | 5 template struct Patch<1>; variable
|
/llvm-project/llvm/unittests/IR/ |
H A D | CoreBindings.cpp | 19 unsigned Major, Minor, Patch; in TEST() local
|
/llvm-project/clang/unittests/Driver/ |
H A D | GCCVersionTest.cpp | 29 int Major, Minor, Patch; global() member
|
/llvm-project/llvm/lib/DWARFLinker/Classic/ |
H A D | DWARFStreamer.cpp | 476 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 D | DWARFLinker.cpp | 1518 DIE::value_iterator Patch = cloneScalarAttribute() local
|
/llvm-project/bolt/lib/Rewrite/ |
H A D | BuildIDRewriter.cpp | 102 SmallVector<char, 1> Patch = {static_cast<char>(LastByte ^ 1)}; in postEmitFinalizer() local
|
/llvm-project/llvm/docs/ |
H A D | DeveloperPolicy.rst | 109 code reviewMaking and Submitting a Patch global() argument
|
/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | Gnu.h | 167 int Major, Minor, Patch; global() member
|
H A D | Clang.cpp | 7013 unsigned Patch = GNUCVer.getSubminor().value_or(0); ConstructJob() local
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | ParsedAST.cpp | 449 std::optional<PreamblePatch> Patch; build() local
|
H A D | Preamble.cpp | 822 llvm::raw_string_ostream Patch(PP.PatchContents); create() local [all...] |
H A D | CodeComplete.cpp | 1326 const std::optional<PreamblePatch> Patch; global() member
|
/llvm-project/clang/lib/Frontend/ |
H A D | CompilerInvocation.cpp | 3575 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 D | ELFDumper.cpp | 5470 uint32_t Major = Words[1], Minor = Words[2], Patch = Words[3]; getGNUAbiTag() local
|
/llvm-project/llvm/lib/IR/ |
H A D | Core.cpp | 70 LLVMGetVersion(unsigned * Major,unsigned * Minor,unsigned * Patch) LLVMGetVersion() argument
|