Searched refs:ModSourceLine (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | RecordName.cpp | 218 CVType &CVR, UdtModSourceLineRecord &ModSourceLine) { in visitKnownRecord() argument
|
/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewVisitor.cpp | 2584 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 D | LVCodeViewVisitor.h | 415 Error visitKnownRecord(CVType &Record, UdtModSourceLineRecord &ModSourceLine,
|