Home
last modified time | relevance | path

Searched defs:WFC (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/orc/tests/unit/
H A Dwrapper_function_utils_test.cpp153 auto WFC = in TEST() local
166 auto WFC = in TEST() local
175 auto WFC = in TEST() local
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Dwrapper_function_utils.h483 size(const WrapperFunctionCall & WFC) size() argument
488 serialize(SPSOutputBuffer & OB,const WrapperFunctionCall & WFC) serialize() argument
493 deserialize(SPSInputBuffer & IB,WrapperFunctionCall & WFC) deserialize() argument
H A Dmacho_platform.cpp1129 for (auto &WFC : WFCs) runWrapperFunctionCalls() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DWrapperFunctionUtils.h715 static size_t size(const WrapperFunctionCall &WFC) { in size()
720 static bool serialize(SPSOutputBuffer &OB, const WrapperFunctionCall &WFC) { in serialize()
725 static bool deserialize(SPSInputBuffer &IB, WrapperFunctionCall &WFC) { in deserialize()