/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | MemProf.h | 528 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 D | InstrProfReader.h | 498 using offset_type = uint64_t; variable
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReaderInternals.h | 80 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 D | GlobalModuleIndex.cpp | 78 typedef unsigned offset_type; typedef in __anon35ca0d360311::IdentifierIndexReaderTrait 723 typedef unsigned offset_type; typedef in __anon35ca0d360811::IdentifierIndexWriterTrait
|
H A D | ASTWriter.cpp | 1986 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 D | OnDiskHashTable.h | 72 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 D | APINotesReader.cpp | 59 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 D | APINotesWriter.cpp | 298 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 D | InstrProfWriter.cpp | 110 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 D | InstrProfReader.cpp | 888 using offset_type = InstrProfLookupTrait::offset_type; typedef
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | IRForTarget.cpp | 1518 IntegerType *offset_type(Type::getInt32Ty(context)); in ReplaceVariables() local
|