Home
last modified time | relevance | path

Searched defs:takePayload (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Derror.h118 template <typename ErrT = ErrorInfoBase> std::unique_ptr<ErrT> takePayload() { in takePayload() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DError.h314 std::unique_ptr<ErrorInfoBase> takePayload() { in takePayload() function