Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lld/ELF/
HDSyntheticSections.cpp1476 if (mainPart->memtagGlobalDescriptors->isNeeded()) { in computeContents()
1477 addInSec(DT_AARCH64_MEMTAG_GLOBALS, *mainPart->memtagGlobalDescriptors); in computeContents()
1479 mainPart->memtagGlobalDescriptors->getSize()); in computeContents()
4744 part.memtagGlobalDescriptors = in createSyntheticSections()
4746 add(*part.memtagGlobalDescriptors); in createSyntheticSections()
HDWriter.cpp1503 if (part.memtagGlobalDescriptors) in finalizeAddressDependentContent()
1504 changed |= part.memtagGlobalDescriptors->updateAllocSize(); in finalizeAddressDependentContent()
HDSyntheticSections.h1464 std::unique_ptr<MemtagGlobalDescriptors> memtagGlobalDescriptors; member
HDRelocations.cpp1775 mainPart->memtagGlobalDescriptors->addSymbol(sym); in postScanRelocations()