Home
last modified time | relevance | path

Searched refs:UdtSourceLineRecord (Results 1 – 7 of 7) sorted by relevance

/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeTableBuilder.h53 TypeIndex writeUdtSourceLine(const UdtSourceLineRecord &Record);
DTypeRecord.h745 class UdtSourceLineRecord : public TypeRecord {
747 UdtSourceLineRecord(TypeIndex UDT, TypeIndex SourceFile, uint32_t LineNumber) in UdtSourceLineRecord() function
755 static ErrorOr<UdtSourceLineRecord> deserialize(TypeRecordKind Kind,
/external/llvm/lib/DebugInfo/CodeView/
DTypeRecord.cpp236 ErrorOr<UdtSourceLineRecord>
237 UdtSourceLineRecord::deserialize(TypeRecordKind Kind, ArrayRef<uint8_t> &Data) { in deserialize()
240 return UdtSourceLineRecord(L->UDT, L->SourceFile, L->LineNumber); in deserialize()
497 bool UdtSourceLineRecord::remapTypeIndices(ArrayRef<TypeIndex> IndexMap) { in remapTypeIndices()
DTypeTableBuilder.cpp220 TypeTableBuilder::writeUdtSourceLine(const UdtSourceLineRecord &Record) { in writeUdtSourceLine()
DTypeDumper.cpp481 Error CVTypeDumper::visitUdtSourceLine(UdtSourceLineRecord &Line) { in visitUdtSourceLine()
/external/llvm/lib/DebugInfo/PDB/Raw/
DTpiStream.cpp99 Error visitUdtSourceLine(UdtSourceLineRecord &Rec) override { in visitUdtSourceLine()
/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1568 TypeTable.writeUdtSourceLine(UdtSourceLineRecord( in lowerCompleteTypeClass()
1608 TypeTable.writeUdtSourceLine(UdtSourceLineRecord( in lowerCompleteTypeUnion()