Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DOnDiskHashTable.h74 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/
DInstrProfWriter.cpp84 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
DInstrProfReader.cpp464 typedef InstrProfLookupTrait::offset_type offset_type; typedef
481 offset_type N) { in ReadData()
/external/llvm/include/llvm/ProfileData/
DInstrProfReader.h276 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/
DASTReaderInternals.h76 typedef unsigned offset_type; typedef
142 typedef unsigned offset_type; typedef
215 typedef unsigned offset_type; typedef
269 typedef unsigned offset_type; typedef
DGlobalModuleIndex.cpp77 typedef unsigned offset_type; typedef in __anon8f1b20180311::IdentifierIndexReaderTrait
658 typedef unsigned offset_type; typedef in __anon8f1b20180711::IdentifierIndexWriterTrait
DASTWriter.cpp1726 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/
Dradeon_setup_tgsi_llvm.c656 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/
DCacheTokens.cpp122 typedef unsigned offset_type; typedef in __anon67da98f30111::FileEntryPTHEntryInfo
619 typedef unsigned offset_type; typedef in __anon67da98f30611::PTHIdentifierTableTrait
/external/clang/lib/Lex/
DPTHLexer.cpp323 typedef unsigned offset_type; typedef in __anon44bc0e400111::PTHFileLookupCommonTrait
375 typedef unsigned offset_type; typedef in PTHManager::PTHStringLookupTrait
/external/flatbuffers/src/
Didl_gen_cpp.cpp1102 auto offset_type = in GenTable() local
1105 auto call = accessor + offset_type + ">(" + offset_str; in GenTable()