Home
last modified time | relevance | path

Searched refs:SuffixLength (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/profile/
H A DInstrProfilingFile.c1079 int rc, Length, LengthBeforeAppend, SuffixLength; in __llvm_orderfile_write_file() local
1084 SuffixLength = strlen(OrderFileSuffix); in __llvm_orderfile_write_file()
1085 Length = getCurFilenameLength() + SuffixLength; in __llvm_orderfile_write_file()
1097 memcpy(FilenameBuf + LengthBeforeAppend, OrderFileSuffix, SuffixLength); in __llvm_orderfile_write_file()
1098 FilenameBuf[LengthBeforeAppend + SuffixLength] = '\0'; in __llvm_orderfile_write_file()
/llvm-project-15.0.7/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h384 uint8_t SuffixLength; member
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaRISCVVectorLookup.cpp184 ProtoSeq2ArrayRef(Record.SuffixIndex, Record.SuffixLength); in InitIntrinsicList()
/llvm-project-15.0.7/clang/utils/TableGen/
H A DRISCVVEmitter.cpp620 R.SuffixLength = SR.Suffix.size(); in createRVVIntrinsicRecords()
/llvm-project-15.0.7/clang/lib/Support/
H A DRISCVVIntrinsicUtils.cpp987 OS << (int)Record.SuffixLength << ","; in operator <<()