Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugLinesSubsection.h126 void addLineAndColumnInfo(uint32_t Offset, const LineInfo &Line,
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugLinesSubsection.cpp89 void DebugLinesSubsection::addLineAndColumnInfo(uint32_t Offset, in addLineAndColumnInfo() function in DebugLinesSubsection
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp428 Result->addLineAndColumnInfo(L.Offset, in toCodeViewSubsection()