Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
HDOutputSections.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 …]
HDDWARFLinkerImpl.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()
HDDWARFLinkerCompileUnit.cpp339 ->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()
HDDWARFLinkerTypeUnit.cpp169 [&](DebugTypeDeclFilePatch &Patch) { in prepareDataForTreeCreation()
/freebsd-head/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
HDDWARFStreamer.cpp477 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()
HDDWARFLinker.cpp1532 DIE::value_iterator Patch = in cloneScalarAttribute() local
/freebsd-head/contrib/llvm-project/clang/lib/Driver/ToolChains/
HDGnu.h167 int Major, Minor, Patch; member
HDClang.cpp7102 unsigned Patch = GNUCVer.getSubminor().value_or(0); in ConstructJob() local
/freebsd-head/contrib/llvm-project/clang/lib/Frontend/
HDCompilerInvocation.cpp3616 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/
HDELFDumper.cpp5470 uint32_t Major = Words[1], Minor = Words[2], Patch = Words[3]; in getGNUAbiTag() local
/freebsd-head/contrib/llvm-project/llvm/lib/IR/
HDCore.cpp70 void LLVMGetVersion(unsigned *Major, unsigned *Minor, unsigned *Patch) { in LLVMGetVersion()