Home
last modified time | relevance | path

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

/external/compiler-rt/lib/profile/
DInstrProfilingFile.c67 char Hostname[COMPILER_RT_MAX_HOSTLEN];
283 if (COMPILER_RT_GETHOSTNAME(Hostname, COMPILER_RT_MAX_HOSTLEN)) { in parseFilenamePattern()
DInstrProfilingPort.h42 #define COMPILER_RT_MAX_HOSTLEN 128 macro