Home
last modified time | relevance | path

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

/freebsd-src/contrib/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.cpp1009 __anon562ca1111b02(DebugStrPatch &Patch) forEachOutputString() argument
1013 __anon562ca1111c02(DebugLineStrPatch &Patch) forEachOutputString() argument
1025 __anon562ca1111f02(DebugStrPatch &Patch) forEachOutputString() argument
1029 __anon562ca1112002(DebugLineStrPatch &Patch) forEachOutputString() argument
1033 __anon562ca1112102(DebugTypeStrPatch &Patch) forEachOutputString() argument
1041 __anon562ca1112202(DebugTypeLineStrPatch &Patch) forEachOutputString() argument
[all...]
H A DDWARFLinkerCompileUnit.cpp337 __anonc1a53be80102(DebugDieRefPatch &Patch) updateDieRefPatchesWithClonedOffsets() argument
346 __anonc1a53be80202(DebugULEB128DieRefPatch &Patch) updateDieRefPatchesWithClonedOffsets() argument
358 __anonc1a53be80302(DebugULEB128DieRefPatch &Patch) updateDieRefPatchesWithClonedOffsets() argument
370 __anonc1a53be80402(DebugULEB128DieRefPatch &Patch) updateDieRefPatchesWithClonedOffsets() argument
467 __anonc1a53be80502(DebugLocPatch &Patch) emitLocations() argument
707 __anonc1a53be80602(DebugRangePatch &Patch) cloneAndEmitRangeList() argument
[all...]
H A DDWARFLinkerTypeUnit.cpp169 [&](DebugTypeDeclFilePatch &Patch) { in prepareDataForTreeCreation()
/freebsd-src/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp477 PatchLocation Patch) { in emitDwarfDebugRangesTableFragment() argument
543 PatchLocation Patch, DebugDieValuePool &AddrPool) { in emitDwarfDebugRangeListFragment() argument
566 PatchLocation Patch, DebugDieValuePool &AddrPool) { in emitDwarfDebugRngListsTableFragment() argument
642 PatchLocation Patch, DebugDieValuePool &AddrPool) { in emitDwarfDebugLocListFragment() argument
669 emitDwarfDebugLocTableFragment(const CompileUnit & Unit,const DWARFLocationExpressionsVector & LinkedLocationExpression,PatchLocation Patch) emitDwarfDebugLocTableFragment() argument
760 emitDwarfDebugLocListsTableFragment(const CompileUnit & Unit,const DWARFLocationExpressionsVector & LinkedLocationExpression,PatchLocation Patch,DebugDieValuePool & AddrPool) emitDwarfDebugLocListsTableFragment() argument
[all...]
H A DDWARFLinker.cpp1515 DIE::value_iterator Patch = cloneScalarAttribute() local
/freebsd-src/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DGnu.h167 int Major, Minor, Patch; member
H A DClang.cpp6885 unsigned Patch = GNUCVer.getSubminor().value_or(0); ConstructJob() local
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp3446 unsigned Patch = Opts.GNUCVersion % 100; GenerateLangArgs() local
3833 unsigned Patch = GNUCVer.getSubminor().value_or(0); ParseLangArgs() local
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp5292 uint32_t Major = Words[1], Minor = Words[2], Patch = Words[3]; getGNUAbiTag() local
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp64 LLVMGetVersion(unsigned * Major,unsigned * Minor,unsigned * Patch) LLVMGetVersion() argument