Home
last modified time | relevance | path

Searched refs:memtagGlobalDescriptors (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp1529 if (ctx.mainPart->memtagGlobalDescriptors->isNeeded()) { in computeContents()
1531 *ctx.mainPart->memtagGlobalDescriptors); in computeContents()
1533 ctx.mainPart->memtagGlobalDescriptors->getSize()); in computeContents()
4815 part.memtagGlobalDescriptors = in createSyntheticSections()
4817 add(*part.memtagGlobalDescriptors); in createSyntheticSections()
H A DSyntheticSections.h1519 std::unique_ptr<MemtagGlobalDescriptors> memtagGlobalDescriptors; member
H A DWriter.cpp1590 if (part.memtagGlobalDescriptors) in finalizeAddressDependentContent()
1591 changed |= part.memtagGlobalDescriptors->updateAllocSize(ctx); in finalizeAddressDependentContent()
H A DRelocations.cpp1846 ctx.mainPart->memtagGlobalDescriptors->addSymbol(sym); in postScanRelocations()