Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/
H A DMemProf.h454 using offset_type = uint64_t; variable
474 uint64_t ReadKey(const unsigned char *D, offset_type /*Unused*/) { in ReadKey() argument
480 offset_type /*Unused*/) { in ReadData() argument
502 using offset_type = uint64_t; variable
525 void EmitKey(raw_ostream &Out, key_type_ref K, offset_type /*Unused*/) { in EmitKey() argument
532 offset_type /*Unused*/) { in EmitData() argument
548 using offset_type = uint64_t; variable
563 void EmitKey(raw_ostream &Out, key_type_ref K, offset_type /*Unused*/) { in EmitKey() argument
570 offset_type /*Unused*/) { in EmitData() argument
582 using offset_type = uint64_t; variable
[all …]
H A DInstrProfReader.h451 using offset_type = uint64_t; variable
/openbsd-src/gnu/llvm/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 __anoncf781a4d0311::IdentifierIndexReaderTrait
727 typedef unsigned offset_type; typedef in __anoncf781a4d0811::IdentifierIndexWriterTrait
H A DASTWriter.cpp1768 using offset_type = unsigned; typedef in __anona57837030711::HeaderFileInfoTrait
3213 using offset_type = unsigned; typedef in __anona57837030d11::ASTMethodPoolTrait
3516 using offset_type = unsigned; typedef in __anona57837030e11::ASTIdentifierTableTrait
3741 using offset_type = unsigned; typedef in __anona57837030f11::ASTDeclContextNameLookupTrait
/openbsd-src/gnu/llvm/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
439 typedef typename base_type::offset_type offset_type; typedef
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp106 using offset_type = uint64_t; typedef in llvm::InstrProfRecordWriterTrait
146 void EmitData(raw_ostream &Out, key_type_ref, data_type_ref V, offset_type) { in EmitData() argument
H A DInstrProfReader.cpp687 using offset_type = InstrProfLookupTrait::offset_type; typedef
/openbsd-src/gnu/usr.bin/binutils-2.17/binutils/
H A Ddebug.h247 bfd_boolean (*offset_type) (void *); member
/openbsd-src/gnu/usr.bin/binutils/binutils/
H A Ddebug.h247 bfd_boolean (*offset_type) (void *); member
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp1687 IntegerType *offset_type(Type::getInt32Ty(context)); in ReplaceVariables() local