Home
last modified time | relevance | path

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

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