Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DELFNixPlatform.h241 Expected<uint64_t> createPThreadKey();
H A DMachOPlatform.h333 Expected<uint64_t> createPThreadKey();
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DELFNixPlatform.cpp713 Expected<uint64_t> ELFNixPlatform::createPThreadKey() { in createPThreadKey() function in llvm::orc::ELFNixPlatform
1009 if (auto KeyOrErr = MP.createPThreadKey()) in fixTLVSectionsAndEdges()
H A DMachOPlatform.cpp786 Expected<uint64_t> MachOPlatform::createPThreadKey() { in createPThreadKey() function in llvm::orc::MachOPlatform
1231 if (auto KeyOrErr = MP.createPThreadKey()) in fixTLVSectionsAndEdges()