Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DELFNixPlatform.cpp820 if (auto KeyOrErr = MP.createPThreadKey()) in fixTLVSectionsAndEdges()
821 Key = *KeyOrErr; in fixTLVSectionsAndEdges()
823 return KeyOrErr.takeError(); in fixTLVSectionsAndEdges()
806 if (auto KeyOrErr = MP.createPThreadKey()) fixTLVSectionsAndEdges() local
H A DMachOPlatform.cpp1213 if (auto KeyOrErr = MP.createPThreadKey()) in fixTLVSectionsAndEdges() local
1214 Key = *KeyOrErr; in fixTLVSectionsAndEdges()
1216 return KeyOrErr.takeError(); in fixTLVSectionsAndEdges()