Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/orc/tests/unit/
HDc_api_test.cpp33 auto R = orc_rt_CWrapperFunctionResultAllocate(SmallAllocSize); in TEST()
63 auto R = orc_rt_CWrapperFunctionResultAllocate(LargeAllocSize); in TEST()
/freebsd-14-stable/contrib/llvm-project/compiler-rt/include/orc_rt/
HDc_api.h89 orc_rt_CWrapperFunctionResultAllocate(size_t Size) { in orc_rt_CWrapperFunctionResultAllocate() function
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/orc/
HDwrapper_function_utils.h78 R.R = orc_rt_CWrapperFunctionResultAllocate(Size); in allocate()