Home
last modified time | relevance | path

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

/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/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/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DTpiHashing.cpp75 return getSourceLineHash<UdtSourceLineRecord>(Rec); in hashTypeRecord()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h609 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/
DTpiStream.cpp99 Error visitUdtSourceLine(UdtSourceLineRecord &Rec) override { in visitUdtSourceLine()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DRecordName.cpp218 UdtSourceLineRecord &SourceLine) { in visitKnownRecord()
DTypeRecordMapping.cpp315 UdtSourceLineRecord &Record) { in visitKnownRecord()
DTypeDumpVisitor.cpp409 UdtSourceLineRecord &Line) { in visitKnownRecord()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DMinimalTypeDumper.cpp430 UdtSourceLineRecord &U) { in visitKnownRecord()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/CodeView/
DTypeIndexDiscoveryTest.cpp185 static UdtSourceLineRecord UdtSourceLine(TypeIndex(12), TypeIndex(13), 0);
/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1568 TypeTable.writeUdtSourceLine(UdtSourceLineRecord( in lowerCompleteTypeClass()
1608 TypeTable.writeUdtSourceLine(UdtSourceLineRecord( in lowerCompleteTypeUnion()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp570 template <> void LeafRecordImpl<UdtSourceLineRecord>::map(IO &IO) { in map()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1855 UdtSourceLineRecord USLR(TI, SIDI, Ty->getLine()); in addUDTSrcLine()