Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DOnDiskHashTable.h72 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/
DInstrProfWriter.cpp33 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/
DInstrProfReader.h223 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/
DASTReaderInternals.h49 typedef unsigned offset_type; typedef
97 typedef unsigned offset_type; typedef
168 typedef unsigned offset_type; typedef
222 typedef unsigned offset_type; typedef
DGlobalModuleIndex.cpp76 typedef unsigned offset_type; typedef in __anon8f1b20180311::IdentifierIndexReaderTrait
655 typedef unsigned offset_type; typedef in __anon8f1b20180711::IdentifierIndexWriterTrait
DASTWriter.cpp1618 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/
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.cpp121 typedef unsigned offset_type; typedef in __anon67da98f30111::FileEntryPTHEntryInfo
618 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/lldb/source/Expression/
DIRForTarget.cpp2405 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()