Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DRecordName.cpp218 CVType &CVR, UdtModSourceLineRecord &ModSourceLine) { in visitKnownRecord() argument
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp2590 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 DLVCodeViewVisitor.h415 Error visitKnownRecord(CVType &Record, UdtModSourceLineRecord &ModSourceLine,