Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DELFNixPlatform.h223 Expected<uint64_t> createPThreadKey();
H A DMachOPlatform.h316 Expected<uint64_t> createPThreadKey();
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DELFNixPlatform.cpp584 Expected<uint64_t> ELFNixPlatform::createPThreadKey() { in createPThreadKey() function in llvm::orc::ELFNixPlatform
820 if (auto KeyOrErr = MP.createPThreadKey()) in fixTLVSectionsAndEdges()
H A DMachOPlatform.cpp734 Expected<uint64_t> MachOPlatform::createPThreadKey() { in createPThreadKey() function in llvm::orc::MachOPlatform
1167 if (auto KeyOrErr = MP.createPThreadKey()) in fixTLVSectionsAndEdges()