| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | OnDiskHashTable.h | 72 typedef typename Info::offset_type offset_type; typedef 73 offset_type NumBuckets; 74 offset_type NumEntries; 79 offset_type Off; 187 const std::pair<offset_type, offset_type> &Len = in Emit() 286 typedef typename Info::offset_type offset_type; typedef 288 OnDiskChainedHashTable(offset_type NumBuckets, offset_type NumEntries, 301 static std::pair<offset_type, offset_type> 381 const std::pair<offset_type, offset_type> &L = 445 typedef typename base_type::offset_type offset_type; typedef [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | MemProf.h | 468 static std::pair<offset_type, offset_type> 472 offset_type KeyLen = in ReadKeyDataLength() 474 offset_type DataLen = in ReadKeyDataLength() 519 static std::pair<offset_type, offset_type> 525 LE.write<offset_type>(N); in EmitKeyDataLength() 527 LE.write<offset_type>(M); in EmitKeyDataLength() 563 static std::pair<offset_type, offset_type> 568 LE.write<offset_type>(N); in EmitKeyDataLength() 603 static std::pair<offset_type, offset_type> 607 offset_type KeyLen = in ReadKeyDataLength() [all …]
|
| H A D | InstrProfReader.h | 494 using offset_type = uint64_t; variable 502 static std::pair<offset_type, offset_type> 506 offset_type KeyLen = in ReadKeyDataLength() 507 endian::readNext<offset_type, llvm::endianness::little, unaligned>(D); in ReadKeyDataLength() 508 offset_type DataLen = in ReadKeyDataLength() 509 endian::readNext<offset_type, llvm::endianness::little, unaligned>(D); in ReadKeyDataLength() 513 StringRef ReadKey(const unsigned char *D, offset_type N) { in ReadKey() 519 data_type ReadData(StringRef K, const unsigned char *D, offset_type N);
|
| /freebsd-14.2/contrib/llvm-project/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 __anoncf1c43ec0311::IdentifierIndexReaderTrait 727 typedef unsigned offset_type; typedef in __anoncf1c43ec0811::IdentifierIndexWriterTrait
|
| H A D | ASTWriter.cpp | 1859 using offset_type = unsigned; typedef in __anon367831a20711::HeaderFileInfoTrait 3297 using offset_type = unsigned; typedef in __anon367831a20e11::ASTMethodPoolTrait 3600 using offset_type = unsigned; typedef in __anon367831a20f11::ASTIdentifierTableTrait 3821 using offset_type = unsigned; typedef in __anon367831a21011::ASTDeclContextNameLookupTrait
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | InstrProfWriter.cpp | 108 using offset_type = uint64_t; typedef in llvm::InstrProfRecordWriterTrait 120 static std::pair<offset_type, offset_type> 126 offset_type N = K.size(); in EmitKeyDataLength() 127 LE.write<offset_type>(N); in EmitKeyDataLength() 129 offset_type M = 0; in EmitKeyDataLength() 141 LE.write<offset_type>(M); in EmitKeyDataLength() 146 void EmitKey(raw_ostream &Out, key_type_ref K, offset_type N) { in EmitKey() 150 void EmitData(raw_ostream &Out, key_type_ref, data_type_ref V, offset_type) { in EmitData() argument
|
| H A D | InstrProfReader.cpp | 849 using offset_type = InstrProfLookupTrait::offset_type; typedef 866 offset_type N) { in ReadData()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | IRForTarget.cpp | 1518 IntegerType *offset_type(Type::getInt32Ty(context)); in ReplaceVariables() local 1520 if (!offset_type) { in ReplaceVariables() 1548 [this, name, offset_type, offset, argument, in ReplaceVariables() 1561 ConstantInt::get(offset_type, offset, true)); in ReplaceVariables()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/APINotes/ |
| H A D | APINotesWriter.cpp | 288 using offset_type = unsigned; typedef in clang::api_notes::__anonf4cc7f220211::IdentifierTableInfo 346 using offset_type = unsigned; typedef in clang::api_notes::__anonf4cc7f220311::ObjCContextIDTableInfo 472 using offset_type = unsigned; typedef in clang::api_notes::__anonf4cc7f220311::VersionedTableInfo 806 using offset_type = unsigned; typedef in clang::api_notes::__anonf4cc7f220911::ObjCSelectorTableInfo
|
| H A D | APINotesReader.cpp | 56 using offset_type = unsigned; typedef in clang::api_notes::__anonc49379580111::VersionedTableInfo 144 using offset_type = unsigned; typedef in clang::api_notes::__anonc49379580111::IdentifierTableInfo 184 using offset_type = unsigned; typedef in clang::api_notes::__anonc49379580111::ObjCContextIDTableInfo 400 using offset_type = unsigned; typedef in clang::api_notes::__anonc49379580111::ObjCSelectorTableInfo
|