Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DMachOPlatform.h221 Expected<uint64_t> createPThreadKey();
H A DELFNixPlatform.h220 Expected<uint64_t> createPThreadKey();
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DELFNixPlatform.cpp623 Expected<uint64_t> ELFNixPlatform::createPThreadKey() { in createPThreadKey() function in llvm::orc::ELFNixPlatform
862 if (auto KeyOrErr = MP.createPThreadKey()) in fixTLVSectionsAndEdges()
H A DMachOPlatform.cpp720 Expected<uint64_t> MachOPlatform::createPThreadKey() { in createPThreadKey() function in llvm::orc::MachOPlatform
1037 if (auto KeyOrErr = MP.createPThreadKey()) in fixTLVSectionsAndEdges()