Home
last modified time | relevance | path

Searched refs:SetLine (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/lldb/source/API/
H A DSBDeclaration.cpp97 void SBDeclaration::SetLine(uint32_t line) { in SetLine() function in SBDeclaration
100 ref().SetLine(line); in SetLine()
H A DSBLineEntry.cpp116 void SBLineEntry::SetLine(uint32_t line) { in SetLine() function in SBLineEntry
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBDeclaration.i45 SetLine (uint32_t line);
H A DSBLineEntry.i78 SetLine (uint32_t line);
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBDeclaration.h40 void SetLine(uint32_t line);
H A DSBLineEntry.h44 void SetLine(uint32_t line);
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DDeclaration.h168 void SetLine(uint32_t line) { m_line = line; } in SetLine() function
/llvm-project-15.0.7/lldb/test/API/functionalities/inline-stepping/
H A DTestInlineStepping.py138 target_line_entry.SetLine(step_stop_line)
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp207 decl.SetLine(first_line_up->getLineNumber()); in GetDeclarationForSymbol()
H A DSymbolFilePDB.cpp988 decl.SetLine(first_line->getLineNumber()); in ParseVariableForPDBData()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp337 decl.SetLine(form_value.Unsigned()); in ParsedDWARFTypeAttributes()
2259 decl.SetLine(form_value.Unsigned()); in ParseChildEnumerators()
H A DSymbolFileDWARF.cpp3188 decl.SetLine(form_value.Unsigned()); in ParseVariableDIE()