Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/
H A DMachOPlatform.h202 Expected<uint64_t> createPThreadKey();
H A DELFNixPlatform.h220 Expected<uint64_t> createPThreadKey();
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DELFNixPlatform.cpp622 Expected<uint64_t> ELFNixPlatform::createPThreadKey() { in createPThreadKey() function in llvm::orc::ELFNixPlatform
861 if (auto KeyOrErr = MP.createPThreadKey()) in fixTLVSectionsAndEdges()
H A DMachOPlatform.cpp596 Expected<uint64_t> MachOPlatform::createPThreadKey() { in createPThreadKey() function in llvm::orc::MachOPlatform
833 if (auto KeyOrErr = MP.createPThreadKey()) in fixTLVSectionsAndEdges()