reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/BinaryFormat/MachO.h
  172   LAST_KNOWN_SECTION_TYPE = S_THREAD_LOCAL_INIT_FUNCTION_POINTERS
lib/MC/MCObjectFileInfo.cpp
   99       "__DATA", "__thread_init", MachO::S_THREAD_LOCAL_INIT_FUNCTION_POINTERS,
lib/MC/MCParser/DarwinAsmParser.cpp
  443                          MachO::S_THREAD_LOCAL_INIT_FUNCTION_POINTERS);
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileYAML.cpp
  217                         llvm::MachO::S_THREAD_LOCAL_INIT_FUNCTION_POINTERS);
tools/llvm-objdump/MachODump.cpp
 8717     else if (section_type == MachO::S_THREAD_LOCAL_INIT_FUNCTION_POINTERS)
tools/llvm-readobj/MachODumper.cpp
  239   { "ThreadLocalInitFunctionPointers", MachO::S_THREAD_LOCAL_INIT_FUNCTION_POINTERS }