/external/llvm/include/llvm/Support/ |
D | OnDiskHashTable.h | 72 typedef typename Info::offset_type offset_type; typedef 73 offset_type NumBuckets; 74 offset_type NumEntries; 80 offset_type Off; 136 offset_type Emit(raw_ostream &Out) { in Emit() 144 offset_type Emit(raw_ostream &Out, Info &InfoObj) { in Emit() 149 for (offset_type I = 0; I < NumBuckets; ++I) { in Emit() 165 const std::pair<offset_type, offset_type> &Len = in Emit() 173 offset_type TableOff = Out.tell(); in Emit() 174 uint64_t N = llvm::OffsetToAlignment(TableOff, alignOf<offset_type>()); in Emit() [all …]
|
/external/llvm/lib/ProfileData/ |
D | InstrProfWriter.cpp | 34 typedef uint64_t offset_type; typedef in __anonc1ec0f270111::InstrProfRecordTrait 40 static std::pair<offset_type, offset_type> 45 offset_type N = K.size(); in EmitKeyDataLength() 46 LE.write<offset_type>(N); in EmitKeyDataLength() 48 offset_type M = (1 + V->Counts.size()) * sizeof(uint64_t); in EmitKeyDataLength() 49 LE.write<offset_type>(M); in EmitKeyDataLength() 54 static void EmitKey(raw_ostream &Out, key_type_ref K, offset_type N){ in EmitKey() 59 offset_type) { in EmitData() argument
|
/external/llvm/include/llvm/ProfileData/ |
D | InstrProfReader.h | 218 typedef uint64_t offset_type; typedef 225 static std::pair<offset_type, offset_type> 228 offset_type KeyLen = endian::readNext<offset_type, little, unaligned>(D); in ReadKeyDataLength() 229 offset_type DataLen = endian::readNext<offset_type, little, unaligned>(D); in ReadKeyDataLength() 233 StringRef ReadKey(const unsigned char *D, offset_type N) { in ReadKey() 237 InstrProfRecord ReadData(StringRef K, const unsigned char *D, offset_type N) { in ReadData()
|
/external/clang/lib/Serialization/ |
D | ASTReaderInternals.h | 49 typedef unsigned offset_type; typedef 97 typedef unsigned offset_type; typedef 166 typedef unsigned offset_type; typedef 219 typedef unsigned offset_type; typedef
|
D | GlobalModuleIndex.cpp | 76 typedef unsigned offset_type; typedef in __anona3925f2f0311::IdentifierIndexReaderTrait 654 typedef unsigned offset_type; typedef in __anona3925f2f0711::IdentifierIndexWriterTrait
|
D | ASTWriter.cpp | 1488 typedef unsigned offset_type; typedef in __anon5654b9e50411::HeaderFileInfoTrait 1863 typedef unsigned offset_type; typedef in __anon5654b9e50511::ASTMacroTableTrait 2748 typedef unsigned offset_type; typedef in __anon5654b9e50611::ASTMethodPoolTrait 3103 typedef unsigned offset_type; typedef in __anon5654b9e50711::ASTIdentifierTableTrait 3365 typedef unsigned offset_type; typedef in __anon5654b9e50811::ASTDeclContextNameLookupTrait
|
/external/clang/lib/Frontend/ |
D | CacheTokens.cpp | 121 typedef unsigned offset_type; typedef in __anon8881d06a0111::FileEntryPTHEntryInfo 607 typedef unsigned offset_type; typedef in __anon8881d06a0611::PTHIdentifierTableTrait
|
/external/clang/lib/Lex/ |
D | PTHLexer.cpp | 324 typedef unsigned offset_type; typedef in __anon73dabeb70111::PTHFileLookupCommonTrait 374 typedef unsigned offset_type; typedef in __anon73dabeb70111::PTHStringLookupTrait
|
/external/chromium_org/third_party/mesa/src/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/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/lldb/source/Expression/ |
D | IRForTarget.cpp | 2405 IntegerType *offset_type(Type::getInt32Ty(context)); in ReplaceVariables() local 2407 if (!offset_type) in ReplaceVariables() 2441 …FunctionValueCache body_result_maker ([this, name, offset_type, offset, argument, value] (llvm::Fu… in ReplaceVariables() 2448 ConstantInt *offset_int(ConstantInt::get(offset_type, offset, true)); in ReplaceVariables()
|