Home
last modified time | relevance | path

Searched refs:offset_type (Results 1 – 17 of 17) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DOnDiskHashTable.h72 typedef typename Info::offset_type offset_type; typedef
73 offset_type NumBuckets;
74 offset_type NumEntries;
79 offset_type Off;
142 offset_type Emit(raw_ostream &Out) { in Emit()
150 offset_type Emit(raw_ostream &Out, Info &InfoObj) { in Emit()
171 for (offset_type I = 0; I < NumBuckets; ++I) { in Emit()
187 const std::pair<offset_type, offset_type> &Len = in Emit()
200 assert(offset_type(DataStart - KeyStart) == Len.first && in Emit()
202 assert(offset_type(End - DataStart) == Len.second && in Emit()
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/
H A DMemProf.h454 using offset_type = uint64_t; variable
465 static std::pair<offset_type, offset_type>
469 offset_type KeyLen = endian::readNext<offset_type, little, unaligned>(D); in ReadKeyDataLength()
470 offset_type DataLen = endian::readNext<offset_type, little, unaligned>(D); in ReadKeyDataLength()
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
513 static std::pair<offset_type, offset_type>
518 offset_type N = sizeof(K); in EmitKeyDataLength()
519 LE.write<offset_type>(N); in EmitKeyDataLength()
[all …]
H A DInstrProfReader.h451 using offset_type = uint64_t; variable
459 static std::pair<offset_type, offset_type>
463 offset_type KeyLen = endian::readNext<offset_type, little, unaligned>(D); in ReadKeyDataLength()
464 offset_type DataLen = endian::readNext<offset_type, little, unaligned>(D); in ReadKeyDataLength()
468 StringRef ReadKey(const unsigned char *D, offset_type N) { in ReadKey()
474 data_type ReadData(StringRef K, const unsigned char *D, offset_type N);
/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/lib/ProfileData/
H A DInstrProfWriter.cpp106 using offset_type = uint64_t; typedef in llvm::InstrProfRecordWriterTrait
118 static std::pair<offset_type, offset_type>
124 offset_type N = K.size(); in EmitKeyDataLength()
125 LE.write<offset_type>(N); in EmitKeyDataLength()
127 offset_type M = 0; in EmitKeyDataLength()
137 LE.write<offset_type>(M); in EmitKeyDataLength()
142 void EmitKey(raw_ostream &Out, key_type_ref K, offset_type N) { in EmitKey()
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
704 offset_type N) { in ReadData()
/openbsd-src/gnu/usr.bin/binutils-2.17/binutils/
H A Ddebug.h247 bfd_boolean (*offset_type) (void *); member
H A Ddebug.c2610 return (*fns->offset_type) (fhandle); in debug_write_type()
/openbsd-src/gnu/usr.bin/binutils/binutils/
H A Ddebug.h247 bfd_boolean (*offset_type) (void *); member
H A Ddebug.c2609 return (*fns->offset_type) (fhandle); in debug_write_type()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp1687 IntegerType *offset_type(Type::getInt32Ty(context)); in ReplaceVariables() local
1689 if (!offset_type) { in ReplaceVariables()
1717 [this, name, offset_type, offset, argument, in ReplaceVariables()
1730 ConstantInt::get(offset_type, offset, true)); in ReplaceVariables()
/openbsd-src/gnu/gcc/gcc/cp/
H A Derror.c263 goto offset_type; in dump_type()
347 offset_type: in dump_type()
494 goto offset_type; in dump_type_prefix()
517 offset_type: in dump_type_prefix()
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Derror.c330 goto offset_type;
447 offset_type:
606 goto offset_type;
634 offset_type:
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dtree.def182 DEFTREECODE (OFFSET_TYPE, "offset_type", 't', 0)
/openbsd-src/gnu/gcc/gcc/
H A Dtree.def134 DEFTREECODE (OFFSET_TYPE, "offset_type", tcc_type, 0)