Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeTypeVTShape.h26 codeview::TypeIndex TI, codeview::VFTableShapeRecord SR);
40 codeview::VFTableShapeRecord Record;
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeVTShape.cpp12 codeview::VFTableShapeRecord SR) in NativeTypeVTShape()
H A DSymbolCache.cpp232 Id = createSymbolForType<NativeTypeVTShape, VFTableShapeRecord>( in findSymbolByTypeIndex()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h553 class VFTableShapeRecord : public TypeRecord {
555 VFTableShapeRecord() = default;
556 explicit VFTableShapeRecord(TypeRecordKind Kind) : TypeRecord(Kind) {} in VFTableShapeRecord() function
557 explicit VFTableShapeRecord(ArrayRef<VFTableSlotKind> Slots) in VFTableShapeRecord() function
559 explicit VFTableShapeRecord(std::vector<VFTableSlotKind> Slots) in VFTableShapeRecord() function
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DRecordName.cpp212 VFTableShapeRecord &Shape) { in visitKnownRecord()
H A DTypeDumpVisitor.cpp403 VFTableShapeRecord &Shape) { in visitKnownRecord()
H A DTypeRecordMapping.cpp497 VFTableShapeRecord &Record) { in visitKnownRecord()
/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp455 VFTableShapeRecord &Shape) { in visitKnownRecord()
/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp556 template <> void LeafRecordImpl<VFTableShapeRecord>::map(IO &IO) { in map()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2116 VFTableShapeRecord VFTSR(Slots); in lowerTypeVFTableShape()