OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:COMPILER_RT_ALLOCA
(Results
1 - 3
of
3
) sorted by null
/external/compiler-rt/lib/profile/
InstrProfilingPort.h
19
#define
COMPILER_RT_ALLOCA
_alloca
26
#define
COMPILER_RT_ALLOCA
__builtin_alloca
InstrProfilingFile.c
226
FilenameBuf = (char *)
COMPILER_RT_ALLOCA
(Length + 1);
233
char *Copy = (char *)
COMPILER_RT_ALLOCA
(Length + 1);
471
FilenameBuf = (char *)
COMPILER_RT_ALLOCA
(Length + 1);
InstrProfilingWriter.c
129
SiteCountArray[I] = (uint8_t *)
COMPILER_RT_ALLOCA
(Sz);
Completed in 67 milliseconds