Searched defs:Patch (Results 1 – 11 of 11) sorted by relevance
| /freebsd-head/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
| HD | 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 …]
|
| HD | 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()
|
| HD | DWARFLinkerCompileUnit.cpp | 339 ->ListDebugDieRefPatch.forEach([&](DebugDieRefPatch &Patch) { in updateDieRefPatchesWithClonedOffsets() 348 [&](DebugULEB128DieRefPatch &Patch) { in updateDieRefPatchesWithClonedOffsets() 360 [](DebugULEB128DieRefPatch &Patch) { in updateDieRefPatchesWithClonedOffsets() 372 [](DebugULEB128DieRefPatch &Patch) { in updateDieRefPatchesWithClonedOffsets() 467 DebugInfoSection.ListDebugLocPatch.forEach([&](DebugLocPatch &Patch) { in emitLocations() 707 DebugInfoSection.ListDebugRangePatch.forEach([&](DebugRangePatch &Patch) { in cloneAndEmitRangeList()
|
| HD | DWARFLinkerTypeUnit.cpp | 169 [&](DebugTypeDeclFilePatch &Patch) { in prepareDataForTreeCreation()
|
| /freebsd-head/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
| HD | DWARFStreamer.cpp | 477 PatchLocation Patch) { in emitDwarfDebugRangesTableFragment() 543 PatchLocation Patch, DebugDieValuePool &AddrPool) { in emitDwarfDebugRangeListFragment() 566 PatchLocation Patch, DebugDieValuePool &AddrPool) { in emitDwarfDebugRngListsTableFragment() 642 PatchLocation Patch, DebugDieValuePool &AddrPool) { in emitDwarfDebugLocListFragment() 669 PatchLocation Patch) { in emitDwarfDebugLocTableFragment() 760 PatchLocation Patch, DebugDieValuePool &AddrPool) { in emitDwarfDebugLocListsTableFragment()
|
| HD | DWARFLinker.cpp | 1532 DIE::value_iterator Patch = in cloneScalarAttribute() local
|
| /freebsd-head/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| HD | Gnu.h | 167 int Major, Minor, Patch; member
|
| HD | Clang.cpp | 7102 unsigned Patch = GNUCVer.getSubminor().value_or(0); in ConstructJob() local
|
| /freebsd-head/contrib/llvm-project/clang/lib/Frontend/ |
| HD | CompilerInvocation.cpp | 3616 unsigned Patch = Opts.GNUCVersion % 100; in GenerateLangArgs() local 4008 unsigned Patch = GNUCVer.getSubminor().value_or(0); in ParseLangArgs() local
|
| /freebsd-head/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| HD | ELFDumper.cpp | 5470 uint32_t Major = Words[1], Minor = Words[2], Patch = Words[3]; in getGNUAbiTag() local
|
| /freebsd-head/contrib/llvm-project/llvm/lib/IR/ |
| HD | Core.cpp | 70 void LLVMGetVersion(unsigned *Major, unsigned *Minor, unsigned *Patch) { in LLVMGetVersion()
|