HomeSort by relevance Sort by last modified time
    Searched defs:offset_type (Results 1 - 25 of 30) sorted by null

1 2

  /external/clang/lib/Serialization/
ASTReaderInternals.h 76 typedef unsigned offset_type; typedef in class:clang::serialization::reader::ASTDeclContextNameLookupTrait
142 typedef unsigned offset_type; typedef in class:clang::serialization::reader::ASTIdentifierLookupTraitBase
215 typedef unsigned offset_type; typedef in class:clang::serialization::reader::ASTSelectorLookupTrait
269 typedef unsigned offset_type; typedef in class:clang::serialization::reader::HeaderFileInfoTrait
GlobalModuleIndex.cpp 77 typedef unsigned offset_type; typedef in class:__anon15296::IdentifierIndexReaderTrait
658 typedef unsigned offset_type; typedef in class:__anon15300::IdentifierIndexWriterTrait
  /external/llvm/lib/ProfileData/
InstrProfWriter.cpp 84 typedef uint64_t offset_type; typedef in class:llvm::InstrProfRecordWriterTrait
94 static std::pair<offset_type, offset_type>
99 offset_type N = K.size();
100 LE.write<offset_type>(N);
102 offset_type M = 0;
112 LE.write<offset_type>(M);
117 void EmitKey(raw_ostream &Out, key_type_ref K, offset_type N) {
121 void EmitData(raw_ostream &Out, key_type_ref, data_type_ref V, offset_type) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ProfileData/
InstrProfReader.h 300 typedef uint64_t offset_type; typedef in class:llvm::IndexedInstrProf::HashT
308 static std::pair<offset_type, offset_type>
312 offset_type KeyLen = endian::readNext<offset_type, little, unaligned>(D);
313 offset_type DataLen = endian::readNext<offset_type, little, unaligned>(D);
317 StringRef ReadKey(const unsigned char *D, offset_type N) {
323 data_type ReadData(StringRef K, const unsigned char *D, offset_type N);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ProfileData/
InstrProfReader.h 300 typedef uint64_t offset_type; typedef in class:llvm::IndexedInstrProf::HashT
308 static std::pair<offset_type, offset_type>
312 offset_type KeyLen = endian::readNext<offset_type, little, unaligned>(D);
313 offset_type DataLen = endian::readNext<offset_type, little, unaligned>(D);
317 StringRef ReadKey(const unsigned char *D, offset_type N) {
323 data_type ReadData(StringRef K, const unsigned char *D, offset_type N);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ProfileData/
InstrProfReader.h 300 typedef uint64_t offset_type; typedef in class:llvm::IndexedInstrProf::HashT
308 static std::pair<offset_type, offset_type>
312 offset_type KeyLen = endian::readNext<offset_type, little, unaligned>(D);
313 offset_type DataLen = endian::readNext<offset_type, little, unaligned>(D);
317 StringRef ReadKey(const unsigned char *D, offset_type N) {
323 data_type ReadData(StringRef K, const unsigned char *D, offset_type N);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ProfileData/
InstrProfReader.h 300 typedef uint64_t offset_type; typedef in class:llvm::IndexedInstrProf::HashT
308 static std::pair<offset_type, offset_type>
312 offset_type KeyLen = endian::readNext<offset_type, little, unaligned>(D);
313 offset_type DataLen = endian::readNext<offset_type, little, unaligned>(D);
317 StringRef ReadKey(const unsigned char *D, offset_type N) {
323 data_type ReadData(StringRef K, const unsigned char *D, offset_type N);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ProfileData/
InstrProfReader.h 300 typedef uint64_t offset_type; typedef in class:llvm::IndexedInstrProf::HashT
308 static std::pair<offset_type, offset_type>
312 offset_type KeyLen = endian::readNext<offset_type, little, unaligned>(D);
313 offset_type DataLen = endian::readNext<offset_type, little, unaligned>(D);
317 StringRef ReadKey(const unsigned char *D, offset_type N) {
323 data_type ReadData(StringRef K, const unsigned char *D, offset_type N);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ProfileData/
InstrProfReader.h 300 typedef uint64_t offset_type; typedef in class:llvm::IndexedInstrProf::HashT
308 static std::pair<offset_type, offset_type>
312 offset_type KeyLen = endian::readNext<offset_type, little, unaligned>(D);
313 offset_type DataLen = endian::readNext<offset_type, little, unaligned>(D);
317 StringRef ReadKey(const unsigned char *D, offset_type N) {
323 data_type ReadData(StringRef K, const unsigned char *D, offset_type N);
  /external/clang/lib/Frontend/
CacheTokens.cpp 122 typedef unsigned offset_type; typedef in class:__anon15050::FileEntryPTHEntryInfo
619 typedef unsigned offset_type; typedef in class:__anon15055::PTHIdentifierTableTrait
  /external/clang/lib/Lex/
PTHLexer.cpp 323 typedef unsigned offset_type; typedef in class:__anon15104::PTHFileLookupCommonTrait
375 typedef unsigned offset_type; typedef in class:PTHManager::PTHStringLookupTrait
  /external/llvm/include/llvm/ProfileData/
InstrProfReader.h 276 typedef uint64_t offset_type; typedef in class:llvm::IndexedInstrProf::HashT
284 static std::pair<offset_type, offset_type>
287 offset_type KeyLen = endian::readNext<offset_type, little, unaligned>(D);
288 offset_type DataLen = endian::readNext<offset_type, little, unaligned>(D);
292 StringRef ReadKey(const unsigned char *D, offset_type N) {
298 data_type ReadData(StringRef K, const unsigned char *D, offset_type N);
  /external/llvm/include/llvm/Support/
OnDiskHashTable.h 43 /// typedef uint32_t offset_type; // The type for offsets into the table.
48 /// static std::pair<offset_type, offset_type>
52 /// offset_type KeyLen);
55 /// data_type_ref Data, offset_type DataLen);
74 typedef typename Info::offset_type offset_type; typedef in class:llvm::OnDiskChainedHashTableGenerator
75 offset_type NumBuckets;
76 offset_type NumEntries;
81 offset_type Off
287 typedef typename Info::offset_type offset_type; typedef in class:llvm::OnDiskChainedHashTable
440 typedef typename base_type::offset_type offset_type; typedef in class:llvm::OnDiskIterableChainedHashTable
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
OnDiskHashTable.h 42 /// typedef uint32_t offset_type; // The type for offsets into the table.
47 /// static std::pair<offset_type, offset_type>
51 /// offset_type KeyLen);
54 /// data_type_ref Data, offset_type DataLen);
73 typedef typename Info::offset_type offset_type; typedef in class:llvm::OnDiskChainedHashTableGenerator
74 offset_type NumBuckets;
75 offset_type NumEntries;
80 offset_type Off
286 typedef typename Info::offset_type offset_type; typedef in class:llvm::OnDiskChainedHashTable
439 typedef typename base_type::offset_type offset_type; typedef in class:llvm::OnDiskIterableChainedHashTable
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
OnDiskHashTable.h 42 /// typedef uint32_t offset_type; // The type for offsets into the table.
47 /// static std::pair<offset_type, offset_type>
51 /// offset_type KeyLen);
54 /// data_type_ref Data, offset_type DataLen);
73 typedef typename Info::offset_type offset_type; typedef in class:llvm::OnDiskChainedHashTableGenerator
74 offset_type NumBuckets;
75 offset_type NumEntries;
80 offset_type Off
286 typedef typename Info::offset_type offset_type; typedef in class:llvm::OnDiskChainedHashTable
439 typedef typename base_type::offset_type offset_type; typedef in class:llvm::OnDiskIterableChainedHashTable
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
OnDiskHashTable.h 42 /// typedef uint32_t offset_type; // The type for offsets into the table.
47 /// static std::pair<offset_type, offset_type>
51 /// offset_type KeyLen);
54 /// data_type_ref Data, offset_type DataLen);
73 typedef typename Info::offset_type offset_type; typedef in class:llvm::OnDiskChainedHashTableGenerator
74 offset_type NumBuckets;
75 offset_type NumEntries;
80 offset_type Off
286 typedef typename Info::offset_type offset_type; typedef in class:llvm::OnDiskChainedHashTable
439 typedef typename base_type::offset_type offset_type; typedef in class:llvm::OnDiskIterableChainedHashTable
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
OnDiskHashTable.h 42 /// typedef uint32_t offset_type; // The type for offsets into the table.
47 /// static std::pair<offset_type, offset_type>
51 /// offset_type KeyLen);
54 /// data_type_ref Data, offset_type DataLen);
73 typedef typename Info::offset_type offset_type; typedef in class:llvm::OnDiskChainedHashTableGenerator
74 offset_type NumBuckets;
75 offset_type NumEntries;
80 offset_type Off
286 typedef typename Info::offset_type offset_type; typedef in class:llvm::OnDiskChainedHashTable
439 typedef typename base_type::offset_type offset_type; typedef in class:llvm::OnDiskIterableChainedHashTable
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
OnDiskHashTable.h 42 /// typedef uint32_t offset_type; // The type for offsets into the table.
47 /// static std::pair<offset_type, offset_type>
51 /// offset_type KeyLen);
54 /// data_type_ref Data, offset_type DataLen);
73 typedef typename Info::offset_type offset_type; typedef in class:llvm::OnDiskChainedHashTableGenerator
74 offset_type NumBuckets;
75 offset_type NumEntries;
80 offset_type Off
286 typedef typename Info::offset_type offset_type; typedef in class:llvm::OnDiskChainedHashTable
439 typedef typename base_type::offset_type offset_type; typedef in class:llvm::OnDiskIterableChainedHashTable
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
OnDiskHashTable.h 42 /// typedef uint32_t offset_type; // The type for offsets into the table.
47 /// static std::pair<offset_type, offset_type>
51 /// offset_type KeyLen);
54 /// data_type_ref Data, offset_type DataLen);
73 typedef typename Info::offset_type offset_type; typedef in class:llvm::OnDiskChainedHashTableGenerator
74 offset_type NumBuckets;
75 offset_type NumEntries;
80 offset_type Off
286 typedef typename Info::offset_type offset_type; typedef in class:llvm::OnDiskChainedHashTable
439 typedef typename base_type::offset_type offset_type; typedef in class:llvm::OnDiskIterableChainedHashTable
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
OnDiskHashTable.h 42 /// typedef uint32_t offset_type; // The type for offsets into the table.
47 /// static std::pair<offset_type, offset_type>
51 /// offset_type KeyLen);
54 /// data_type_ref Data, offset_type DataLen);
73 typedef typename Info::offset_type offset_type; typedef in class:llvm::OnDiskChainedHashTableGenerator
74 offset_type NumBuckets;
75 offset_type NumEntries;
80 offset_type Off
286 typedef typename Info::offset_type offset_type; typedef in class:llvm::OnDiskChainedHashTable
439 typedef typename base_type::offset_type offset_type; typedef in class:llvm::OnDiskIterableChainedHashTable
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
OnDiskHashTable.h 42 /// typedef uint32_t offset_type; // The type for offsets into the table.
47 /// static std::pair<offset_type, offset_type>
51 /// offset_type KeyLen);
54 /// data_type_ref Data, offset_type DataLen);
73 typedef typename Info::offset_type offset_type; typedef in class:llvm::OnDiskChainedHashTableGenerator
74 offset_type NumBuckets;
75 offset_type NumEntries;
80 offset_type Off
286 typedef typename Info::offset_type offset_type; typedef in class:llvm::OnDiskChainedHashTable
439 typedef typename base_type::offset_type offset_type; typedef in class:llvm::OnDiskIterableChainedHashTable
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
OnDiskHashTable.h 42 /// typedef uint32_t offset_type; // The type for offsets into the table.
47 /// static std::pair<offset_type, offset_type>
51 /// offset_type KeyLen);
54 /// data_type_ref Data, offset_type DataLen);
73 typedef typename Info::offset_type offset_type; typedef in class:llvm::OnDiskChainedHashTableGenerator
74 offset_type NumBuckets;
75 offset_type NumEntries;
80 offset_type Off
286 typedef typename Info::offset_type offset_type; typedef in class:llvm::OnDiskChainedHashTable
439 typedef typename base_type::offset_type offset_type; typedef in class:llvm::OnDiskIterableChainedHashTable
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
OnDiskHashTable.h 42 /// typedef uint32_t offset_type; // The type for offsets into the table.
47 /// static std::pair<offset_type, offset_type>
51 /// offset_type KeyLen);
54 /// data_type_ref Data, offset_type DataLen);
73 typedef typename Info::offset_type offset_type; typedef in class:llvm::OnDiskChainedHashTableGenerator
74 offset_type NumBuckets;
75 offset_type NumEntries;
80 offset_type Off
286 typedef typename Info::offset_type offset_type; typedef in class:llvm::OnDiskChainedHashTable
439 typedef typename base_type::offset_type offset_type; typedef in class:llvm::OnDiskIterableChainedHashTable
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
OnDiskHashTable.h 42 /// typedef uint32_t offset_type; // The type for offsets into the table.
47 /// static std::pair<offset_type, offset_type>
51 /// offset_type KeyLen);
54 /// data_type_ref Data, offset_type DataLen);
73 typedef typename Info::offset_type offset_type; typedef in class:llvm::OnDiskChainedHashTableGenerator
74 offset_type NumBuckets;
75 offset_type NumEntries;
80 offset_type Off
286 typedef typename Info::offset_type offset_type; typedef in class:llvm::OnDiskChainedHashTable
439 typedef typename base_type::offset_type offset_type; typedef in class:llvm::OnDiskIterableChainedHashTable
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
OnDiskHashTable.h 42 /// typedef uint32_t offset_type; // The type for offsets into the table.
47 /// static std::pair<offset_type, offset_type>
51 /// offset_type KeyLen);
54 /// data_type_ref Data, offset_type DataLen);
73 typedef typename Info::offset_type offset_type; typedef in class:llvm::OnDiskChainedHashTableGenerator
74 offset_type NumBuckets;
75 offset_type NumEntries;
80 offset_type Off
286 typedef typename Info::offset_type offset_type; typedef in class:llvm::OnDiskChainedHashTable
439 typedef typename base_type::offset_type offset_type; typedef in class:llvm::OnDiskIterableChainedHashTable
    [all...]

Completed in 3678 milliseconds

1 2