Home
last modified time | relevance | path

Searched refs:CWrapperFunctionResultData (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
DTargetProcessControlTypes.h74 union CWrapperFunctionResultData { union
85 CWrapperFunctionResultData Data;
86 void (*Destroy)(CWrapperFunctionResultData Data, uint64_t Size);
154 static void destroyWithFree(CWrapperFunctionResultData Data, uint64_t Size);
157 static void destroyWithDeleteArray(CWrapperFunctionResultData Data,
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/Shared/
DTargetProcessControlTypes.cpp32 void WrapperFunctionResult::destroyWithFree(CWrapperFunctionResultData Data, in destroyWithFree()
38 CWrapperFunctionResultData Data, uint64_t Size) { in destroyWithDeleteArray()