/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; 79 offset_type Off; 133 offset_type Emit(raw_ostream &Out) { in Emit() 141 offset_type Emit(raw_ostream &Out, Info &InfoObj) { in Emit() 146 for (offset_type I = 0; I < NumBuckets; ++I) { in Emit() 162 const std::pair<offset_type, offset_type> &Len = in Emit() 170 offset_type TableOff = Out.tell(); in Emit() 171 uint64_t N = llvm::OffsetToAlignment(TableOff, alignOf<offset_type>()); in Emit() [all …]
|
/external/llvm/lib/ProfileData/ |
D | InstrProfWriter.cpp | 33 typedef uint64_t offset_type; typedef in __anon74a55a700111::InstrProfRecordTrait 39 static std::pair<offset_type, offset_type> 44 offset_type N = K.size(); in EmitKeyDataLength() 45 LE.write<offset_type>(N); in EmitKeyDataLength() 47 offset_type M = 0; in EmitKeyDataLength() 50 LE.write<offset_type>(M); in EmitKeyDataLength() 55 static void EmitKey(raw_ostream &Out, key_type_ref K, offset_type N){ in EmitKey() 60 offset_type) { in EmitData() argument
|
/external/llvm/include/llvm/ProfileData/ |
D | InstrProfReader.h | 223 typedef uint64_t offset_type; typedef 230 static std::pair<offset_type, offset_type> 233 offset_type KeyLen = endian::readNext<offset_type, little, unaligned>(D); in ReadKeyDataLength() 234 offset_type DataLen = endian::readNext<offset_type, little, unaligned>(D); in ReadKeyDataLength() 238 StringRef ReadKey(const unsigned char *D, offset_type N) { in ReadKey() 242 data_type 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 168 typedef unsigned offset_type; typedef 222 typedef unsigned offset_type; typedef
|
D | GlobalModuleIndex.cpp | 76 typedef unsigned offset_type; typedef in __anon8f1b20180311::IdentifierIndexReaderTrait 655 typedef unsigned offset_type; typedef in __anon8f1b20180711::IdentifierIndexWriterTrait
|
D | ASTWriter.cpp | 1618 typedef unsigned offset_type; typedef in __anon84a3a1ce0411::HeaderFileInfoTrait 1987 typedef unsigned offset_type; typedef in __anon84a3a1ce0511::ASTMacroTableTrait 2887 typedef unsigned offset_type; typedef in __anon84a3a1ce0711::ASTMethodPoolTrait 3311 typedef unsigned offset_type; typedef in __anon84a3a1ce0811::ASTIdentifierTableTrait 3559 typedef unsigned offset_type; typedef in __anon84a3a1ce0911::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 | 121 typedef unsigned offset_type; typedef in __anon67da98f30111::FileEntryPTHEntryInfo 618 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/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()
|