Home
last modified time | relevance | path

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

/llvm-project/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.cpp131 void SBLineEntry::SetLine(uint32_t line) { in SetLine() function in SBLineEntry
/llvm-project/lldb/include/lldb/API/
H A DSBDeclaration.h40 void SetLine(uint32_t line);
H A DSBLineEntry.h47 void SetLine(uint32_t line);
/llvm-project/lldb/include/lldb/Core/
H A DDeclaration.h172 void SetLine(uint32_t line) { m_line = line; }
168 void SetLine(uint32_t line) { m_line = line; } SetLine() function
/llvm-project/lldb/test/API/functionalities/inline-stepping/
H A DTestInlineStepping.py151 target_line_entry.SetLine(step_stop_line)
/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp214 decl.SetLine(first_line_up->getLineNumber()); in AddSourceInfoToDecl()
H A DSymbolFilePDB.cpp983 decl.SetLine(first_line->getLineNumber()); in ParseVariableForPDBData()
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp406 decl.SetLine(form_value.Unsigned()); in ParsedDWARFTypeAttributes()
2360 decl.SetLine(form_value.Unsigned()); in ConstructDemangledNameFromDWARF()
H A DSymbolFileDWARF.cpp3402 decl.SetLine(form_value.Unsigned()); in fixupExternalAddrZeroVariable()