Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/ProfileData/
H A DMemProf.h528 using offset_type = uint64_t; global() variable
551 ReadKey(const unsigned char * D,offset_type) ReadKey() argument
557 ReadData(uint64_t K,const unsigned char * D,offset_type) ReadData() argument
581 using offset_type = uint64_t; global() variable
615 EmitKey(raw_ostream & Out,key_type_ref K,offset_type) EmitKey() argument
622 EmitData(raw_ostream & Out,key_type_ref,data_type_ref V,offset_type) EmitData() argument
643 using offset_type = uint64_t; global() variable
658 EmitKey(raw_ostream & Out,key_type_ref K,offset_type) EmitKey() argument
665 EmitData(raw_ostream & Out,key_type_ref,data_type_ref V,offset_type) EmitData() argument
677 using offset_type = uint64_t; global() variable
698 ReadKey(const unsigned char * D,offset_type) ReadKey() argument
704 ReadData(uint64_t K,const unsigned char * D,offset_type) ReadData() argument
719 using offset_type = uint64_t; global() variable
734 EmitKey(raw_ostream & Out,key_type_ref K,offset_type) EmitKey() argument
741 EmitData(raw_ostream & Out,key_type_ref,data_type_ref V,offset_type) EmitData() argument
758 using offset_type = uint64_t; global() variable
779 ReadKey(const unsigned char * D,offset_type) ReadKey() argument
[all...]
H A DInstrProfReader.h498 using offset_type = uint64_t; global() variable
/llvm-project/clang/lib/Serialization/
H A DASTReaderInternals.h80 using offset_type = unsigned; variable
135 using offset_type = unsigned; global() variable
208 using offset_type = unsigned; global() variable
263 using offset_type = unsigned; global() variable
H A DGlobalModuleIndex.cpp78 typedef unsigned offset_type; typedef in __anon487691690311::IdentifierIndexReaderTrait
723 typedef unsigned offset_type; global() typedef in __anon487691690811::IdentifierIndexWriterTrait
H A DASTWriter.cpp1986 using offset_type = unsigned; global() typedef in __anonb9ef521f0511::HeaderFileInfoTrait
3457 using offset_type = unsigned; global() typedef in __anonb9ef521f0b11::ASTMethodPoolTrait
3781 using offset_type = unsigned; global() typedef in __anonb9ef521f0c11::ASTIdentifierTableTrait
3989 using offset_type = unsigned; global() typedef in __anonb9ef521f0d11::ASTDeclContextNameLookupTrait
/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
/llvm-project/clang/lib/APINotes/
H A DAPINotesReader.cpp59 using offset_type = unsigned; global() typedef in clang::api_notes::__anon480a99d50111::VersionedTableInfo
147 using offset_type = unsigned; global() typedef in clang::api_notes::__anon480a99d50111::IdentifierTableInfo
186 using offset_type = unsigned; global() typedef in clang::api_notes::__anon480a99d50111::ObjCContextIDTableInfo
391 using offset_type = unsigned; global() typedef in clang::api_notes::__anon480a99d50111::ObjCSelectorTableInfo
H A DAPINotesWriter.cpp289 using offset_type = unsigned; global() typedef in clang::api_notes::__anon78439f9f0211::IdentifierTableInfo
347 using offset_type = unsigned; global() typedef in clang::api_notes::__anon78439f9f0311::ObjCContextIDTableInfo
473 using offset_type = unsigned; global() typedef in clang::api_notes::__anon78439f9f0311::VersionedTableInfo
807 using offset_type = unsigned; global() typedef in clang::api_notes::__anon78439f9f0911::ObjCSelectorTableInfo
/llvm-project/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp110 using offset_type = uint64_t; global() typedef in llvm::InstrProfRecordWriterTrait
152 EmitData(raw_ostream & Out,key_type_ref,data_type_ref V,offset_type) EmitData() argument
H A DInstrProfReader.cpp888 using offset_type = InstrProfLookupTrait::offset_type; global() typedef
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp1518 IntegerType *offset_type(Type::getInt32Ty(context)); ReplaceVariables() local