Home
last modified time | relevance | path

Searched refs:UdtSourceLineRecord (Results 1 – 23 of 23) 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/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DTpiHashing.cpp117 return getSourceLineHash<UdtSourceLineRecord>(Rec); in hashTypeRecord()
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DTpiHashing.cpp117 return getSourceLineHash<UdtSourceLineRecord>(Rec); in hashTypeRecord()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h633 class UdtSourceLineRecord : public TypeRecord {
635 UdtSourceLineRecord() = default;
636 explicit UdtSourceLineRecord(TypeRecordKind Kind) : TypeRecord(Kind) {} in UdtSourceLineRecord() function
637 UdtSourceLineRecord(TypeIndex UDT, TypeIndex SourceFile, uint32_t LineNumber) in UdtSourceLineRecord() function
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h627 class UdtSourceLineRecord : public TypeRecord {
629 UdtSourceLineRecord() = default;
630 explicit UdtSourceLineRecord(TypeRecordKind Kind) : TypeRecord(Kind) {} in UdtSourceLineRecord() function
631 UdtSourceLineRecord(TypeIndex UDT, TypeIndex SourceFile, uint32_t LineNumber) in UdtSourceLineRecord() function
/external/llvm/lib/DebugInfo/PDB/Raw/
DTpiStream.cpp99 Error visitUdtSourceLine(UdtSourceLineRecord &Rec) override { in visitUdtSourceLine()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DRecordName.cpp217 UdtSourceLineRecord &SourceLine) { in visitKnownRecord()
DTypeDumpVisitor.cpp409 UdtSourceLineRecord &Line) { in visitKnownRecord()
DTypeRecordMapping.cpp508 UdtSourceLineRecord &Record) { in visitKnownRecord()
/external/llvm-project/llvm/lib/DebugInfo/CodeView/
DRecordName.cpp219 UdtSourceLineRecord &SourceLine) { in visitKnownRecord()
DTypeDumpVisitor.cpp409 UdtSourceLineRecord &Line) { in visitKnownRecord()
DTypeRecordMapping.cpp509 UdtSourceLineRecord &Record) { in visitKnownRecord()
/external/llvm-project/llvm/unittests/DebugInfo/CodeView/
DTypeIndexDiscoveryTest.cpp184 static UdtSourceLineRecord UdtSourceLine(TypeIndex(12), TypeIndex(13), 0);
/external/llvm-project/llvm/tools/llvm-pdbutil/
DMinimalTypeDumper.cpp464 UdtSourceLineRecord &U) { in visitKnownRecord()
/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1568 TypeTable.writeUdtSourceLine(UdtSourceLineRecord( in lowerCompleteTypeClass()
1608 TypeTable.writeUdtSourceLine(UdtSourceLineRecord( in lowerCompleteTypeUnion()
/external/llvm-project/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp569 template <> void LeafRecordImpl<UdtSourceLineRecord>::map(IO &IO) { in map()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp569 template <> void LeafRecordImpl<UdtSourceLineRecord>::map(IO &IO) { in map()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp2046 UdtSourceLineRecord USLR(TI, SIDI, Ty->getLine()); in addUDTSrcLine()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp2067 UdtSourceLineRecord USLR(TI, SIDI, Ty->getLine()); in addUDTSrcLine()