Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_globals.cpp20 enum { NT_LLVM_HWASAN_GLOBALS = 3 }; enumerator
70 if (nhdr->n_type != NT_LLVM_HWASAN_GLOBALS || in HwasanGlobalsFor()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1711 NT_LLVM_HWASAN_GLOBALS = 3, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp574 ConstantInt::get(Int32Ty, ELF::NT_LLVM_HWASAN_GLOBALS), // n_type in createHwasanCtorComdat()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp142 ECase(NT_LLVM_HWASAN_GLOBALS); in enumeration()