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.h565 using offset_type = uint64_t;
577 static std::pair<offset_type, offset_type>
581 offset_type KeyLen =
582 endian::readNext<offset_type, llvm::endianness::little>(D);
583 offset_type DataLen =
584 endian::readNext<offset_type, llvm::endianness::little>(D);
588 uint64_t ReadKey(const unsigned char *D, offset_type /*Unused*/) {
594 offset_type /*Unused*/) {
618 using offset_type = uint64_t;
640 std::pair<offset_type, offset_type>
[all …]
H A DInstrProfReader.h533 using offset_type = uint64_t; variable
541 static std::pair<offset_type, offset_type>
545 offset_type KeyLen = in ReadKeyDataLength()
546 endian::readNext<offset_type, llvm::endianness::little>(D); in ReadKeyDataLength()
547 offset_type DataLen = in ReadKeyDataLength()
548 endian::readNext<offset_type, llvm::endianness::little>(D); in ReadKeyDataLength()
552 StringRef ReadKey(const unsigned char *D, offset_type N) { in ReadKey()
559 offset_type N);
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderInternals.h80 using offset_type = unsigned; variable
202 using offset_type = unsigned; variable
257 using offset_type = unsigned; variable
336 using offset_type = unsigned; variable
389 using offset_type = unsigned; variable
H A DGlobalModuleIndex.cpp78 typedef unsigned offset_type; typedef in __anon35ca0d360311::IdentifierIndexReaderTrait
718 typedef unsigned offset_type; typedef in __anon35ca0d360811::IdentifierIndexWriterTrait
H A DASTWriter.cpp2085 using offset_type = unsigned; typedef in __anon397e50ec0911::HeaderFileInfoTrait
3544 using offset_type = unsigned; typedef in __anon397e50ec0f11::ASTMethodPoolTrait
3871 using offset_type = unsigned; typedef in __anon397e50ec1011::ASTIdentifierTableTrait
4087 using offset_type = unsigned; typedef in __anon397e50ec1111::ASTDeclContextNameLookupTraitBase
4443 using offset_type = unsigned; typedef in __anon397e50ec1311::LazySpecializationInfoLookupTrait
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp50 using offset_type = uint64_t; typedef in llvm::InstrProfRecordWriterTrait
62 static std::pair<offset_type, offset_type>
68 offset_type N = K.size(); in EmitKeyDataLength()
69 LE.write<offset_type>(N); in EmitKeyDataLength()
71 offset_type M = 0; in EmitKeyDataLength()
83 LE.write<offset_type>(M); in EmitKeyDataLength()
88 void EmitKey(raw_ostream &Out, key_type_ref K, offset_type N) { in EmitKey()
92 void EmitData(raw_ostream &Out, key_type_ref, data_type_ref V, offset_type) { in EmitData() argument
H A DInstrProfReader.cpp921 using offset_type = InstrProfLookupTrait::offset_type; typedef
938 offset_type N) { in ReadData()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp1522 IntegerType *offset_type(Type::getInt32Ty(context)); in ReplaceVariables() local
1524 if (!offset_type) { in ReplaceVariables()
1552 [this, name, offset_type, offset, argument, in ReplaceVariables()
1565 ConstantInt::get(offset_type, offset, true)); in ReplaceVariables()
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesWriter.cpp297 using offset_type = unsigned; typedef in clang::api_notes::__anonf7d29e6c0211::IdentifierTableInfo
355 using offset_type = unsigned; typedef in clang::api_notes::__anonf7d29e6c0311::ContextIDTableInfo
481 using offset_type = unsigned; typedef in clang::api_notes::__anonf7d29e6c0311::VersionedTableInfo
944 using offset_type = unsigned; typedef in clang::api_notes::__anonf7d29e6c0a11::ObjCSelectorTableInfo
H A DAPINotesReader.cpp58 using offset_type = unsigned; typedef in clang::api_notes::__anonc79998a20111::VersionedTableInfo
146 using offset_type = unsigned; typedef in clang::api_notes::__anonc79998a20111::IdentifierTableInfo
186 using offset_type = unsigned; typedef in clang::api_notes::__anonc79998a20111::ContextIDTableInfo
429 using offset_type = unsigned; typedef in clang::api_notes::__anonc79998a20111::ObjCSelectorTableInfo