Home
last modified time | relevance | path

Searched refs:FilenameLength (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingFile.c1287 int ReturnValue = 0, FilenameLength, TargetLength; in __llvm_write_custom_profile() local
1316 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()
/freebsd/sys/contrib/dev/acpica/compiler/
H A Daslerror.c402 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()
H A Dasltypes.h374 UINT32 FilenameLength; member