Searched defs:offset_type (Results 1 - 9 of 9) sorted by relevance

/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:__anon1448::IdentifierIndexReaderTrait
658 typedef unsigned offset_type; typedef in class:__anon1452::IdentifierIndexWriterTrait
H A DASTWriter.cpp1665 typedef unsigned offset_type; typedef in class:__anon1438::HeaderFileInfoTrait
2859 typedef unsigned offset_type; typedef in class:__anon1440::ASTMethodPoolTrait
3140 typedef unsigned offset_type;
3365 typedef unsigned offset_type;
/external/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp35 typedef uint64_t offset_type; typedef in class:__anon11959::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) {
/external/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h253 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/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
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/clang/lib/Frontend/
H A DCacheTokens.cpp122 typedef unsigned offset_type; typedef in class:__anon1207::FileEntryPTHEntryInfo
619 typedef unsigned offset_type; typedef in class:__anon1212::PTHIdentifierTableTrait
/external/clang/lib/Lex/
H A DPTHLexer.cpp323 typedef unsigned offset_type; typedef in class:__anon1255::PTHFileLookupCommonTrait
375 typedef unsigned offset_type; typedef in class:PTHManager::PTHStringLookupTrait
/external/mesa3d/src/gallium/drivers/radeon/
H A Dradeon_setup_tgsi_llvm.c656 LLVMTypeRef offset_type = bld_base->int_bld.elem_type; local
667 offset_type);
670 offset_type);
673 offset_type);

Completed in 1018 milliseconds