Searched refs:COMPILER_RT_ALLOCA (Results 1 – 4 of 4) sorted by relevance
21 #define COMPILER_RT_ALLOCA _alloca macro38 #define COMPILER_RT_ALLOCA __builtin_alloca macro
484 char *Copy = (char *)COMPILER_RT_ALLOCA(Length + 1); in createProfileDir()580 FilenameBuf = (char *)COMPILER_RT_ALLOCA(Length + 1); in truncateCurrentFile()642 char *FilenameBuf = (char *)COMPILER_RT_ALLOCA(Length + 1); in initializeProfileForContinuousMode()1057 FilenameBuf = (char *)COMPILER_RT_ALLOCA(Length + 1); in __llvm_profile_get_path_prefix()1169 FilenameBuf = (char *)COMPILER_RT_ALLOCA(Length + 1); in __llvm_profile_write_file()1317 FilenameBuf = (char *)COMPILER_RT_ALLOCA(FilenameLength + 1); in __llvm_write_custom_profile()1331 (char *)COMPILER_RT_ALLOCA(FilenameLength + TargetLength + 2); in __llvm_write_custom_profile()
148 char *StrBuf = (char *)COMPILER_RT_ALLOCA(2 * BinaryIdLen + 1); in __llvm_write_binary_ids()
142 SiteCountArray[I] = (uint8_t *)COMPILER_RT_ALLOCA(Sz); in writeOneValueProfData()