Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DTpiHashing.cpp117 return getSourceLineHash<UdtSourceLineRecord>(Rec); in hashTypeRecord()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A 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
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DRecordName.cpp219 UdtSourceLineRecord &SourceLine) { in visitKnownRecord()
H A DTypeDumpVisitor.cpp409 UdtSourceLineRecord &Line) { in visitKnownRecord()
H A DTypeRecordMapping.cpp534 UdtSourceLineRecord &Record) { in visitKnownRecord()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp464 UdtSourceLineRecord &U) { in visitKnownRecord()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp574 template <> void LeafRecordImpl<UdtSourceLineRecord>::map(IO &IO) { in map()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2100 UdtSourceLineRecord USLR(TI, SIDI, Ty->getLine()); in addUDTSrcLine()