| /freebsd-12.1/contrib/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 …]
|
| /freebsd-12.1/contrib/llvm/include/llvm/ProfileData/ |
| H A D | InstrProfReader.h | 299 using offset_type = uint64_t; variable 307 static std::pair<offset_type, offset_type> 311 offset_type KeyLen = endian::readNext<offset_type, little, unaligned>(D); in ReadKeyDataLength() 312 offset_type DataLen = endian::readNext<offset_type, little, unaligned>(D); in ReadKeyDataLength() 316 StringRef ReadKey(const unsigned char *D, offset_type N) { in ReadKey() 322 data_type ReadData(StringRef K, const unsigned char *D, offset_type N);
|
| /freebsd-12.1/contrib/llvm/lib/ProfileData/ |
| H A D | InstrProfWriter.cpp | 101 using offset_type = uint64_t; typedef in llvm::InstrProfRecordWriterTrait 112 static std::pair<offset_type, offset_type> 118 offset_type N = K.size(); in EmitKeyDataLength() 119 LE.write<offset_type>(N); in EmitKeyDataLength() 121 offset_type M = 0; in EmitKeyDataLength() 131 LE.write<offset_type>(M); in EmitKeyDataLength() 136 void EmitKey(raw_ostream &Out, key_type_ref K, offset_type N) { in EmitKey() 140 void EmitData(raw_ostream &Out, key_type_ref, data_type_ref V, offset_type) { in EmitData() argument
|
| H A D | InstrProfReader.cpp | 503 using offset_type = InstrProfLookupTrait::offset_type; typedef 520 offset_type N) { in ReadData()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/ |
| H A D | ASTReaderInternals.h | 82 using offset_type = unsigned; variable 137 using offset_type = unsigned; variable 210 using offset_type = unsigned; variable 265 using offset_type = unsigned; variable
|
| H A D | GlobalModuleIndex.cpp | 77 typedef unsigned offset_type; typedef in __anon2d7d61850311::IdentifierIndexReaderTrait 697 typedef unsigned offset_type; typedef in __anon2d7d61850711::IdentifierIndexWriterTrait
|
| H A D | ASTWriter.cpp | 1953 using offset_type = unsigned; typedef in __anona825c63b0411::HeaderFileInfoTrait 3290 using offset_type = unsigned; typedef in __anona825c63b0a11::ASTMethodPoolTrait 3588 using offset_type = unsigned; typedef in __anona825c63b0b11::ASTIdentifierTableTrait 3827 using offset_type = unsigned; typedef in __anona825c63b0c11::ASTDeclContextNameLookupTrait
|
| /freebsd-12.1/contrib/binutils/binutils/ |
| H A D | debug.h | 247 bfd_boolean (*offset_type) (void *); member
|
| H A D | debug.c | 2608 return (*fns->offset_type) (fhandle); in debug_write_type()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | IRForTarget.cpp | 1922 IntegerType *offset_type(Type::getInt32Ty(context)); in ReplaceVariables() local 1924 if (!offset_type) { in ReplaceVariables() 1954 [this, name, offset_type, offset, argument, in ReplaceVariables() 1966 ConstantInt::get(offset_type, offset, true)); in ReplaceVariables()
|
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | error.c | 263 goto offset_type; in dump_type() 349 offset_type: in dump_type() 496 goto offset_type; in dump_type_prefix() 524 offset_type: in dump_type_prefix()
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | tree.def | 134 DEFTREECODE (OFFSET_TYPE, "offset_type", tcc_type, 0)
|