Searched defs:COMPILER_RT_GETHOSTNAME (Results 1 – 2 of 2) sorted by relevance
/external/compiler-rt/lib/profile/ |
D | InstrProfilingPort.h | 44 #define COMPILER_RT_GETHOSTNAME(Name, Len) gethostname(Name, Len) macro 46 #define COMPILER_RT_GETHOSTNAME(Name, Len) ((void)(Name), (void)(Len), (-1)) macro 48 #define COMPILER_RT_GETHOSTNAME(Name, Len) lprofGetHostName(Name, Len) macro
|
/external/llvm-project/compiler-rt/lib/profile/ |
D | InstrProfilingPort.h | 56 #define COMPILER_RT_GETHOSTNAME(Name, Len) ((void)(Name), (void)(Len), (-1)) macro 58 #define COMPILER_RT_GETHOSTNAME(Name, Len) lprofGetHostName(Name, Len) macro
|