Searched refs:offset_type (Results 1 – 8 of 8) sorted by relevance
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/ |
| H A D | OnDiskHashTable.h | 72 typedef typename Info::offset_type offset_type; typedef 73 offset_type NumBuckets; 74 offset_type NumEntries; 80 offset_type Off; 136 offset_type Emit(raw_ostream &Out) { in Emit() 144 offset_type Emit(raw_ostream &Out, Info &InfoObj) { in Emit() 149 for (offset_type I = 0; I < NumBuckets; ++I) { in Emit() 165 const std::pair<offset_type, offset_type> &Len = in Emit() 173 offset_type TableOff = Out.tell(); in Emit() 174 uint64_t N = llvm::OffsetToAlignment(TableOff, alignOf<offset_type>()); in Emit() [all …]
|
| /minix3/external/bsd/llvm/dist/llvm/lib/ProfileData/ |
| H A D | InstrProfWriter.cpp | 33 typedef uint64_t offset_type; typedef in __anon882ab7a10111::InstrProfRecordTrait 39 static std::pair<offset_type, offset_type> 44 offset_type N = K.size(); in EmitKeyDataLength() 45 LE.write<offset_type>(N); in EmitKeyDataLength() 47 offset_type M = 0; in EmitKeyDataLength() 50 LE.write<offset_type>(M); in EmitKeyDataLength() 55 static void EmitKey(raw_ostream &Out, key_type_ref K, offset_type N){ in EmitKey() 60 offset_type) { in EmitData() argument
|
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/ProfileData/ |
| H A D | InstrProfReader.h | 222 typedef uint64_t offset_type; typedef 229 static std::pair<offset_type, offset_type> 232 offset_type KeyLen = endian::readNext<offset_type, little, unaligned>(D); in ReadKeyDataLength() 233 offset_type DataLen = endian::readNext<offset_type, little, unaligned>(D); in ReadKeyDataLength() 237 StringRef ReadKey(const unsigned char *D, offset_type N) { in ReadKey() 241 data_type ReadData(StringRef K, const unsigned char *D, offset_type N) { in ReadData()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Serialization/ |
| H A D | ASTReaderInternals.h | 49 typedef unsigned offset_type; typedef 97 typedef unsigned offset_type; typedef 168 typedef unsigned offset_type; typedef 222 typedef unsigned offset_type; typedef
|
| H A D | GlobalModuleIndex.cpp | 76 typedef unsigned offset_type; typedef in __anonffcf63e90311::IdentifierIndexReaderTrait 655 typedef unsigned offset_type; typedef in __anonffcf63e90711::IdentifierIndexWriterTrait
|
| H A D | ASTWriter.cpp | 1603 typedef unsigned offset_type; typedef in __anon48dda49f0411::HeaderFileInfoTrait 1972 typedef unsigned offset_type; typedef in __anon48dda49f0511::ASTMacroTableTrait 2880 typedef unsigned offset_type; typedef in __anon48dda49f0711::ASTMethodPoolTrait 3276 typedef unsigned offset_type; typedef in __anon48dda49f0811::ASTIdentifierTableTrait 3565 typedef unsigned offset_type; typedef in __anon48dda49f0911::ASTDeclContextNameLookupTrait
|
| /minix3/external/bsd/llvm/dist/clang/lib/Frontend/ |
| H A D | CacheTokens.cpp | 121 typedef unsigned offset_type; typedef in __anon527225640111::FileEntryPTHEntryInfo 609 typedef unsigned offset_type; typedef in __anon527225640611::PTHIdentifierTableTrait
|
| /minix3/external/bsd/llvm/dist/clang/lib/Lex/ |
| H A D | PTHLexer.cpp | 323 typedef unsigned offset_type; typedef in __anon56eab9b10111::PTHFileLookupCommonTrait 375 typedef unsigned offset_type; typedef in PTHManager::PTHStringLookupTrait
|