/external/llvm/include/llvm/Support/ |
D | OnDiskHashTable.h | 74 typedef typename Info::offset_type offset_type; typedef 75 offset_type NumBuckets; 76 offset_type NumEntries; 81 offset_type Off; 143 offset_type Emit(raw_ostream &Out) { in Emit() 151 offset_type Emit(raw_ostream &Out, Info &InfoObj) { in Emit() 172 for (offset_type I = 0; I < NumBuckets; ++I) { in Emit() 188 const std::pair<offset_type, offset_type> &Len = in Emit() 201 assert(offset_type(DataStart - KeyStart) == Len.first && in Emit() 203 assert(offset_type(End - DataStart) == Len.second && in Emit() [all …]
|
/external/llvm/lib/ProfileData/ |
D | InstrProfWriter.cpp | 84 typedef uint64_t offset_type; typedef in llvm::InstrProfRecordWriterTrait 94 static std::pair<offset_type, offset_type> 99 offset_type N = K.size(); in EmitKeyDataLength() 100 LE.write<offset_type>(N); in EmitKeyDataLength() 102 offset_type M = 0; in EmitKeyDataLength() 112 LE.write<offset_type>(M); in EmitKeyDataLength() 117 void EmitKey(raw_ostream &Out, key_type_ref K, offset_type N) { in EmitKey() 121 void EmitData(raw_ostream &Out, key_type_ref, data_type_ref V, offset_type) { in EmitData() argument
|
D | InstrProfReader.cpp | 464 typedef InstrProfLookupTrait::offset_type offset_type; typedef 481 offset_type N) { in ReadData()
|
/external/llvm/include/llvm/ProfileData/ |
D | InstrProfReader.h | 276 typedef uint64_t offset_type; typedef 284 static std::pair<offset_type, offset_type> 287 offset_type KeyLen = endian::readNext<offset_type, little, unaligned>(D); in ReadKeyDataLength() 288 offset_type DataLen = endian::readNext<offset_type, little, unaligned>(D); in ReadKeyDataLength() 292 StringRef ReadKey(const unsigned char *D, offset_type N) { in ReadKey() 298 data_type ReadData(StringRef K, const unsigned char *D, offset_type N);
|
/external/clang/lib/Serialization/ |
D | ASTReaderInternals.h | 76 typedef unsigned offset_type; typedef 142 typedef unsigned offset_type; typedef 215 typedef unsigned offset_type; typedef 269 typedef unsigned offset_type; typedef
|
D | GlobalModuleIndex.cpp | 77 typedef unsigned offset_type; typedef in __anon8f1b20180311::IdentifierIndexReaderTrait 658 typedef unsigned offset_type; typedef in __anon8f1b20180711::IdentifierIndexWriterTrait
|
D | ASTWriter.cpp | 1726 typedef unsigned offset_type; typedef in __anon84a3a1ce0311::HeaderFileInfoTrait 2878 typedef unsigned offset_type; typedef in __anon84a3a1ce0511::ASTMethodPoolTrait 3169 typedef unsigned offset_type; typedef in __anon84a3a1ce0611::ASTIdentifierTableTrait 3401 typedef unsigned offset_type; typedef in __anon84a3a1ce0711::ASTDeclContextNameLookupTrait
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | radeon_setup_tgsi_llvm.c | 656 LLVMTypeRef offset_type = bld_base->int_bld.elem_type; in txf_fetch_args() local 667 offset_type); in txf_fetch_args() 670 offset_type); in txf_fetch_args() 673 offset_type); in txf_fetch_args()
|
/external/clang/lib/Frontend/ |
D | CacheTokens.cpp | 122 typedef unsigned offset_type; typedef in __anon67da98f30111::FileEntryPTHEntryInfo 619 typedef unsigned offset_type; typedef in __anon67da98f30611::PTHIdentifierTableTrait
|
/external/clang/lib/Lex/ |
D | PTHLexer.cpp | 323 typedef unsigned offset_type; typedef in __anon44bc0e400111::PTHFileLookupCommonTrait 375 typedef unsigned offset_type; typedef in PTHManager::PTHStringLookupTrait
|
/external/flatbuffers/src/ |
D | idl_gen_cpp.cpp | 1102 auto offset_type = in GenTable() local 1105 auto call = accessor + offset_type + ">(" + offset_str; in GenTable()
|