Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/orc/
H A Delfnix_platform.cpp131 Error registerThreadDataSection(span<const char> ThreadDataSection);
180 if (auto Err = registerThreadDataSection( in registerObjectSections()
315 Error ELFNixPlatformRuntimeState::registerThreadDataSection( in registerThreadDataSection() function in __anonebe0e5700111::ELFNixPlatformRuntimeState
H A Dmacho_platform.cpp173 Error registerThreadDataSection(span<const char> ThreadDataSection);
297 Error MachOPlatformRuntimeState::registerThreadDataSection( in registerThreadDataSection() function in __anon104e62320211::MachOPlatformRuntimeState
343 if (auto Err = registerThreadDataSection(KV.second.toSpan<const char>())) in registerObjectPlatformSections()