Searched refs:offset_type (Results 1 - 11 of 11) sorted by relevance

/external/llvm/include/llvm/Support/
H A DOnDiskHashTable.h43 /// 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 Of
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...]
/external/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h276 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/lib/ProfileData/
H A DInstrProfWriter.cpp84 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) {
H A DInstrProfReader.cpp464 typedef InstrProfLookupTrait::offset_type offset_type;
481 offset_type N) {
/external/clang/lib/Serialization/
H A DASTReaderInternals.h76 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
H A DGlobalModuleIndex.cpp77 typedef unsigned offset_type; typedef in class:__anon1931::IdentifierIndexReaderTrait
658 typedef unsigned offset_type; typedef in class:__anon1935::IdentifierIndexWriterTrait
H A DASTWriter.cpp1726 typedef unsigned offset_type; typedef in class:__anon1923::HeaderFileInfoTrait
2878 typedef unsigned offset_type; typedef in class:__anon1925::ASTMethodPoolTrait
3169 typedef unsigned offset_type;
3401 typedef unsigned offset_type;
/external/clang/lib/Frontend/
H A DCacheTokens.cpp122 typedef unsigned offset_type; typedef in class:__anon1685::FileEntryPTHEntryInfo
619 typedef unsigned offset_type; typedef in class:__anon1690::PTHIdentifierTableTrait
/external/clang/lib/Lex/
H A DPTHLexer.cpp323 typedef unsigned offset_type; typedef in class:__anon1739::PTHFileLookupCommonTrait
375 typedef unsigned offset_type; typedef in class:PTHManager::PTHStringLookupTrait
/external/flatbuffers/src/
H A Didl_gen_cpp.cpp1487 auto offset_type = local
1490 auto call = accessor + offset_type + ">(" + offset_str;
/external/mesa3d/src/compiler/glsl/
H A Dbuiltin_functions.cpp793 const glsl_type *offset_type = NULL);
4766 const glsl_type *offset_type)
4790 if (offset_type != NULL) {
4792 new(mem_ctx) ir_variable(offset_type, "offset", ir_var_const_in);
4762 _texelFetch(builtin_available_predicate avail, const glsl_type *return_type, const glsl_type *sampler_type, const glsl_type *coord_type, const glsl_type *offset_type) argument

Completed in 343 milliseconds