Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DWARFLinkerParallel/
H A DDWARFEmitterImpl.h
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp
H A DDWARFLinker.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.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()
H A DDWARFLinker.cpp1532 DIE::value_iterator Patch = in cloneScalarAttribute() local
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
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()
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()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp3616 unsigned Patch = Opts.GNUCVersion % 100; in GenerateLangArgs() local
4008 unsigned Patch = GNUCVer.getSubminor().value_or(0); in ParseLangArgs() local
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp7102 unsigned Patch = GNUCVer.getSubminor().value_or(0); in ConstructJob() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp5470 uint32_t Major = Words[1], Minor = Words[2], Patch = Words[3]; in getGNUAbiTag() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp70 void LLVMGetVersion(unsigned *Major, unsigned *Minor, unsigned *Patch) { in LLVMGetVersion()