Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/orc/unittests/
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-15.0.7/compiler-rt/include/orc/
H A Dc_api.h92 __orc_rt_CWrapperFunctionResultAllocate(size_t Size) { in __orc_rt_CWrapperFunctionResultAllocate() function
/llvm-project-15.0.7/compiler-rt/lib/orc/
H A Dwrapper_function_utils.h78 R.R = __orc_rt_CWrapperFunctionResultAllocate(Size); in allocate()