Home
last modified time | relevance | path

Searched refs:ModSourceLine (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DRecordName.cpp218 CVType &CVR, UdtModSourceLineRecord &ModSourceLine) { in visitKnownRecord() argument
/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp2584 UdtModSourceLineRecord &ModSourceLine, in visitKnownRecord()
2590 printTypeIndex("UDT", ModSourceLine.getUDT(), StreamIPI); in visitKnownRecord() argument
2591 printTypeIndex("SourceFile", ModSourceLine.getSourceFile(), StreamIPI); in visitKnownRecord()
2592 W.printNumber("LineNumber", ModSourceLine.getLineNumber()); in visitKnownRecord()
2593 W.printNumber("Module", ModSourceLine.getModule()); in visitKnownRecord()
/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.h415 Error visitKnownRecord(CVType &Record, UdtModSourceLineRecord &ModSourceLine,