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.h223 Expected<uint64_t> createPThreadKey();
H A DMachOPlatform.h330 Expected<uint64_t> createPThreadKey();
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DELFNixPlatform.cpp584 Expected<uint64_t> ELFNixPlatform::createPThreadKey() { in modifyPassConfig()
820 if (auto KeyOrErr = MP.createPThreadKey()) in fixTLVSectionsAndEdges()
570 Expected<uint64_t> ELFNixPlatform::createPThreadKey() { createPThreadKey() function in llvm::orc::ELFNixPlatform
H A DMachOPlatform.cpp770 Expected<uint64_t> MachOPlatform::createPThreadKey() { in createPThreadKey() function in llvm::orc::MachOPlatform
1213 if (auto KeyOrErr = MP.createPThreadKey()) in fixTLVSectionsAndEdges()