Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/compiler-rt/include/orc_rt/
H A Dc_api.h173 orc_rt_CWrapperFunctionResultSize(const orc_rt_CWrapperFunctionResult *R) { in orc_rt_CWrapperFunctionResultSize() function
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Dwrapper_function_utils.h68 size_t size() const { return orc_rt_CWrapperFunctionResultSize(&R); } in size()