Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DMemProf.h453 using offset_type = uint64_t; variable
473 uint64_t ReadKey(const unsigned char *D, offset_type /*Unused*/) { in ReadKey() argument
479 offset_type /*Unused*/) { in ReadData() argument
501 using offset_type = uint64_t; variable
524 void EmitKey(raw_ostream &Out, key_type_ref K, offset_type /*Unused*/) { in EmitKey() argument
531 offset_type /*Unused*/) { in EmitData() argument
547 using offset_type = uint64_t; variable
569 offset_type /*Unused*/) { in EmitData() argument
581 using offset_type = uint64_t; variable
600 uint64_t ReadKey(const unsigned char *D, offset_type /*Unused*/) { in ReadKey() argument
[all …]
H A DInstrProfReader.h419 using offset_type = uint64_t; variable
/llvm-project-15.0.7/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.cpp79 typedef unsigned offset_type; typedef in __anon244be4660311::IdentifierIndexReaderTrait
727 typedef unsigned offset_type; typedef in __anon244be4660811::IdentifierIndexWriterTrait
H A DASTWriter.cpp1765 using offset_type = unsigned; typedef in __anon7df3f81c0311::HeaderFileInfoTrait
3194 using offset_type = unsigned; typedef in __anon7df3f81c0911::ASTMethodPoolTrait
3497 using offset_type = unsigned; typedef in __anon7df3f81c0a11::ASTIdentifierTableTrait
3722 using offset_type = unsigned; typedef in __anon7df3f81c0b11::ASTDeclContextNameLookupTrait
/llvm-project-15.0.7/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
/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp105 using offset_type = uint64_t; typedef in llvm::InstrProfRecordWriterTrait
145 void EmitData(raw_ostream &Out, key_type_ref, data_type_ref V, offset_type) { in EmitData() argument
H A DInstrProfReader.cpp637 using offset_type = InstrProfLookupTrait::offset_type; typedef
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp1687 IntegerType *offset_type(Type::getInt32Ty(context)); in ReplaceVariables() local