Home
last modified time | relevance | path

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

/freebsd-src/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-src/contrib/llvm-project/compiler-rt/lib/orc/
H A Dwrapper_function_utils.h487 static size_t size(const WrapperFunctionCall &WFC) { in size()
492 static bool serialize(SPSOutputBuffer &OB, const WrapperFunctionCall &WFC) { in serialize()
497 static bool deserialize(SPSInputBuffer &IB, WrapperFunctionCall &WFC) { in deserialize()
H A Dmacho_platform.cpp1330 for (auto &WFC : WFCs) in runWrapperFunctionCalls() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DWrapperFunctionUtils.h713 size(const WrapperFunctionCall & WFC) size() argument
718 serialize(SPSOutputBuffer & OB,const WrapperFunctionCall & WFC) serialize() argument
723 deserialize(SPSInputBuffer & IB,WrapperFunctionCall & WFC) deserialize() argument