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

/freebsd-11.0-release/contrib/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);
74 typedef typename Info::offset_type offset_type; typedef in class:llvm::OnDiskChainedHashTableGenerator
75 offset_type NumBuckets;
76 offset_type NumEntries;
81 offset_type Of
271 typedef typename Info::offset_type offset_type; typedef in class:llvm::OnDiskChainedHashTable
424 typedef typename base_type::offset_type offset_type; typedef in class:llvm::OnDiskIterableChainedHashTable
[all...]
/freebsd-11.0-release/contrib/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp35 typedef uint64_t offset_type; typedef in class:__anon2641::InstrProfRecordTrait
41 static std::pair<offset_type, offset_type>
46 offset_type N = K.size();
47 LE.write<offset_type>(N);
49 offset_type M = 0;
59 LE.write<offset_type>(M);
64 static void EmitKey(raw_ostream &Out, key_type_ref K, offset_type N){
69 offset_type) {
H A DInstrProfReader.cpp445 typedef InstrProfLookupTrait::offset_type offset_type;
462 offset_type N) {
/freebsd-11.0-release/contrib/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h253 typedef uint64_t offset_type; typedef in class:llvm::IndexedInstrProf::HashT
261 static std::pair<offset_type, offset_type>
264 offset_type KeyLen = endian::readNext<offset_type, little, unaligned>(D);
265 offset_type DataLen = endian::readNext<offset_type, little, unaligned>(D);
269 StringRef ReadKey(const unsigned char *D, offset_type N) {
275 data_type ReadData(StringRef K, const unsigned char *D, offset_type N);
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderInternals.h76 typedef unsigned offset_type; typedef in class:clang::serialization::reader::ASTDeclContextNameLookupTrait
142 typedef unsigned offset_type; typedef in class:clang::serialization::reader::ASTIdentifierLookupTraitBase
215 typedef unsigned offset_type; typedef in class:clang::serialization::reader::ASTSelectorLookupTrait
269 typedef unsigned offset_type; typedef in class:clang::serialization::reader::HeaderFileInfoTrait
H A DGlobalModuleIndex.cpp77 typedef unsigned offset_type; typedef in class:__anon4117::IdentifierIndexReaderTrait
658 typedef unsigned offset_type; typedef in class:__anon4121::IdentifierIndexWriterTrait
H A DASTWriter.cpp1681 typedef unsigned offset_type; typedef in class:__anon4107::HeaderFileInfoTrait
2875 typedef unsigned offset_type; typedef in class:__anon4109::ASTMethodPoolTrait
3156 typedef unsigned offset_type;
3381 typedef unsigned offset_type;
/freebsd-11.0-release/contrib/binutils/binutils/
H A Ddebug.h247 bfd_boolean (*offset_type) (void *); member in struct:debug_write_fns
H A Ddebug.c2611 return (*fns->offset_type) (fhandle);
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Frontend/
H A DCacheTokens.cpp122 typedef unsigned offset_type; typedef in class:__anon3875::FileEntryPTHEntryInfo
619 typedef unsigned offset_type; typedef in class:__anon3880::PTHIdentifierTableTrait
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Lex/
H A DPTHLexer.cpp323 typedef unsigned offset_type; typedef in class:__anon3923::PTHFileLookupCommonTrait
375 typedef unsigned offset_type; typedef in class:PTHManager::PTHStringLookupTrait
/freebsd-11.0-release/contrib/gcc/cp/
H A Derror.c263 goto offset_type;
349 offset_type:
496 goto offset_type;
524 offset_type:
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp2324 IntegerType *offset_type(Type::getInt32Ty(context));
2326 if (!offset_type)
2360 FunctionValueCache body_result_maker ([this, name, offset_type, offset, argument, value] (llvm::Function *function)->llvm::Value * {
2367 ConstantInt *offset_int(ConstantInt::get(offset_type, offset, true));

Completed in 212 milliseconds