Searched defs:KeyLen (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | GlobalModuleIndex.cpp | 92 unsigned KeyLen = endian::readNext<uint16_t, little, unaligned>(d); in ReadKeyDataLength() local 737 unsigned KeyLen = Key.size(); in EmitKeyDataLength() local 744 void EmitKey(raw_ostream& Out, key_type_ref Key, unsigned KeyLen) { in EmitKey()
|
| H A D | ASTWriter.cpp | 1728 emitULEBKeyDataLength(unsigned KeyLen, unsigned DataLen, raw_ostream &Out) { in emitULEBKeyDataLength() 1776 unsigned KeyLen = key.Filename.size() + 1 + 8 + 8; in EmitKeyDataLength() local 1786 void EmitKey(raw_ostream& Out, key_type_ref key, unsigned KeyLen) { in EmitKey() 3205 unsigned KeyLen = 2 + (Sel.getNumArgs()? Sel.getNumArgs() * 4 : 4); in EmitKeyDataLength() local 3532 unsigned KeyLen = II->getLength() + 1; in EmitKeyDataLength() local 3552 unsigned KeyLen) { in EmitKey() 3762 unsigned KeyLen = 1; in EmitKeyDataLength() local
|
| H A D | ASTReader.cpp | 858 unsigned KeyLen = readULEB(P); in readULEBKeyDataLength() local
|
| /llvm-project-15.0.7/llvm/include/llvm/ProfileData/ |
| H A D | MemProf.h | 468 offset_type KeyLen = endian::readNext<offset_type, little, unaligned>(D); in ReadKeyDataLength() local 595 offset_type KeyLen = endian::readNext<offset_type, little, unaligned>(D); in ReadKeyDataLength() local
|
| H A D | InstrProfReader.h | 431 offset_type KeyLen = endian::readNext<offset_type, little, unaligned>(D); in ReadKeyDataLength() local
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | Core.cpp | 315 size_t KeyLen; member 403 const char *Key, size_t KeyLen) { in LLVMGetModuleFlag() 408 const char *Key, size_t KeyLen, in LLVMAddModuleFlag()
|