Home
last modified time | relevance | path

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

/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/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/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp50 using offset_type = uint64_t; typedef in llvm::InstrProfRecordWriterTrait
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
/freebsd/contrib/llvm-project/clang/lib/APINotes/
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
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
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h533 using offset_type = uint64_t; variable
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp1522 IntegerType *offset_type(Type::getInt32Ty(context)); in ReplaceVariables() local