Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DTpiHashing.cpp117 return getSourceLineHash<UdtSourceLineRecord>(Rec); in hashTypeRecord()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h628 class UdtSourceLineRecord : public TypeRecord {
630 UdtSourceLineRecord() = default;
631 explicit UdtSourceLineRecord(TypeRecordKind Kind) : TypeRecord(Kind) {} in UdtSourceLineRecord() function
632 UdtSourceLineRecord(TypeIndex UDT, TypeIndex SourceFile, uint32_t LineNumber) in UdtSourceLineRecord() function
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DRecordName.cpp223 UdtSourceLineRecord &SourceLine) { in visitKnownRecord()
H A DTypeDumpVisitor.cpp409 UdtSourceLineRecord &Line) { in visitKnownRecord()
H A DTypeRecordMapping.cpp553 UdtSourceLineRecord &Record) { in visitKnownRecord()
/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp467 UdtSourceLineRecord &U) { in visitKnownRecord()
/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp577 template <> void LeafRecordImpl<UdtSourceLineRecord>::map(IO &IO) { in map()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2226 UdtSourceLineRecord USLR(TI, SIDI, Ty->getLine()); in addUDTSrcLine()