Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeTypeVTShape.h26 codeview::TypeIndex TI, codeview::VFTableShapeRecord SR);
40 codeview::VFTableShapeRecord Record;
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeVTShape.cpp9 codeview::VFTableShapeRecord SR) in NativeTypeVTShape()
H A DSymbolCache.cpp216 Id = createSymbolForType<NativeTypeVTShape, VFTableShapeRecord>( in findSymbolByTypeIndex()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h559 class VFTableShapeRecord : public TypeRecord {
561 VFTableShapeRecord() = default;
562 explicit VFTableShapeRecord(TypeRecordKind Kind) : TypeRecord(Kind) {} in VFTableShapeRecord() function
563 explicit VFTableShapeRecord(ArrayRef<VFTableSlotKind> Slots) in VFTableShapeRecord() function
565 explicit VFTableShapeRecord(std::vector<VFTableSlotKind> Slots) in VFTableShapeRecord() function
/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DRecordName.cpp207 VFTableShapeRecord &Shape) { in visitKnownRecord()
H A DTypeRecordMapping.cpp262 VFTableShapeRecord &Record) { in visitKnownRecord()
H A DTypeDumpVisitor.cpp404 VFTableShapeRecord &Shape) { in visitKnownRecord()
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp446 VFTableShapeRecord &Shape) { in visitKnownRecord()
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp549 template <> void LeafRecordImpl<VFTableShapeRecord>::map(IO &IO) { in map()
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1880 VFTableShapeRecord VFTSR(Slots); in lowerTypeVFTableShape()