Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DMachOPlatform.h225 Expected<uint64_t> createPThreadKey();
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp602 Expected<uint64_t> MachOPlatform::createPThreadKey() { in createPThreadKey() function in llvm::orc::MachOPlatform
925 if (auto KeyOrErr = MP.createPThreadKey()) in fixTLVSectionsAndEdges()