Home
last modified time | relevance | path

Searched defs:protocol (Results 1 – 15 of 15) sorted by relevance

/llvm-project/lldb/tools/lldb-server/
H A DAcceptor.cpp
/llvm-project/lldb/source/Host/common/
H A DSocket.cpp73 Socket(SocketProtocol protocol,bool should_close,bool child_processes_inherit) Socket() argument
106 Create(const SocketProtocol protocol,bool child_processes_inherit,Status & error) Create() argument
322 CreateSocket(const int domain,const int type,const int protocol,bool child_processes_inherit,Status & error) CreateSocket() argument
[all...]
/llvm-project/lldb/source/Host/posix/
H A DDomainSocket.cpp62 : Socket(protocol, /*should_close=*/true) {} in DomainSocket() argument
/llvm-project/lldb/examples/interposing/darwin/fd_interposing/
H A DFDInterposing.cpp527 extern "C" int socket$__interposed__(int domain, int type, int protocol) { in socket$__interposed__()
554 extern "C" int socketpair$__interposed__(int domain, int type, int protocol, in socketpair$__interposed__()
/llvm-project/clang/lib/CodeGen/
H A DCGObjCRuntime.cpp465 emitObjCProtocolObject(CodeGenModule & CGM,const ObjCProtocolDecl * protocol) emitObjCProtocolObject() argument
H A DCGObjCGNU.cpp3241 llvm::Constant *protocol = nullptr; GenerateProtocolList() local
3258 auto protocol = GenerateProtocolRef(PD); GenerateProtocolRef() local
3265 llvm::Constant *&protocol = ExistingProtocols[PD->getNameAsString()]; GenerateProtocolRef() local
[all...]
/llvm-project/clang/include/clang/AST/
H A DExprObjC.h513 ObjCProtocolExpr(QualType T, ObjCProtocolDecl *protocol, SourceLocation at, in ObjCProtocolExpr() argument
H A DTypeLoc.h2716 ObjCProtocolLoc(ObjCProtocolDecl * protocol,SourceLocation loc) ObjCProtocolLoc() argument
/llvm-project/compiler-rt/include/sanitizer/
H A Dnetbsd_syscall_hooks.h508 #define __sanitizer_syscall_pre_compat_30_socket(domain, type, protocol) \ argument
511 #define __sanitizer_syscall_post_compat_30_socket(res, domain, type, protocol) \ argument
714 #define __sanitizer_syscall_pre_socketpair(domain, type, protocol, rsv) \ argument
718 #define __sanitizer_syscall_post_socketpair(res, domain, type, protocol, rsv) \ argument
2156 #define __sanitizer_syscall_pre___socket30(domain, type, protocol) \ argument
2159 #define __sanitizer_syscall_post___socket30(res, domain, type, protocol) \ argument
/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp1797 TSAN_INTERCEPTOR(int,socket,int domain,int type,int protocol) TSAN_INTERCEPTOR() argument
1805 TSAN_INTERCEPTOR(int,socketpair,int domain,int type,int protocol,int * fd) TSAN_INTERCEPTOR() argument
/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp4185 swapStruct(struct objc_protocol_t & protocol) swapStruct() argument
5073 struct objc_protocol_t protocol; print_protocol() local
6775 struct objc_protocol_t protocol; DumpProtocolSection() local
[all...]
/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_custom.cpp1975 __dfsw_socketpair(int domain,int type,int protocol,int sv[2],dfsan_label domain_label,dfsan_label type_label,dfsan_label protocol_label,dfsan_label sv_label,dfsan_label * ret_label) __dfsw_socketpair() argument
1988 __dfso_socketpair(int domain,int type,int protocol,int sv[2],dfsan_label domain_label,dfsan_label type_label,dfsan_label protocol_label,dfsan_label sv_label,dfsan_label * ret_label,dfsan_origin domain_origin,dfsan_origin type_origin,dfsan_origin protocol_origin,dfsan_origin sv_origin,dfsan_origin * ret_origin) __dfso_socketpair() argument
/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp877 INTERCEPTOR(int,socketpair,int domain,int type,int protocol,int sv[2]) INTERCEPTOR() argument
/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp4347 searchFrom(const ObjCProtocolDecl * protocol) searchFrom() argument
[all...]
/llvm-project/clang/include/clang-c/
H A DIndex.h6143 const CXIdxEntityInfo *protocol; global() member