Home
last modified time | relevance | path

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

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