Searched refs:FilenameLength (Results 1 – 3 of 3) sorted by relevance
1287 int ReturnValue = 0, FilenameLength, TargetLength; in __llvm_write_custom_profile() local1316 FilenameLength = getCurFilenameLength(); in __llvm_write_custom_profile()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()1334 int32_t DirEnd = FilenameLength - 1; in __llvm_write_custom_profile()1338 uint32_t DirSize = DirEnd + 1, BaseSize = FilenameLength - DirSize; in __llvm_write_custom_profile()1348 TargetFilename[FilenameLength + 1 + TargetLength] = 0; in __llvm_write_custom_profile()
402 SourceColumn = Enode->Column + Enode->FilenameLength + 6 + 2; in AeDecodeErrorMessageId()872 Enode->FilenameLength = strlen (Filename); in AslInitEnode()873 if (Enode->FilenameLength < 6) in AslInitEnode()875 Enode->FilenameLength = 6; in AslInitEnode()
374 UINT32 FilenameLength; member