Searched refs:UdtSourceLineRecord (Results 1 – 16 of 16) sorted by relevance
/external/llvm/lib/DebugInfo/CodeView/ |
D | TypeRecord.cpp | 236 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()
|
D | TypeTableBuilder.cpp | 220 TypeTableBuilder::writeUdtSourceLine(const UdtSourceLineRecord &Record) { in writeUdtSourceLine()
|
D | TypeDumper.cpp | 481 Error CVTypeDumper::visitUdtSourceLine(UdtSourceLineRecord &Line) { in visitUdtSourceLine()
|
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeTableBuilder.h | 53 TypeIndex writeUdtSourceLine(const UdtSourceLineRecord &Record);
|
D | TypeRecord.h | 745 class UdtSourceLineRecord : public TypeRecord { 747 UdtSourceLineRecord(TypeIndex UDT, TypeIndex SourceFile, uint32_t LineNumber) in UdtSourceLineRecord() function 755 static ErrorOr<UdtSourceLineRecord> deserialize(TypeRecordKind Kind,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/ |
D | TpiHashing.cpp | 75 return getSourceLineHash<UdtSourceLineRecord>(Rec); in hashTypeRecord()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeRecord.h | 609 class UdtSourceLineRecord : public TypeRecord { 611 UdtSourceLineRecord() = default; 612 explicit UdtSourceLineRecord(TypeRecordKind Kind) : TypeRecord(Kind) {} in UdtSourceLineRecord() function 613 UdtSourceLineRecord(TypeIndex UDT, TypeIndex SourceFile, uint32_t LineNumber) in UdtSourceLineRecord() function
|
/external/llvm/lib/DebugInfo/PDB/Raw/ |
D | TpiStream.cpp | 99 Error visitUdtSourceLine(UdtSourceLineRecord &Rec) override { in visitUdtSourceLine()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/ |
D | RecordName.cpp | 218 UdtSourceLineRecord &SourceLine) { in visitKnownRecord()
|
D | TypeRecordMapping.cpp | 315 UdtSourceLineRecord &Record) { in visitKnownRecord()
|
D | TypeDumpVisitor.cpp | 409 UdtSourceLineRecord &Line) { in visitKnownRecord()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/ |
D | MinimalTypeDumper.cpp | 430 UdtSourceLineRecord &U) { in visitKnownRecord()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/CodeView/ |
D | TypeIndexDiscoveryTest.cpp | 185 static UdtSourceLineRecord UdtSourceLine(TypeIndex(12), TypeIndex(13), 0);
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.cpp | 1568 TypeTable.writeUdtSourceLine(UdtSourceLineRecord( in lowerCompleteTypeClass() 1608 TypeTable.writeUdtSourceLine(UdtSourceLineRecord( in lowerCompleteTypeUnion()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLTypes.cpp | 570 template <> void LeafRecordImpl<UdtSourceLineRecord>::map(IO &IO) { in map()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.cpp | 1855 UdtSourceLineRecord USLR(TI, SIDI, Ty->getLine()); in addUDTSrcLine()
|