Home
last modified time | relevance | path

Searched refs:SHT_AARCH64_MEMTAG_GLOBALS_STATIC (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DAArch64.cpp990 assert(sec.type == SHT_AARCH64_MEMTAG_GLOBALS_STATIC); in addTaggedSymbolReferences()
1040 if (!section || section->type != SHT_AARCH64_MEMTAG_GLOBALS_STATIC || in createTaggedSymbols()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64ELFObjectWriter.cpp481 ELF::SHT_AARCH64_MEMTAG_GLOBALS_STATIC, 0); in getMemtagRelocsSection()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1114 SHT_AARCH64_MEMTAG_GLOBALS_STATIC = 0x70000007U, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DELF.cpp278 STRINGIFY_ENUM_CASE(ELF, SHT_AARCH64_MEMTAG_GLOBALS_STATIC); in getELFSectionTypeName()
/freebsd/contrib/llvm-project/lld/ELF/
H A DInputFiles.cpp632 if (sec.sh_type == SHT_AARCH64_MEMTAG_GLOBALS_STATIC && in parse()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp723 ECase(SHT_AARCH64_MEMTAG_GLOBALS_STATIC); in enumeration()