| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | OnDiskHashTable.h | 73 typedef typename Info::offset_type offset_type; typedef 74 offset_type NumBuckets; 75 offset_type NumEntries; 80 offset_type Off; 188 const std::pair<offset_type, offset_type> &Len = in Emit() 287 typedef typename Info::offset_type offset_type; typedef 289 OnDiskChainedHashTable(offset_type NumBuckets, offset_type NumEntries, 302 static std::pair<offset_type, offset_type> 376 const std::pair<offset_type, offset_type> &L = 440 typedef typename base_type::offset_type offset_type; typedef [all …]
|
| /llvm-project-15.0.7/llvm/include/llvm/ProfileData/ |
| H A D | MemProf.h | 464 static std::pair<offset_type, offset_type> 468 offset_type KeyLen = endian::readNext<offset_type, little, unaligned>(D); in ReadKeyDataLength() 469 offset_type DataLen = endian::readNext<offset_type, little, unaligned>(D); in ReadKeyDataLength() 512 static std::pair<offset_type, offset_type> 518 LE.write<offset_type>(N); in EmitKeyDataLength() 520 LE.write<offset_type>(M); in EmitKeyDataLength() 551 static std::pair<offset_type, offset_type> 556 LE.write<offset_type>(N); in EmitKeyDataLength() 591 static std::pair<offset_type, offset_type> 595 offset_type KeyLen = endian::readNext<offset_type, little, unaligned>(D); in ReadKeyDataLength() [all …]
|
| H A D | InstrProfReader.h | 419 using offset_type = uint64_t; variable 427 static std::pair<offset_type, offset_type> 431 offset_type KeyLen = endian::readNext<offset_type, little, unaligned>(D); in ReadKeyDataLength() 432 offset_type DataLen = endian::readNext<offset_type, little, unaligned>(D); in ReadKeyDataLength() 436 StringRef ReadKey(const unsigned char *D, offset_type N) { in ReadKey() 442 data_type ReadData(StringRef K, const unsigned char *D, offset_type N);
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ASTReaderInternals.h | 80 using offset_type = unsigned; variable 135 using offset_type = unsigned; variable 208 using offset_type = unsigned; variable 263 using offset_type = unsigned; variable
|
| H A D | GlobalModuleIndex.cpp | 79 typedef unsigned offset_type; typedef in __anon244be4660311::IdentifierIndexReaderTrait 727 typedef unsigned offset_type; typedef in __anon244be4660811::IdentifierIndexWriterTrait
|
| H A D | ASTWriter.cpp | 1765 using offset_type = unsigned; typedef in __anon7df3f81c0311::HeaderFileInfoTrait 3194 using offset_type = unsigned; typedef in __anon7df3f81c0911::ASTMethodPoolTrait 3497 using offset_type = unsigned; typedef in __anon7df3f81c0a11::ASTIdentifierTableTrait 3722 using offset_type = unsigned; typedef in __anon7df3f81c0b11::ASTDeclContextNameLookupTrait
|
| /llvm-project-15.0.7/llvm/lib/ProfileData/ |
| H A D | InstrProfWriter.cpp | 105 using offset_type = uint64_t; typedef in llvm::InstrProfRecordWriterTrait 117 static std::pair<offset_type, offset_type> 123 offset_type N = K.size(); in EmitKeyDataLength() 124 LE.write<offset_type>(N); in EmitKeyDataLength() 126 offset_type M = 0; in EmitKeyDataLength() 136 LE.write<offset_type>(M); in EmitKeyDataLength() 141 void EmitKey(raw_ostream &Out, key_type_ref K, offset_type N) { in EmitKey() 145 void EmitData(raw_ostream &Out, key_type_ref, data_type_ref V, offset_type) { in EmitData() argument
|
| H A D | InstrProfReader.cpp | 637 using offset_type = InstrProfLookupTrait::offset_type; typedef 654 offset_type N) { in ReadData()
|
| /llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | IRForTarget.cpp | 1687 IntegerType *offset_type(Type::getInt32Ty(context)); in ReplaceVariables() local 1689 if (!offset_type) { in ReplaceVariables() 1717 [this, name, offset_type, offset, argument, in ReplaceVariables() 1730 ConstantInt::get(offset_type, offset, true)); in ReplaceVariables()
|