Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderInternals.h81 using offset_type = unsigned; variable
136 using offset_type = unsigned; variable
209 using offset_type = unsigned; variable
264 using offset_type = unsigned; variable
H A DGlobalModuleIndex.cpp79 typedef unsigned offset_type; typedef in __anon989f7eea0311::IdentifierIndexReaderTrait
727 typedef unsigned offset_type; typedef in __anon989f7eea0811::IdentifierIndexWriterTrait
H A DASTWriter.cpp1659 using offset_type = unsigned; typedef in __anon91274ea00311::HeaderFileInfoTrait
3005 using offset_type = unsigned; typedef in __anon91274ea00911::ASTMethodPoolTrait
3297 using offset_type = unsigned; typedef in __anon91274ea00a11::ASTIdentifierTableTrait
3524 using offset_type = unsigned; typedef in __anon91274ea00b11::ASTDeclContextNameLookupTrait
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DOnDiskHashTable.h73 typedef typename Info::offset_type offset_type; typedef
287 typedef typename Info::offset_type offset_type; typedef
440 typedef typename base_type::offset_type offset_type; typedef
/freebsd-13.1/sys/contrib/dev/iwlwifi/fw/api/
H A Dfilter.h63 u8 offset_type; member
/freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp100 using offset_type = uint64_t; typedef in llvm::InstrProfRecordWriterTrait
140 void EmitData(raw_ostream &Out, key_type_ref, data_type_ref V, offset_type) { in EmitData() argument
H A DInstrProfReader.cpp555 using offset_type = InstrProfLookupTrait::offset_type; typedef
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h343 using offset_type = uint64_t; variable
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp1734 IntegerType *offset_type(Type::getInt32Ty(context)); in ReplaceVariables() local