Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugLinesSubsection.h125 void addLineAndColumnInfo(uint32_t Offset, const LineInfo &Line,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DDebugLinesSubsection.cpp89 void DebugLinesSubsection::addLineAndColumnInfo(uint32_t Offset, in addLineAndColumnInfo() function in DebugLinesSubsection
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp428 Result->addLineAndColumnInfo(L.Offset, in toCodeViewSubsection()