Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingPort.h56 #define COMPILER_RT_MAX_HOSTLEN 128 macro
H A DInstrProfilingUtil.c114 WCHAR Buffer[COMPILER_RT_MAX_HOSTLEN]; in lprofGetHostName()
H A DInstrProfilingFile.c77 char Hostname[COMPILER_RT_MAX_HOSTLEN];
808 if (COMPILER_RT_GETHOSTNAME(Hostname, COMPILER_RT_MAX_HOSTLEN)) { in parseFilenamePattern()