Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A DRPCSerialization.h27 class RPCTypeName; variable
56 class RPCTypeName<void> {
62 class RPCTypeName<int8_t> {
68 class RPCTypeName<uint8_t> {
74 class RPCTypeName<int16_t> {
80 class RPCTypeName<uint16_t> {
86 class RPCTypeName<int32_t> {
92 class RPCTypeName<uint32_t> {
98 class RPCTypeName<int64_t> {
110 class RPCTypeName<bool> {
[all …]
H A DOrcRemoteTargetRPCAPI.h80 class RPCTypeName<JITSymbolFlags> {
104 template <> class RPCTypeName<remote::DirectBufferWriter> {
H A DRPCUtils.h158 << RPCTypeName<RetT>::getName() << " " << DerivedFunc::getName() in getPrototype()