Home
last modified time | relevance | path

Searched refs:orc_rt_WrapperFunctionResultSize (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_WrapperFunctionResultSize(&R), SmallAllocSize); in TEST()
83 EXPECT_EQ(orc_rt_WrapperFunctionResultSize(&R), LargeAllocSize); in TEST()
191 { orc_rt_WrapperFunctionResultSize(&R); }, in TEST()
/freebsd/contrib/llvm-project/compiler-rt/include/orc_rt/
H A Dc_api.h173 orc_rt_WrapperFunctionResultSize(const orc_rt_WrapperFunctionResult *R) { in orc_rt_WrapperFunctionResultSize() function
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Dwrapper_function_utils.h67 size_t size() const { return orc_rt_WrapperFunctionResultSize(&R); } in size()