Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingUtil.h64 int lprofGetHostName(char *Name, int Len);
H A DInstrProfilingUtil.c113 COMPILER_RT_VISIBILITY int lprofGetHostName(char *Name, int Len) { in lprofGetHostName() function
125 COMPILER_RT_VISIBILITY int lprofGetHostName(char *Name, int Len) { in lprofGetHostName() function
H A DInstrProfilingPort.h60 #define COMPILER_RT_GETHOSTNAME(Name, Len) lprofGetHostName(Name, Len)