HomeSort by relevance Sort by last modified time
    Searched refs:offset_type (Results 1 - 12 of 12) sorted by null

  /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
271 typedef typename Info::offset_type offset_type; typedef in class:llvm::OnDiskChainedHashTable
424 typedef typename base_type::offset_type offset_type; typedef in class:llvm::OnDiskIterableChainedHashTable
    [all...]
  /external/llvm/lib/ProfileData/
InstrProfWriter.cpp 35 typedef uint64_t offset_type; typedef in class:__anon17471::InstrProfRecordTrait
41 static std::pair<offset_type, offset_type>
46 offset_type N = K.size();
47 LE.write<offset_type>(N);
49 offset_type M = 0;
59 LE.write<offset_type>(M);
64 static void EmitKey(raw_ostream &Out, key_type_ref K, offset_type N){
69 offset_type) {
InstrProfReader.cpp 445 typedef InstrProfLookupTrait::offset_type offset_type;
462 offset_type N) {
  /external/llvm/include/llvm/ProfileData/
InstrProfReader.h 253 typedef uint64_t offset_type; typedef in class:llvm::IndexedInstrProf::HashT
261 static std::pair<offset_type, offset_type>
264 offset_type KeyLen = endian::readNext<offset_type, little, unaligned>(D);
265 offset_type DataLen = endian::readNext<offset_type, little, unaligned>(D);
269 StringRef ReadKey(const unsigned char *D, offset_type N) {
275 data_type ReadData(StringRef K, const unsigned char *D, offset_type N);
  /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:__anon6719::IdentifierIndexReaderTrait
658 typedef unsigned offset_type; typedef in class:__anon6723::IdentifierIndexWriterTrait
ASTWriter.cpp 1665 typedef unsigned offset_type; typedef in class:__anon6709::HeaderFileInfoTrait
2859 typedef unsigned offset_type; typedef in class:__anon6711::ASTMethodPoolTrait
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
debug.h 247 bfd_boolean (*offset_type) (void *); member in struct:debug_write_fns
debug.c     [all...]
  /external/clang/lib/Frontend/
CacheTokens.cpp 122 typedef unsigned offset_type; typedef in class:__anon6478::FileEntryPTHEntryInfo
619 typedef unsigned offset_type; typedef in class:__anon6483::PTHIdentifierTableTrait
  /external/clang/lib/Lex/
PTHLexer.cpp 323 typedef unsigned offset_type; typedef in class:__anon6526::PTHFileLookupCommonTrait
375 typedef unsigned offset_type; typedef in class:PTHManager::PTHStringLookupTrait
  /external/mesa3d/src/gallium/drivers/radeon/
radeon_setup_tgsi_llvm.c 656 LLVMTypeRef offset_type = bld_base->int_bld.elem_type; local
667 offset_type);
670 offset_type);
673 offset_type);
    [all...]

Completed in 1731 milliseconds