Home
last modified time | relevance | path

Searched refs:MemtagGlobalDescriptors (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h1432 class MemtagGlobalDescriptors final : public SyntheticSection {
1434 MemtagGlobalDescriptors(Ctx &ctx) in MemtagGlobalDescriptors() function
1519 std::unique_ptr<MemtagGlobalDescriptors> memtagGlobalDescriptors;
H A DSyntheticSections.cpp4685 bool MemtagGlobalDescriptors::updateAllocSize(Ctx &ctx) { in updateAllocSize()
4693 void MemtagGlobalDescriptors::writeTo(uint8_t *buf) { in writeTo()
4697 size_t MemtagGlobalDescriptors::getSize() const { in getSize()
4816 std::make_unique<MemtagGlobalDescriptors>(ctx); in createSyntheticSections()