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

/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);
72 typedef typename Info::offset_type offset_type; typedef in class:llvm::OnDiskChainedHashTableGenerator
73 offset_type NumBuckets;
74 offset_type NumEntries;
80 offset_type Of
249 typedef typename Info::offset_type offset_type; typedef in class:llvm::OnDiskChainedHashTable
383 typedef typename base_type::offset_type offset_type; typedef in class:llvm::OnDiskIterableChainedHashTable
[all...]
/external/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp34 typedef uint64_t offset_type; typedef in class:__anon25898::InstrProfRecordTrait
40 static std::pair<offset_type, offset_type>
45 offset_type N = K.size();
46 LE.write<offset_type>(N);
48 offset_type M = (1 + V->Counts.size()) * sizeof(uint64_t);
49 LE.write<offset_type>(M);
54 static void EmitKey(raw_ostream &Out, key_type_ref K, offset_type N){
59 offset_type) {
/external/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h218 typedef uint64_t offset_type; typedef in class:llvm::IndexedInstrProf::HashT
225 static std::pair<offset_type, offset_type>
228 offset_type KeyLen = endian::readNext<offset_type, little, unaligned>(D);
229 offset_type DataLen = endian::readNext<offset_type, little, unaligned>(D);
233 StringRef ReadKey(const unsigned char *D, offset_type N) {
237 InstrProfRecord ReadData(StringRef K, const unsigned char *D, offset_type N) {
/external/clang/lib/Serialization/
H A DASTReaderInternals.h49 typedef unsigned offset_type; typedef in class:clang::serialization::reader::ASTDeclContextNameLookupTrait
97 typedef unsigned offset_type; typedef in class:clang::serialization::reader::ASTIdentifierLookupTraitBase
166 typedef unsigned offset_type; typedef in class:clang::serialization::reader::ASTSelectorLookupTrait
219 typedef unsigned offset_type; typedef in class:clang::serialization::reader::HeaderFileInfoTrait
H A DGlobalModuleIndex.cpp76 typedef unsigned offset_type; typedef in class:__anon18141::IdentifierIndexReaderTrait
654 typedef unsigned offset_type; typedef in class:__anon18145::IdentifierIndexWriterTrait
H A DASTWriter.cpp1488 typedef unsigned offset_type; typedef in class:__anon18130::HeaderFileInfoTrait
1863 typedef unsigned offset_type; typedef in class:__anon18131::ASTMacroTableTrait
2748 typedef unsigned offset_type; typedef in class:__anon18132::ASTMethodPoolTrait
3103 typedef unsigned offset_type; typedef in class:__anon18133::ASTIdentifierTableTrait
3365 typedef unsigned offset_type; typedef in class:__anon18134::ASTDeclContextNameLookupTrait
/external/clang/lib/Frontend/
H A DCacheTokens.cpp121 typedef unsigned offset_type; typedef in class:__anon17910::FileEntryPTHEntryInfo
607 typedef unsigned offset_type; typedef in class:__anon17915::PTHIdentifierTableTrait
/external/clang/lib/Lex/
H A DPTHLexer.cpp324 typedef unsigned offset_type; typedef in class:__anon17947::PTHFileLookupCommonTrait
374 typedef unsigned offset_type; typedef in class:__anon17947::PTHStringLookupTrait
/external/chromium_org/third_party/mesa/src/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);
/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);
/external/lldb/source/Expression/
H A DIRForTarget.cpp2405 IntegerType *offset_type(Type::getInt32Ty(context));
2407 if (!offset_type)
2441 FunctionValueCache body_result_maker ([this, name, offset_type, offset, argument, value] (llvm::Function *function)->llvm::Value * {
2448 ConstantInt *offset_int(ConstantInt::get(offset_type, offset, true));

Completed in 1111 milliseconds