Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DMemProf.h528 using offset_type = uint64_t; variable
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
615 void EmitKey(raw_ostream &Out, key_type_ref K, offset_type /*Unused*/) { in EmitKey() argument
622 offset_type /*Unused*/) { in EmitData() argument
643 using offset_type = uint64_t; variable
658 void EmitKey(raw_ostream &Out, key_type_ref K, offset_type /*Unused*/) { in EmitKey() argument
665 offset_type /*Unused*/) { in EmitData() argument
677 using offset_type = uint64_t; variable
[all …]
H A DInstrProfReader.h498 using offset_type = uint64_t; variable
/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/include/llvm/Support/
H A DOnDiskHashTable.h72 typedef typename Info::offset_type offset_type; typedef
286 typedef typename Info::offset_type offset_type; typedef
443 typedef typename base_type::offset_type offset_type; typedef
/freebsd/contrib/llvm-project/clang/lib/APINotes/
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
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
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp110 using offset_type = uint64_t; typedef in llvm::InstrProfRecordWriterTrait
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
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp1518 IntegerType *offset_type(Type::getInt32Ty(context)); in ReplaceVariables() local