/freebsd-src/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | MetadataLoader.cpp | 1 //===- MetadataLoader.cpp - Internal BitcodeReader implementation -------- 126 unsigned size() const { return MetadataPtrs.size(); } size() function in __anon4cf3dce50111::BitcodeReaderMetadataList 759 unsigned size() const { return MetadataList.size(); } size() function in MetadataLoader::MetadataLoaderImpl 767 SmallVector<uint64_t, 64> Record; lazyLoadModuleMetadataBlock() local 892 unsigned Size = Record.size(); lazyLoadModuleMetadataBlock() local 974 SmallVector<uint64_t, 64> Record; loadGlobalDeclAttachments() local 1061 SmallVector<uint64_t, 64> Record; parseMetadata() local 1159 SmallVector<uint64_t, 64> Record; lazyLoadOneMetadata() local 1237 parseOneMetadata(SmallVectorImpl<uint64_t> & Record,unsigned Code,PlaceholderQueue & Placeholders,StringRef Blob,unsigned & NextMetadataNo) parseOneMetadata() argument 1307 unsigned Size = Record.size(); parseOneMetadata() local 1357 unsigned Size = Record.size(); parseOneMetadata() local 2272 parseMetadataStrings(ArrayRef<uint64_t> Record,StringRef Blob,function_ref<void (StringRef)> CallBack) parseMetadataStrings() argument 2295 uint32_t Size; parseMetadataStrings() local 2309 parseGlobalObjectAttachment(GlobalObject & GO,ArrayRef<uint64_t> Record) parseGlobalObjectAttachment() argument 2330 SmallVector<uint64_t, 64> Record; parseMetadataAttachment() local 2415 parseMetadataKindRecord(SmallVectorImpl<uint64_t> & Record) parseMetadataKindRecord() argument 2433 SmallVector<uint64_t, 64> Record; parseMetadataKinds() local 2516 unsigned MetadataLoader::size() const { return Pimpl->size(); } size() function in MetadataLoader [all...] |
H A D | BitcodeReader.cpp | 1 //===- BitcodeReader.cpp - Internal BitcodeReader implementation -------- 159 convertToString(ArrayRef<uint64_t> Record,unsigned Idx,StrTy & Result) convertToString() argument 185 SmallVector<uint64_t, 64> Record; readIdentificationBlock() local 264 SmallVector<uint64_t, 64> Record; hasObjCCategoryInModule() local 342 SmallVector<uint64_t, 64> Record; readModuleTriple() local 460 parseVersionRecord(ArrayRef<uint64_t> Record) parseVersionRecord() argument 471 readNameFromStrtab(ArrayRef<uint64_t> Record) readNameFromStrtab() argument 743 getValueTypePair(const SmallVectorImpl<uint64_t> & Record,unsigned & Slot,unsigned InstNum,Value * & ResVal,unsigned & TypeID,BasicBlock * ConstExprInsertBB) getValueTypePair() argument 772 popValue(const SmallVectorImpl<uint64_t> & Record,unsigned & Slot,unsigned InstNum,Type * Ty,unsigned TyID,Value * & ResVal,BasicBlock * ConstExprInsertBB) popValue() argument 783 getValue(const SmallVectorImpl<uint64_t> & Record,unsigned Slot,unsigned InstNum,Type * Ty,unsigned TyID,Value * & ResVal,BasicBlock * ConstExprInsertBB) getValue() argument 792 getValue(const SmallVectorImpl<uint64_t> & Record,unsigned Slot,unsigned InstNum,Type * Ty,unsigned TyID,BasicBlock * ConstExprInsertBB) getValue() argument 804 getValueSigned(const SmallVectorImpl<uint64_t> & Record,unsigned Slot,unsigned InstNum,Type * Ty,unsigned TyID,BasicBlock * ConstExprInsertBB) getValueSigned() argument 1867 SmallVector<uint64_t, 64> Record; parseAttributeBlock() local 2155 SmallVector<uint64_t, 64> Record; parseAttributeGroupBlock() local 2299 SmallVector<uint64_t, 64> Record; parseTypeTableBody() local 2599 SmallVector<uint64_t, 64> Record; parseOperandBundleTags() local 2641 SmallVector<uint64_t, 64> Record; parseSyncScopeNames() local 2680 recordValue(SmallVectorImpl<uint64_t> & Record,unsigned NameIndex,Triple & TT) recordValue() argument 2720 setDeferredFunctionInfo(unsigned FuncBitcodeOffsetDelta,Function * F,ArrayRef<uint64_t> Record) setDeferredFunctionInfo() argument 2742 SmallVector<uint64_t, 64> Record; parseGlobalValueSymbolTable() local 2817 SmallVector<uint64_t, 64> Record; parseValueSymbolTable() local 2997 SmallVector<uint64_t, 64> Record; parseConstants() local 3111 unsigned Size = Record.size(); parseConstants() local 3571 SmallVector<uint64_t, 64> Record; parseUseLists() local 3752 SmallVector<uint64_t, 64> Record; rememberAndSkipFunctionBodies() local 3790 parseComdatRecord(ArrayRef<uint64_t> Record) parseComdatRecord() argument 3837 parseGlobalVarRecord(ArrayRef<uint64_t> Record) parseGlobalVarRecord() argument 3970 parseFunctionRecord(ArrayRef<uint64_t> Record) parseFunctionRecord() argument 4147 parseGlobalIndirectSymbolRecord(unsigned BitCode,ArrayRef<uint64_t> Record) parseGlobalIndirectSymbolRecord() argument 4244 SmallVector<uint64_t, 64> Record; parseModule() local 4701 SmallVector<uint64_t, 64> Record; parseFunctionBody() local 5287 unsigned Size = Record.size(); parseFunctionBody() local 5955 Value *Size = getFnValueByID(Record[2], OpTy, OpTyID, CurBB); parseFunctionBody() local 6835 SmallVector<uint64_t, 64> Record; parseValueSymbolTable() local 6916 SmallVector<uint64_t, 64> Record; parseModule() local 7052 makeRefList(ArrayRef<uint64_t> Record) makeRefList() argument 7061 makeCallList(ArrayRef<uint64_t> Record,bool IsOldProfileFormat,bool HasProfile,bool HasRelBF) makeCallList() argument 7087 parseWholeProgramDevirtResolutionByArg(ArrayRef<uint64_t> Record,size_t & Slot,WholeProgramDevirtResolution & Wpd) parseWholeProgramDevirtResolutionByArg() argument 7101 parseWholeProgramDevirtResolution(ArrayRef<uint64_t> Record,StringRef Strtab,size_t & Slot,TypeIdSummary & TypeId) parseWholeProgramDevirtResolution() argument 7117 parseTypeIdSummaryRecord(ArrayRef<uint64_t> Record,StringRef Strtab,ModuleSummaryIndex & TheIndex) parseTypeIdSummaryRecord() argument 7137 parseParamAccesses(ArrayRef<uint64_t> Record) parseParamAccesses() argument 7172 parseTypeIdCompatibleVtableInfo(ArrayRef<uint64_t> Record,size_t & Slot,TypeIdCompatibleVtableInfo & TypeId) parseTypeIdCompatibleVtableInfo() argument 7180 parseTypeIdCompatibleVtableSummaryRecord(ArrayRef<uint64_t> Record) parseTypeIdCompatibleVtableSummaryRecord() argument 7209 SmallVector<uint64_t, 64> Record; parseEntireSummary() local 7736 SmallVector<uint64_t, 64> Record; parseModuleStringTable() local 7851 SmallVector<uint64_t, 1> Record; readBlobInRecord() local 8078 SmallVector<uint64_t, 64> Record; getEnableSplitLTOUnitAndUnifiedFlag() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | MergingTypeTableBuilder.cpp | 1 //===- MergingTypeTableBuilder.cpp ----------------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 25 return TypeIndex::fromArrayIndex(SeenRecords.size()); in nextTypeIndex() 61 return Index.toArrayIndex() < SeenRecords.size(); in contains() 64 uint32_t MergingTypeTableBuilder::size() { return SeenRecords.size(); } in size() function in MergingTypeTableBuilder 66 uint32_t MergingTypeTableBuilder::capacity() { return SeenRecords.size(); } in capacity() 79 uint8_t *Stable = Alloc.Allocate<uint8_t>(Data.size()); in stabilize() 80 memcpy(Stable, Data.data(), Data.size()); in stabilize() 81 return ArrayRef(Stable, Data.size()); in stabilize() [all …]
|
H A D | GlobalTypeTableBuilder.cpp | 1 //===- GlobalTypeTableBuilder.cpp -----------------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 24 return TypeIndex::fromArrayIndex(SeenRecords.size()); in nextTypeIndex() 60 return Index.toArrayIndex() < SeenRecords.size(); in contains() 63 uint32_t GlobalTypeTableBuilder::size() { return SeenRecords.size(); } in size() function in GlobalTypeTableBuilder 65 uint32_t GlobalTypeTableBuilder::capacity() { return SeenRecords.size(); } in capacity() 82 uint8_t *Stable = Alloc.Allocate<uint8_t>(Data.size()); in stabilize() 83 memcpy(Stable, Data.data(), Data.size()); in stabilize() 84 return ArrayRef(Stable, Data.size()); in stabilize() [all …]
|
H A D | TypeRecordMapping.cpp | 1 //===- TypeRecordMapping.cpp ------------------------------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 156 Method.VFTableOffset = -1; in operator ()() 188 size_t BytesNeeded = Name.size() + UniqueName.size() + 2; in mapNameAndUniqueName() 197 assert(UniqueB.size() == 36); in mapNameAndUniqueName() 202 size_t TakeN = std::min(MaxTakeN, BytesLeft - UniqueB.size() - 2) - 32; in mapNameAndUniqueName() 217 auto N = StringRef(Name).take_front(BytesLeft - 1); in mapNameAndUniqueName() 222 // record. Truncating large names are done during writing, so its not in mapNameAndUniqueName() 237 // split with continuation records. All other record types cannot be in visitTypeBegin() [all …]
|
H A D | AppendingTypeTableBuilder.cpp | 1 //===- AppendingTypeTableBuilder.cpp --------------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 24 return TypeIndex::fromArrayIndex(SeenRecords.size()); in nextTypeIndex() 57 return Index.toArrayIndex() < SeenRecords.size(); in contains() 60 uint32_t AppendingTypeTableBuilder::size() { return SeenRecords.size(); } in size() function in AppendingTypeTableBuilder 62 uint32_t AppendingTypeTableBuilder::capacity() { return SeenRecords.size(); } in capacity() 71 ArrayRef<uint8_t> Record) { in stabilize() argument 72 uint8_t *Stable = RecordStorage.Allocate<uint8_t>(Record.size()); in stabilize() 73 memcpy(Stable, Record.data(), Record.size()); in stabilize() [all …]
|
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/ |
H A D | PerfSupportPlugin.cpp | 1 //===----- PerfSupportPlugin.cpp --- Utils for perf support -----*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 28 // Creates an EH frame header prepared for a 32-bit relative relocation 29 // to the start of the .eh_frame section. Absolute injects a 64-bit absolute 89 PerfJITCodeLoadRecord Record; in getCodeLoadRecord() local 92 auto Size = Sym.getSize(); in getCodeLoadRecord() local 93 Record.Prefix.Id = PerfJITRecordType::JIT_CODE_LOAD; in getCodeLoadRecord() 95 Record.Pid = 0; in getCodeLoadRecord() [all …]
|
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/ |
H A D | SerializedDiagnosticReader.cpp | 1 //===- SerializedDiagnosticReader.cpp - Reads diagnostics -----------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 110 Record = 1, enumerator 128 // We found a record. in skipUntilRecordOrBlock() 130 return Cursor::Record; in skipUntilRecordOrBlock() 179 case Cursor::Record: in readMetaBlock() 194 SmallVector<uint64_t, 1> Record; in readMetaBlock() local 195 Expected<unsigned> MaybeRecordID = Stream.readRecord(BlockOrCode, Record); in readMetaBlock() 201 if (Record.size() < 1) in readMetaBlock() [all …]
|
H A D | SerializedDiagnosticPrinter.cpp | 1 //===--- SerializedDiagnosticPrinter.cpp - Serializer for diagnostics -----===// 5 // SPDX-Licens 217 AddLocToRecord(FullSourceLoc Loc,RecordDataImpl & Record,unsigned TokSize=0) AddLocToRecord() argument 265 RecordData Record; global() member 313 EmitBlockID(unsigned ID,const char * Name,llvm::BitstreamWriter & Stream,RecordDataImpl & Record) EmitBlockID() argument 333 EmitRecordID(unsigned ID,const char * Name,llvm::BitstreamWriter & Stream,RecordDataImpl & Record) EmitRecordID() argument 344 AddLocToRecord(FullSourceLoc Loc,PresumedLoc PLoc,RecordDataImpl & Record,unsigned TokSize) AddLocToRecord() argument 361 AddCharSourceRangeToRecord(CharSourceRange Range,RecordDataImpl & Record,const SourceManager & SM) AddCharSourceRangeToRecord() argument 383 RecordData::value_type Record[] = {RECORD_FILENAME, entry, 0 /* For legacy */, getEmitFile() local 430 RecordData &Record = State->Record; EmitBlockInfoBlock() local 519 RecordData::value_type Record[] = {RECORD_VERSION, VersionNumber}; EmitMetaBlock() local 531 RecordData::value_type Record[] = {RECORD_CATEGORY, category, catName.size()}; getEmitCategory() local 560 RecordData::value_type Record[] = {RECORD_DIAG_FLAG, entry.first, getEmitDiagnosticFlag() local 644 RecordData &Record = State->Record; EmitDiagnosticMessage() local 701 RecordData &Record = State->Record; EmitCodeContext() local 832 RecordData::value_type Record[] = { visitSourceRangeRecord() local 843 RecordData::value_type Record[] = { visitDiagnosticRecord() local 857 RecordData::value_type Record[] = {RECORD_FIXIT, FileLookup[Start.FileID], visitFixitRecord() local 867 visitFilenameRecord(unsigned ID,unsigned Size,unsigned Timestamp,StringRef Name) visitFilenameRecord() argument [all...] |
/freebsd-src/contrib/wpa/src/wps/ |
H A D | ndef.c | 2 * NDEF(NFC Data Exchange Format) routines for Wi-Fi Protected Setup 3 * Reference is "NFCForum-TS-NDEF_1.0 2006-07-24". 4 * Copyright (c) 2009-2012, Masashi Honma <masashi.honma@gmail.com> 35 static int ndef_parse_record(const u8 *data, u32 size, in ndef_parse_record() argument 36 struct ndef_record *record) in ndef_parse_record() argument 40 if (size < 2) in ndef_parse_record() 41 return - in ndef_parse_record() 86 struct ndef_record record; ndef_parse_records() local 111 struct wpabuf *record; ndef_build_record() local 155 wifi_filter(struct ndef_record * record) wifi_filter() argument 181 p2p_filter(struct ndef_record * record) p2p_filter() argument [all...] |
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/ |
H A D | SymbolFileBreakpad.cpp | 1 //===-- SymbolFileBreakpad.cpp -------- 214 auto record = LineRecord::parse(*It); ParseCompileUnitAtIndex() local 248 if (auto record = FuncRecord::parse(*It)) { GetOrCreateFunction() local 314 if (auto record = InlineRecord::parse(*It)) { ParseBlocksRecursive() local 356 auto record = InlineOriginRecord::parse(line); ParseInlineOriginRecords() local 419 for (size_t i = 0, size = GetNumCompileUnits(); i < size; ++i) { ResolveSymbolContext() local 467 __anoncec9156e0202(addr_t address, std::optional<addr_t> size, llvm::StringRef name) AddSymbols() argument 491 if (auto record = PublicRecord::parse(line)) AddSymbols() local 507 auto record = StackWinRecord::parse( GetParameterStackSize() local 671 std::optional<StackCFIRecord> record = StackCFIRecord::parse(*It); ParseCFIUnwindPlan() local 695 std::optional<StackWinRecord> record = StackWinRecord::parse(*It); ParseWinUnwindPlan() local 794 auto record = FileRecord::parse(line); ParseFileRecords() local 824 if (auto record = FuncRecord::parse(*It)) { ParseCUData() local 864 auto record = LineRecord::parse(*It); ParseLineTableAndSupportFiles() local 901 if (auto record = StackCFIRecord::parse(*It)) { ParseUnwindData() local 912 if (auto record = StackWinRecord::parse(*It)) { ParseUnwindData() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/XRay/ |
H A D | RecordInitializer.cpp | 1 //===- FDRRecordProducer.cpp - XRay FDR Mode Record Producer --------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 20 R.Size = E.getU64(&OffsetPtr); in visit() 26 OffsetPtr += MetadataRecord::kMetadataBodySize - (OffsetPtr - PreReadOffset); in visit() 35 "Invalid offset for a wallclock record (%" PRId64 ").", OffsetPtr); in visit() 53 // Align to metadata record size boundary. in visit() 54 assert(OffsetPtr - BeginOffset <= MetadataRecord::kMetadataBodySize); in visit() 55 OffsetPtr += MetadataRecord::kMetadataBodySize - (OffsetPtr - BeginOffset); in visit() 64 "Invalid offset for a new cpu id record (%" PRId64 ").", OffsetPtr); in visit() [all …]
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/XRay/ |
H A D | FDRRecords.h | 1 //===- FDRRecords.h - XRay Flight Data Recorder Mode Records --------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 31 class Record { 56 Record(const Record &) = delete; 57 Record(Record &&) = delete; 58 Record &operator=(const Record &) = delete; 59 Record &operator=(Record &&) = delete; 60 explicit Record(RecordKind T) : T(T) {} in Record() function [all …]
|
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | RecordLayout.h | 1 //===- RecordLayout.h - Layout information for a struct/union ---*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 31 /// ASTRecordLayout - 36 /// ObjCInterfaceDecl. FIXME - Find appropriate name. 41 /// The offset to this virtual base in the complete-object layout 64 /// Size - Size of record in characters. 65 CharUnits Size; variable 67 /// DataSize - Size of record in characters without tail padding. [all …]
|
/freebsd-src/contrib/llvm-project/llvm/lib/MC/ |
H A D | GOFFObjectWriter.cpp | 1 //===- lib/MC/GOFFObjectWriter.cpp - GOFF File Writer -------- 156 newRecord(GOFF::RecordType Type,size_t Size) newRecord() argument 195 write_impl(const char * Ptr,size_t Size) write_impl() argument [all...] |
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/ |
H A D | BreakpadRecords.h | 1 //===-- BreakpadRecords.h ------------------------------------- -*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 13 #include "lldb/lldb-types.h" 22 class Record { 37 /// Attempt to guess the kind of the record present in the argument without 43 Record(Kind K) : TheKind(K) {} in Record() function 45 ~Record() = default; 54 llvm::StringRef toString(Record::Kind K); 55 inline llvm::raw_ostream &operator<<(llvm::raw_ostream &OS, Record::Kind K) { [all …]
|
H A D | BreakpadRecords.cpp | 1 //===-- BreakpadRecords.cpp -----------------------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 10 #include "lldb/lldb-defines.h" 107 // depending on the size of the age field, which is of variable length. in parseModuleId() 109 // byte-swap those. in parseModuleId() 110 if (str.size() <= hex_digits<data_t::uuid_t>() || in parseModuleId() 111 str.size() > hex_digits<data_t>()) in parseModuleId() 126 // On non-windows, the age field should always be zero, so we don't include to in parseModuleId() 132 std::optional<Record::Kind> Record::classify(llvm::StringRef Line) { in classify() [all …]
|
/freebsd-src/lib/libc/db/man/ |
H A D | recno.3 | 33 .Nd "record number database access method" 41 One of the supported file formats is record number files. 48 The record number data structure is either variable or fixed-length 49 records stored in a flat-file format, accessed by the logical record 51 The existence of record number five implies the existence of records 52 one through four, and the deletion of record number one causes 53 record number five to be renumbered to record number four, as well 54 as the cursor, if positioned after record number one, to shift down 55 one record. 64 .Bd -literal [all …]
|
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriter.cpp | 1 //===- ASTWriter.cpp - AST File Writer -------- 242 ASTWriter::RecordData Record; global() member in __anon018904be0111::ASTTypeWriter 268 ASTRecordWriter &Record; global() member in __anon018904be0111::TypeLocWriter 277 TypeLocWriter(ASTRecordWriter & Record,LocSeq * Seq) TypeLocWriter() argument 641 EmitBlockID(unsigned ID,const char * Name,llvm::BitstreamWriter & Stream,ASTWriter::RecordDataImpl & Record) EmitBlockID() argument 657 EmitRecordID(unsigned ID,const char * Name,llvm::BitstreamWriter & Stream,ASTWriter::RecordDataImpl & Record) EmitRecordID() argument 666 AddStmtsExprs(llvm::BitstreamWriter & Stream,ASTWriter::RecordDataImpl & Record) AddStmtsExprs() argument 667 #define RECORD( AddStmtsExprs() macro 799 RecordData Record; WriteBlockInfoBlock() local 803 #define RECORD( WriteBlockInfoBlock() macro 1178 RecordData Record; writeUnhashedControlBlock() local 1275 RecordData::value_type Record[] = {HEADER_SEARCH_ENTRY_USAGE, writeUnhashedControlBlock() local 1291 RecordData Record; WriteControlBlock() local 1310 RecordData::value_type Record[] = {METADATA, WriteControlBlock() local 1329 RecordData::value_type Record[] = {MODULE_NAME}; WriteControlBlock() local 1360 RecordData::value_type Record[] = {MODULE_DIRECTORY}; WriteControlBlock() local 1709 RecordData::value_type Record[] = { WriteInputFiles() local 1726 RecordData::value_type Record[] = {INPUT_FILE_HASH, Entry.ContentHash[0], WriteInputFiles() local 1744 RecordData::value_type Record[] = {INPUT_FILE_OFFSETS, WriteInputFiles() local 1842 off_t Size; global() member 2080 RecordData::value_type Record[] = {HEADER_SEARCH_TABLE, BucketOffset, WriteHeaderSearch() local 2101 RecordDataType Record[] = {SM_SLOC_BUFFER_BLOB_COMPRESSED, Blob.size() - 1}; emitBlob() local 2109 RecordDataType Record[] = {SM_SLOC_BUFFER_BLOB_COMPRESSED, Blob.size() - 1}; emitBlob() local 2115 RecordDataType Record[] = {SM_SLOC_BUFFER_BLOB}; emitBlob() local 2129 RecordData Record; WriteSourceManagerBlock() local 2276 RecordData::value_type Record[] = { WriteSourceManagerBlock() local 2358 RecordData Record; WritePreprocessor() local 2363 RecordData::value_type Record[] = {PP.getCounterValue()}; WritePreprocessor() local 2592 RecordData::value_type Record[] = {MACRO_OFFSET, MacroOffsets.size(), WritePreprocessor() local 2630 RecordData Record; WritePreprocessorDetail() local 2694 RecordData::value_type Record[] = {PPD_ENTITIES_OFFSETS, WritePreprocessorDetail() local 2854 RecordData::value_type Record[] = { WriteSubmodules() local 2878 RecordData::value_type Record[] = {SUBMODULE_DEFINITION, WriteSubmodules() local 2898 RecordData::value_type Record[] = {SUBMODULE_REQUIRES, R.second}; WriteSubmodules() local 2905 RecordData::value_type Record[] = {SUBMODULE_UMBRELLA_HEADER}; WriteSubmodules() local 2910 RecordData::value_type Record[] = {SUBMODULE_UMBRELLA_DIR}; WriteSubmodules() local 2929 RecordData::value_type Record[] = {HL.RecordKind}; WriteSubmodules() local 2936 RecordData::value_type Record[] = {SUBMODULE_TOPHEADER}; WriteSubmodules() local 2946 RecordData Record; WriteSubmodules() local 2954 RecordData Record; WriteSubmodules() local 2962 RecordData Record; WriteSubmodules() local 2980 RecordData::value_type Record[] = {SUBMODULE_LINK_LIBRARY, WriteSubmodules() local 2989 RecordData::value_type Record[] = {SUBMODULE_CONFLICT, WriteSubmodules() local 2996 RecordData::value_type Record[] = {SUBMODULE_CONFIG_MACRO}; WriteSubmodules() local 3009 RecordData::value_type Record[] = {SUBMODULE_EXPORT_AS}; WriteSubmodules() local 3031 RecordData Record; WritePragmaDiagnosticMappings() local 3185 RecordData::value_type Record[] = {DECL_CONTEXT_LEXICAL}; WriteDeclContextLexicalBlock() local 3202 RecordData::value_type Record[] = {TYPE_OFFSET, TypeOffsets.size(), WriteTypeDeclOffsets() local 3215 RecordData::value_type Record[] = {DECL_OFFSET, DeclOffsets.size(), WriteTypeDeclOffsets() local 3245 RecordData::value_type Record[] = {FILE_SORTED_DECLS, WriteFileDeclIDsMap() local 3262 RecordData Record; WriteComments() local 3478 RecordData::value_type Record[] = {METHOD_POOL, BucketOffset, WriteSelectors() local 3493 RecordData::value_type Record[] = { WriteSelectors() local 3509 RecordData Record; WriteReferencedSelectorsPool() local 3772 RecordData::value_type Record[] = {IDENTIFIER_TABLE, BucketOffset}; WriteIdentifierTable() local 3789 RecordData::value_type Record[] = {IDENTIFIER_OFFSET, WriteIdentifierTable() local 4208 RecordData::value_type Record[] = {DECL_CONTEXT_VISIBLE}; WriteDeclContextVisibleBlock() local 4236 RecordData::value_type Record[] = {UPDATE_VISIBLE, getDeclID(cast<Decl>(DC))}; WriteDeclContextVisibleUpdate() local 4242 RecordData::value_type Record[] = {Opts.getAsOpaqueInt()}; WriteFPPragmaOptions() local 4252 RecordData Record; WriteOpenCLExtensions() local 4267 RecordData::value_type Record[] = {SemaRef.ForceCUDAHostDeviceDepth}; WriteCUDAPragmas() local 4277 unsigned Size = 0; WriteObjCCategories() local 4315 RecordData::value_type Record[] = {OBJC_CATEGORIES_MAP, CategoriesMap.size()}; WriteObjCCategories() local 4330 RecordData Record; WriteLateParsedTemplates() local 4348 RecordData Record; WriteOptimizePragmaOptions() local 4356 RecordData Record; WriteMSStructPragmaOptions() local 4364 RecordData Record; WriteMSPointersToMembersPragmaOptions() local 4377 RecordData Record; WritePackPragmaOptions() local 4397 RecordData Record; WriteFloatControlPragmaOptions() local 4426 RecordData Record; WriteModuleFileExtension() local 4450 auto &Record = *this; AddAttr() local 4479 AddToken(const Token & Tok,RecordDataImpl & Record) AddToken() argument 4524 AddString(StringRef Str,RecordDataImpl & Record) AddString() argument 4552 AddPath(StringRef Path,RecordDataImpl & Record) AddPath() argument 4558 EmitRecordWithPath(unsigned Abbrev,RecordDataRef Record,StringRef Path) EmitRecordWithPath() argument 4566 AddVersionTuple(const VersionTuple & Version,RecordDataImpl & Record) AddVersionTuple() argument 4663 AddLazyVectorDecls(ASTWriter & Writer,Vector & Vec,ASTWriter::RecordData & Record) AddLazyVectorDecls() argument 4903 RecordData Record = {VERSION_MAJOR}; WriteASTCore() local 4923 RecordData::value_type Record[] = {TU_UPDATE_LEXICAL}; WriteASTCore() local 4944 ASTWriter::UpdateRecord &Record = DeclUpdates[TU]; WriteASTCore() local 5069 RecordData::value_type Record[] = {MODULE_OFFSET_MAP}; WriteASTCore() local 5244 RecordData::value_type Record[] = { WriteASTCore() local 5271 ASTRecordWriter Record(*this, RecordData); WriteDeclUpdatesBlocks() local 5434 AddAlignPackInfo(const Sema::AlignPackInfo & Info,RecordDataImpl & Record) AddAlignPackInfo() argument 5501 AddFileID(FileID FID,RecordDataImpl & Record) AddFileID() argument 5505 AddSourceLocation(SourceLocation Loc,RecordDataImpl & Record,SourceLocationSequence * Seq) AddSourceLocation() argument 5511 AddSourceRange(SourceRange Range,RecordDataImpl & Record,SourceLocationSequence * Seq) AddSourceRange() argument 5521 AddIdentifierRef(const IdentifierInfo * II,RecordDataImpl & Record) AddIdentifierRef() argument 5649 AddTypeRef(QualType T,RecordDataImpl & Record) AddTypeRef() argument 5689 AddDeclRef(const Decl * D,RecordDataImpl & Record) AddDeclRef() argument 5950 ASTWriter::RecordData Record; EmitCXXBaseSpecifiers() local 5968 ASTWriter::RecordData Record; EmitCXXCtorInitializers() local 6441 AddedAttributeToRecord(const Attr * Attr,const RecordDecl * Record) AddedAttributeToRecord() argument 6492 ASTRecordWriter &Record; global() member in __anon018904be1c11::OMPClauseWriter 6495 OMPClauseWriter(ASTRecordWriter & Record) OMPClauseWriter() argument [all...] |
H A D | GlobalModuleIndex.cpp | 1 //===--- GlobalModuleIndex.cpp - Global Module Index ------ 182 SmallVector<uint64_t, 64> Record; GlobalModuleIndex() local 463 emitBlockID(unsigned ID,const char * Name,llvm::BitstreamWriter & Stream,SmallVectorImpl<uint64_t> & Record) emitBlockID() argument 478 emitRecordID(unsigned ID,const char * Name,llvm::BitstreamWriter & Stream,SmallVectorImpl<uint64_t> & Record) emitRecordID() argument 488 SmallVector<uint64_t, 64> Record; emitBlockInfoBlock() local 492 #define RECORD( emitBlockInfoBlock() macro 614 SmallVector<uint64_t, 64> Record; loadModuleFile() local 788 SmallVector<uint64_t, 2> Record; writeIndex() local 843 uint64_t Record[] = {IDENTIFIER_INDEX, BucketOffset}; writeIndex() local [all...] |
/freebsd-src/sys/dev/bhnd/nvram/ |
H A D | bhnd_nvram_data_tlv.c | 1 /*- 55 * The CFE-defined TLV NVRAM format is used on the WGT634U. 67 /** Minimal TLV_ENV record header */ 70 uint8_t size; member 73 /** Minimal TLV_ENV record */ 82 (((_env)->hdr.size < sizeof((_env)->flags)) ? 0 : \ 83 ((_env)->hdr.size - sizeof((_env)->flags))) 87 (UINT8_MAX - sizeof(uint8_t) /* flags */) 91 size_t *size); 146 /* First entry should be a variable record (which we statically in bhnd_nvram_tlv_probe() [all …]
|
/freebsd-src/contrib/llvm-project/clang/utils/TableGen/ |
H A D | ClangOpcodesEmitter.cpp | 1 //=== ClangOpcodesEmitter.cpp - constexpr interpreter opcodes ---*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2. 61 Enumerate(const Record * R,StringRef N,std::function<void (ArrayRef<const Record * >,Twine)> && F) Enumerate() argument 107 __anonf78b70030302(ArrayRef<const Record *>, const Twine &ID) EmitEnum() argument 169 __anonf78b70030502(ArrayRef<const Record *>, const Twine &ID) EmitDisasm() argument 191 __anonf78b70030602(ArrayRef<const Record *>, const Twine &ID) EmitEmitter() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | GOFFEmitter.cpp | 1 //===- yaml2goff - Convert YAML to a GOFF object file ---------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 27 // Flag: This record is continued. 30 // Flag: This record is a continuation. 31 Rec_Continuation = 1 << (8 - 6 - 1), 65 // logical record and the size of its payload. While writing the payload, the 67 // a physical record are written automatically. 77 void makeNewRecord(GOFF::RecordType Type, size_t Size) { in makeNewRecord() argument [all …]
|
/freebsd-src/contrib/llvm-project/llvm/lib/Object/ |
H A D | GOFFObjectFile.cpp | 1 //===- GOFFObjectFile.cpp - GOFF object file implementation -----*- C++ -*- 203 size_t Size = SymbolNameConverted.size(); getSymbolName() local 234 const uint8_t *Record = getSymbolEsdRecord(Symb); isSymbolUnresolved() local 250 const uint8_t *Record = getSymbolEsdRecord(Symb); isSymbolIndirect() local 261 const uint8_t *Record = getSymbolEsdRecord(Symb); getSymbolFlags() local 287 const uint8_t *Record = getSymbolEsdRecord(Symb); getSymbolType() local 439 getContinuousData(const uint8_t * Record,uint16_t DataLength,int DataIndex,SmallString<256> & CompleteData) getContinuousData() argument 467 getData(const uint8_t * Record,SmallString<256> & CompleteData) getData() argument 473 getData(const uint8_t * Record,SmallString<256> & CompleteData) getData() argument 479 getData(const uint8_t * Record,SmallString<256> & CompleteData) getData() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
H A D | BitcodeWriter.cpp | 1 //===- Bitcode/Writer/BitcodeWriter.cpp - Bitcode Writer -------- 866 SmallVector<uint64_t, 64> Record; writeAttributeGroupTable() local 915 SmallVector<uint64_t, 64> Record; writeAttributeTable() local 1606 writeValueAsMetadata(const ValueAsMetadata * MD,SmallVectorImpl<uint64_t> & Record) writeValueAsMetadata() argument 1616 writeMDTuple(const MDTuple * N,SmallVectorImpl<uint64_t> & Record,unsigned Abbrev) writeMDTuple() argument 1645 writeDILocation(const DILocation * N,SmallVectorImpl<uint64_t> & Record,unsigned & Abbrev) writeDILocation() argument 1676 writeGenericDINode(const GenericDINode * N,SmallVectorImpl<uint64_t> & Record,unsigned & Abbrev) writeGenericDINode() argument 1693 writeDISubrange(const DISubrange * N,SmallVectorImpl<uint64_t> & Record,unsigned Abbrev) writeDISubrange() argument 1707 writeDIGenericSubrange(const DIGenericSubrange * N,SmallVectorImpl<uint64_t> & Record,unsigned Abbrev) writeDIGenericSubrange() argument 1738 writeDIEnumerator(const DIEnumerator * N,SmallVectorImpl<uint64_t> & Record,unsigned Abbrev) writeDIEnumerator() argument 1751 writeDIBasicType(const DIBasicType * N,SmallVectorImpl<uint64_t> & Record,unsigned Abbrev) writeDIBasicType() argument 1766 writeDIStringType(const DIStringType * N,SmallVectorImpl<uint64_t> & Record,unsigned Abbrev) writeDIStringType() argument 1783 writeDIDerivedType(const DIDerivedType * N,SmallVectorImpl<uint64_t> & Record,unsigned Abbrev) writeDIDerivedType() argument 1812 writeDICompositeType(const DICompositeType * N,SmallVectorImpl<uint64_t> & Record,unsigned Abbrev) writeDICompositeType() argument 1843 writeDISubroutineType(const DISubroutineType * N,SmallVectorImpl<uint64_t> & Record,unsigned Abbrev) writeDISubroutineType() argument 1856 writeDIFile(const DIFile * N,SmallVectorImpl<uint64_t> & Record,unsigned Abbrev) writeDIFile() argument 1879 writeDICompileUnit(const DICompileUnit * N,SmallVectorImpl<uint64_t> & Record,unsigned Abbrev) writeDICompileUnit() argument 1910 writeDISubprogram(const DISubprogram * N,SmallVectorImpl<uint64_t> & Record,unsigned Abbrev) writeDISubprogram() argument 1940 writeDILexicalBlock(const DILexicalBlock * N,SmallVectorImpl<uint64_t> & Record,unsigned Abbrev) writeDILexicalBlock() argument 1953 writeDILexicalBlockFile(const DILexicalBlockFile * N,SmallVectorImpl<uint64_t> & Record,unsigned Abbrev) writeDILexicalBlockFile() argument 1965 writeDICommonBlock(const DICommonBlock * N,SmallVectorImpl<uint64_t> & Record,unsigned Abbrev) writeDICommonBlock() argument 1979 writeDINamespace(const DINamespace * N,SmallVectorImpl<uint64_t> & Record,unsigned Abbrev) writeDINamespace() argument 1990 writeDIMacro(const DIMacro * N,SmallVectorImpl<uint64_t> & Record,unsigned Abbrev) writeDIMacro() argument 2003 writeDIMacroFile(const DIMacroFile * N,SmallVectorImpl<uint64_t> & Record,unsigned Abbrev) writeDIMacroFile() argument 2016 writeDIArgList(const DIArgList * N,SmallVectorImpl<uint64_t> & Record) writeDIArgList() argument 2026 writeDIModule(const DIModule * N,SmallVectorImpl<uint64_t> & Record,unsigned Abbrev) writeDIModule() argument 2039 writeDIAssignID(const DIAssignID * N,SmallVectorImpl<uint64_t> & Record,unsigned Abbrev) writeDIAssignID() argument 2048 writeDITemplateTypeParameter(const DITemplateTypeParameter * N,SmallVectorImpl<uint64_t> & Record,unsigned Abbrev) writeDITemplateTypeParameter() argument 2060 writeDITemplateValueParameter(const DITemplateValueParameter * N,SmallVectorImpl<uint64_t> & Record,unsigned Abbrev) writeDITemplateValueParameter() argument 2074 writeDIGlobalVariable(const DIGlobalVariable * N,SmallVectorImpl<uint64_t> & Record,unsigned Abbrev) writeDIGlobalVariable() argument 2096 writeDILocalVariable(const DILocalVariable * N,SmallVectorImpl<uint64_t> & Record,unsigned Abbrev) writeDILocalVariable() argument 2128 writeDILabel(const DILabel * N,SmallVectorImpl<uint64_t> & Record,unsigned Abbrev) writeDILabel() argument 2141 writeDIExpression(const DIExpression * N,SmallVectorImpl<uint64_t> & Record,unsigned Abbrev) writeDIExpression() argument 2153 writeDIGlobalVariableExpression(const DIGlobalVariableExpression * N,SmallVectorImpl<uint64_t> & Record,unsigned Abbrev) writeDIGlobalVariableExpression() argument 2164 writeDIObjCProperty(const DIObjCProperty * N,SmallVectorImpl<uint64_t> & Record,unsigned Abbrev) writeDIObjCProperty() argument 2180 writeDIImportedEntity(const DIImportedEntity * N,SmallVectorImpl<uint64_t> & Record,unsigned Abbrev) writeDIImportedEntity() argument 2204 writeNamedMetadata(SmallVectorImpl<uint64_t> & Record) writeNamedMetadata() argument 2238 writeMetadataStrings(ArrayRef<const Metadata * > Strings,SmallVectorImpl<uint64_t> & Record) writeMetadataStrings() argument 2275 writeMetadataRecords(ArrayRef<const Metadata * > MDs,SmallVectorImpl<uint64_t> & Record,std::vector<unsigned> * MDAbbrevs,std::vector<uint64_t> * IndexPos) writeMetadataRecords() argument 2317 SmallVector<uint64_t, 64> Record; writeModuleMetadata() local 2390 SmallVector<uint64_t, 4> Record; writeModuleMetadata() local 2412 SmallVector<uint64_t, 64> Record; writeFunctionMetadata() local 2419 pushGlobalMetadataAttachment(SmallVectorImpl<uint64_t> & Record,const GlobalObject & GO) pushGlobalMetadataAttachment() argument 2432 SmallVector<uint64_t, 64> Record; writeFunctionMetadataAttachment() local 2465 SmallVector<uint64_t, 64> Record; writeModuleMetadataKinds() local 2503 SmallVector<uint64_t, 64> Record; writeOperandBundleTags() local 2523 SmallVector<uint64_t, 64> Record; writeSyncScopeNames() local 2572 SmallVector<uint64_t, 64> Record; writeConstants() local 2834 SmallVector<unsigned, 64> Record; writeOperandBundles() local 3187 unsigned Record = 0; writeInstruction() local 3348 uint64_t Record[2]; writeGlobalValueSymbolTable() local 3423 SmallVector<uint64_t, 64> Record(Order.Shuffle.begin(), Order.Shuffle.end()); writeUseList() local 3838 SmallVector<uint64_t, 64> Record; writeFunctionTypeMetadataRecords() local 3996 SmallVector<uint64_t> Record; writeFunctionHeapProfileRecords() local 4826 writeBlob(unsigned Block,unsigned Record,StringRef Blob) writeBlob() argument [all...] |