Home
last modified time | relevance | path

Searched refs:S_THREAD_LOCAL_INIT_FUNCTION_POINTERS (Results 1 – 12 of 12) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCSectionMachO.h101 S_THREAD_LOCAL_INIT_FUNCTION_POINTERS = 0x15U, enumerator
103 LAST_KNOWN_SECTION_TYPE = S_THREAD_LOCAL_INIT_FUNCTION_POINTERS,
/external/swiftshader/third_party/LLVM/lib/MC/MCParser/
DDarwinAsmParser.cpp289 MCSectionMachO::S_THREAD_LOCAL_INIT_FUNCTION_POINTERS); in ParseSectionDirectiveThreadInitFunc()
/external/swiftshader/third_party/LLVM/lib/MC/
DMCObjectFileInfo.cpp59 MCSectionMachO::S_THREAD_LOCAL_INIT_FUNCTION_POINTERS, in InitMachOMCObjectFileInfo()
/external/llvm/include/llvm/Support/
DMachO.h171 S_THREAD_LOCAL_INIT_FUNCTION_POINTERS = 0x15u, enumerator
173 LAST_KNOWN_SECTION_TYPE = S_THREAD_LOCAL_INIT_FUNCTION_POINTERS
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMachO.h171 S_THREAD_LOCAL_INIT_FUNCTION_POINTERS = 0x15u, enumerator
173 LAST_KNOWN_SECTION_TYPE = S_THREAD_LOCAL_INIT_FUNCTION_POINTERS
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DMachO.h171 S_THREAD_LOCAL_INIT_FUNCTION_POINTERS = 0x15u, enumerator
173 LAST_KNOWN_SECTION_TYPE = S_THREAD_LOCAL_INIT_FUNCTION_POINTERS
/external/llvm/lib/MC/MCParser/
DDarwinAsmParser.cpp384 MachO::S_THREAD_LOCAL_INIT_FUNCTION_POINTERS); in parseSectionDirectiveThreadInitFunc()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/
DDarwinAsmParser.cpp444 MachO::S_THREAD_LOCAL_INIT_FUNCTION_POINTERS); in parseSectionDirectiveThreadInitFunc()
/external/llvm/lib/MC/
DMCObjectFileInfo.cpp100 "__DATA", "__thread_init", MachO::S_THREAD_LOCAL_INIT_FUNCTION_POINTERS, in initMachOMCObjectFileInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCObjectFileInfo.cpp102 "__DATA", "__thread_init", MachO::S_THREAD_LOCAL_INIT_FUNCTION_POINTERS, in initMachOMCObjectFileInfo()
/external/llvm/tools/llvm-objdump/
DMachODump.cpp7854 else if (section_type == MachO::S_THREAD_LOCAL_INIT_FUNCTION_POINTERS) in PrintSection()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
DMachODump.cpp8253 else if (section_type == MachO::S_THREAD_LOCAL_INIT_FUNCTION_POINTERS) in PrintSection()