Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DMemProf.h457 using offset_type = uint64_t; variable
479 uint64_t ReadKey(const unsigned char *D, offset_type /*Unused*/) { in ReadKey() argument
486 offset_type /*Unused*/) { in ReadData() argument
508 using offset_type = uint64_t; variable
531 void EmitKey(raw_ostream &Out, key_type_ref K, offset_type /*Unused*/) { in EmitKey() argument
538 offset_type /*Unused*/) { in EmitData() argument
559 using offset_type = uint64_t; variable
581 offset_type /*Unused*/) { in EmitData() argument
593 using offset_type = uint64_t; variable
614 uint64_t ReadKey(const unsigned char *D, offset_type /*Unused*/) { in ReadKey() argument
[all …]
H A DInstrProfReader.h494 using offset_type = uint64_t; variable
/freebsd-14.2/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.cpp79 typedef unsigned offset_type; typedef in __anoncf1c43ec0311::IdentifierIndexReaderTrait
727 typedef unsigned offset_type; typedef in __anoncf1c43ec0811::IdentifierIndexWriterTrait
H A DASTWriter.cpp1859 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/include/llvm/Support/
H A DOnDiskHashTable.h72 typedef typename Info::offset_type offset_type; typedef
286 typedef typename Info::offset_type offset_type; typedef
445 typedef typename base_type::offset_type offset_type; typedef
/freebsd-14.2/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesReader.cpp56 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
H A DAPINotesWriter.cpp288 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
/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp108 using offset_type = uint64_t; typedef in llvm::InstrProfRecordWriterTrait
150 void EmitData(raw_ostream &Out, key_type_ref, data_type_ref V, offset_type) { in EmitData() argument
H A DInstrProfReader.cpp849 using offset_type = InstrProfLookupTrait::offset_type; typedef
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp1518 IntegerType *offset_type(Type::getInt32Ty(context)); in ReplaceVariables() local