Searched refs:ModSourceLine (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | RecordName.cpp | 218 CVType &CVR, UdtModSourceLineRecord &ModSourceLine) { in visitKnownRecord() argument
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewVisitor.cpp | 2590 UdtModSourceLineRecord &ModSourceLine, in visitKnownRecord() argument 2596 printTypeIndex("UDT", ModSourceLine.getUDT(), StreamIPI); in visitKnownRecord() 2597 printTypeIndex("SourceFile", ModSourceLine.getSourceFile(), StreamIPI); in visitKnownRecord() 2598 W.printNumber("LineNumber", ModSourceLine.getLineNumber()); in visitKnownRecord() 2599 W.printNumber("Module", ModSourceLine.getModule()); in visitKnownRecord()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewVisitor.h | 415 Error visitKnownRecord(CVType &Record, UdtModSourceLineRecord &ModSourceLine,
|