Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Delfnix_platform.cpp127 Error registerThreadDataSection(span<const char> ThreadDataSection);
202 if (auto Err = registerThreadDataSection( in registerObjectSections()
410 Error ELFNixPlatformRuntimeState::registerThreadDataSection( in registerThreadDataSection() function in __anonb364b2400111::ELFNixPlatformRuntimeState
H A Dmacho_platform.cpp229 Error registerThreadDataSection(span<const char> ThreadDataSection);
471 Error MachOPlatformRuntimeState::registerThreadDataSection( in registerThreadDataSection() function in __anon3d23d5020311::MachOPlatformRuntimeState
604 if (auto Err = registerThreadDataSection(KV.second.toSpan<const char>())) in registerObjectPlatformSections()