Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/orc/tests/unit/
H A Dc_api_test.cpp33 auto R = orc_rt_WrapperFunctionResultAllocate(SmallAllocSize); in TEST()
63 auto R = orc_rt_WrapperFunctionResultAllocate(LargeAllocSize); in TEST()
/freebsd/contrib/llvm-project/compiler-rt/include/orc_rt/
H A Dc_api.h89 orc_rt_WrapperFunctionResultAllocate(size_t Size) { in orc_rt_WrapperFunctionResultAllocate() function
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Dwrapper_function_utils.h77 R.R = orc_rt_WrapperFunctionResultAllocate(Size); in allocate()