Home
last modified time | relevance | path

Searched refs:__orc_rt_CWrapperFunctionResultSize (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/compiler-rt/lib/orc/tests/unit/
H A Dc_api_test.cpp52 EXPECT_EQ(__orc_rt_CWrapperFunctionResultSize(&R), SmallAllocSize); in TEST()
83 EXPECT_EQ(__orc_rt_CWrapperFunctionResultSize(&R), LargeAllocSize); in TEST()
189 EXPECT_DEATH({ __orc_rt_CWrapperFunctionResultSize(&R); }, in TEST()
/openbsd-src/gnu/llvm/compiler-rt/include/orc_rt/
H A Dc_api.h176 __orc_rt_CWrapperFunctionResultSize(const __orc_rt_CWrapperFunctionResult *R) { in __orc_rt_CWrapperFunctionResultSize() function
/openbsd-src/gnu/llvm/compiler-rt/lib/orc/
H A Dwrapper_function_utils.h68 size_t size() const { return __orc_rt_CWrapperFunctionResultSize(&R); } in size()