Home
last modified time | relevance | path

Searched refs:offset_type (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DOnDiskHashTable.h72 typedef typename Info::offset_type offset_type; typedef
73 offset_type NumBuckets;
74 offset_type NumEntries;
79 offset_type Off;
142 offset_type Emit(raw_ostream &Out) { in Emit()
150 offset_type Emit(raw_ostream &Out, Info &InfoObj) { in Emit()
171 for (offset_type I = 0; I < NumBuckets; ++I) { in Emit()
187 const std::pair<offset_type, offset_type> &Len = in Emit()
200 assert(offset_type(DataStart - KeyStart) == Len.first && in Emit()
202 assert(offset_type(End - DataStart) == Len.second && in Emit()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DMemProf.h528 using offset_type = uint64_t; variable
540 static std::pair<offset_type, offset_type>
544 offset_type KeyLen = in ReadKeyDataLength()
545 endian::readNext<offset_type, llvm::endianness::little>(D); in ReadKeyDataLength()
546 offset_type DataLen = in ReadKeyDataLength()
547 endian::readNext<offset_type, llvm::endianness::little>(D); in ReadKeyDataLength()
551 uint64_t ReadKey(const unsigned char *D, offset_type /*Unused*/) { in ReadKey() argument
557 offset_type /*Unused*/) { in ReadData() argument
581 using offset_type = uint64_t; variable
603 std::pair<offset_type, offset_type>
[all …]
H A DInstrProfReader.h498 using offset_type = uint64_t; variable
506 static std::pair<offset_type, offset_type>
510 offset_type KeyLen = in ReadKeyDataLength()
511 endian::readNext<offset_type, llvm::endianness::little>(D); in ReadKeyDataLength()
512 offset_type DataLen = in ReadKeyDataLength()
513 endian::readNext<offset_type, llvm::endianness::little>(D); in ReadKeyDataLength()
517 StringRef ReadKey(const unsigned char *D, offset_type N) { in ReadKey()
523 data_type ReadData(StringRef K, const unsigned char *D, offset_type N);
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderInternals.h80 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 DGlobalModuleIndex.cpp78 typedef unsigned offset_type; typedef in __anon35ca0d360311::IdentifierIndexReaderTrait
723 typedef unsigned offset_type; typedef in __anon35ca0d360811::IdentifierIndexWriterTrait
H A DASTWriter.cpp1986 using offset_type = unsigned; typedef in __anon397e50ec0511::HeaderFileInfoTrait
3457 using offset_type = unsigned; typedef in __anon397e50ec0b11::ASTMethodPoolTrait
3781 using offset_type = unsigned; typedef in __anon397e50ec0c11::ASTIdentifierTableTrait
3992 using offset_type = unsigned; typedef in __anon397e50ec0d11::ASTDeclContextNameLookupTrait
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp110 using offset_type = uint64_t; typedef in llvm::InstrProfRecordWriterTrait
122 static std::pair<offset_type, offset_type>
128 offset_type N = K.size(); in EmitKeyDataLength()
129 LE.write<offset_type>(N); in EmitKeyDataLength()
131 offset_type M = 0; in EmitKeyDataLength()
143 LE.write<offset_type>(M); in EmitKeyDataLength()
148 void EmitKey(raw_ostream &Out, key_type_ref K, offset_type N) { in EmitKey()
152 void EmitData(raw_ostream &Out, key_type_ref, data_type_ref V, offset_type) { in EmitData() argument
H A DInstrProfReader.cpp888 using offset_type = InstrProfLookupTrait::offset_type; typedef
905 offset_type N) { in ReadData()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp1518 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/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesWriter.cpp298 using offset_type = unsigned; typedef in clang::api_notes::__anonf7d29e6c0211::IdentifierTableInfo
356 using offset_type = unsigned; typedef in clang::api_notes::__anonf7d29e6c0311::ContextIDTableInfo
482 using offset_type = unsigned; typedef in clang::api_notes::__anonf7d29e6c0311::VersionedTableInfo
870 using offset_type = unsigned; typedef in clang::api_notes::__anonf7d29e6c0911::ObjCSelectorTableInfo
H A DAPINotesReader.cpp59 using offset_type = unsigned; typedef in clang::api_notes::__anonc79998a20111::VersionedTableInfo
147 using offset_type = unsigned; typedef in clang::api_notes::__anonc79998a20111::IdentifierTableInfo
187 using offset_type = unsigned; typedef in clang::api_notes::__anonc79998a20111::ContextIDTableInfo
391 using offset_type = unsigned; typedef in clang::api_notes::__anonc79998a20111::ObjCSelectorTableInfo