Home
last modified time | relevance | path

Searched defs:Record (Results 1 - 25 of 94) sorted by relevance

1234

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
H A DSymbolSerializer.cpp26 Error SymbolSerializer::visitSymbolBegin(CVSymbol &Record) { in visitSymbolBegin() argument
41 Error SymbolSerializer::visitSymbolEnd(CVSymbol &Record) { in visitSymbolEnd() argument
H A DTypeRecordHelpers.cpp19 RecordT Record; in getUdtOptions() local
H A DCVSymbolVisitor.cpp21 static Error visitKnownRecord(CVSymbol &Record, in visitKnownRecord() argument
30 static Error finishVisitation(CVSymbol &Record, in finishVisitation() argument
54 Error CVSymbolVisitor::visitSymbolRecord(CVSymbol &Record) { in visitSymbolRecord() argument
60 visitSymbolRecord(CVSymbol &Record, uint32_t Offset) visitSymbolRecord() argument
[all...]
H A DSimpleTypeSerializer.cpp24 ArrayRef<uint8_t> SimpleTypeSerializer::serialize(T &Record) { in serialize() argument
H A DGlobalTypeTableBuilder.cpp87 TypeIndex GlobalTypeTableBuilder::insertRecordBytes(ArrayRef<uint8_t> Record) { in insertRecordBytes() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
H A DSimpleTypeSerializer.h46 ArrayRef<uint8_t> serialize(const FieldListRecord &Record) = delete; member in llvm::codeview::SimpleTypeSerializer
H A DAppendingTypeTableBuilder.h60 template <typename T> TypeIndex writeLeafType(T &Record) { in writeLeafType() argument
H A DMergingTypeTableBuilder.h71 template <typename T> TypeIndex writeLeafType(T &Record) { in writeLeafType() argument
H A DSymbolVisitorCallbacks.h25 virtual Error visitUnknownSymbol(CVSymbol &Record) { in visitUnknownSymbol() argument
32 virtual Error visitSymbolBegin(CVSymbol &Record, uint32_t Offset) { in visitSymbolBegin() argument
35 virtual Error visitSymbolBegin(CVSymbol &Record) { return Error::success(); } in visitSymbolBegin() argument
36 virtual Error visitSymbolEnd(CVSymbol &Record) { return Error::success(); } in visitSymbolEnd() argument
H A DTypeVisitorCallbackPipeline.h99 visitKnownRecordImpl(CVType &CVR, T &Record) visitKnownRecordImpl() argument
108 visitKnownMemberImpl(CVMemberRecord &CVMR, T &Record) visitKnownMemberImpl() argument
[all...]
H A DTypeVisitorCallbacks.h23 virtual Error visitUnknownType(CVType &Record) { return Error::success(); } in visitUnknownType() argument
31 virtual Error visitTypeBegin(CVType &Record) { return Error::success(); } in visitTypeBegin() argument
32 virtual Error visitTypeBegin(CVType &Record, TypeIndex Index) { in visitTypeBegin() argument
35 virtual Error visitTypeEnd(CVType &Record) { return Error::success(); } in visitTypeEnd() argument
37 virtual Error visitUnknownMember(CVMemberRecord &Record) { in visitUnknownMember() argument
41 virtual Error visitMemberBegin(CVMemberRecord &Record) { in visitMemberBegin() argument
45 virtual Error visitMemberEnd(CVMemberRecord &Record) { in visitMemberEnd() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeSymbolEnumerator.h44 codeview::EnumeratorRecord Record; member in llvm::pdb::NativeSymbolEnumerator
H A DNativeTypeArray.h42 codeview::ArrayRecord Record; member in llvm::pdb::NativeTypeArray
H A DNativeTypePointer.h54 Optional<codeview::PointerRecord> Record; member in llvm::pdb::NativeTypePointer
H A DNativeTypeTypedef.h35 codeview::UDTSym Record; member in llvm::pdb::NativeTypeTypedef
H A DNativeTypeVTShape.h39 codeview::VFTableShapeRecord Record; member in llvm::pdb::NativeTypeVTShape
H A DNativeTypeEnum.h66 Optional<codeview::EnumRecord> Record; member in llvm::pdb::NativeTypeEnum
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
H A Dticket.h104 struct Record { struct in marl::Ticket
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DCallDAG.h42 struct Record struct in sh::CallDAG
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/
H A DDIADataStream.cpp29 RecordType Record; in getItemAtIndex() local
41 bool DIADataStream::getNext(RecordType &Record) { in getNext() argument
/third_party/skia/src/core/
H A DSkTextBlobTrace.h20 struct Record { struct
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/component/
H A DRecord.java5 interface Record { interface
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DObjectContentHasher.h31 void Record(const T& value, const Args&... args) { in Record() function in dawn_native::ObjectContentHasher
/third_party/skia/experimental/graphite/src/geom/
H A DBoundsManager.h103 struct Record { struct in skgpu::BruteForceBoundsManager
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeArray.cpp19 NativeTypeArray(NativeSession &Session, SymIndexId Id, codeview::TypeIndex TI, codeview::ArrayRecord Record) NativeTypeArray() argument

Completed in 13 milliseconds

1234