Searched refs:SetLine (Results 1 – 12 of 12) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBDeclaration.cpp | 107 void SBDeclaration::SetLine(uint32_t line) { in SetLine() function in SBDeclaration 108 LLDB_RECORD_METHOD(void, SBDeclaration, SetLine, (uint32_t), line); in SetLine() 110 ref().SetLine(line); in SetLine() 196 LLDB_REGISTER_METHOD(void, SBDeclaration, SetLine, (uint32_t)); in RegisterMethods()
|
| H A D | SBLineEntry.cpp | 122 void SBLineEntry::SetLine(uint32_t line) { in SetLine() function in SBLineEntry 123 LLDB_RECORD_METHOD(void, SBLineEntry, SetLine, (uint32_t), line); in SetLine() 210 LLDB_REGISTER_METHOD(void, SBLineEntry, SetLine, (uint32_t)); in RegisterMethods()
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBDeclaration.i | 45 SetLine (uint32_t line);
|
| H A D | SBLineEntry.i | 78 SetLine (uint32_t line);
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBDeclaration.h | 40 void SetLine(uint32_t line);
|
| H A D | SBLineEntry.h | 44 void SetLine(uint32_t line);
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | Declaration.h | 170 void SetLine(uint32_t line) { m_line = line; } in SetLine() function
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | PDBASTParser.cpp | 205 decl.SetLine(first_line_up->getLineNumber()); in GetDeclarationForSymbol()
|
| H A D | SymbolFilePDB.cpp | 982 decl.SetLine(first_line->getLineNumber()); in ParseVariableForPDBData()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFASTParserClang.cpp | 349 decl.SetLine(form_value.Unsigned()); in ParsedDWARFTypeAttributes() 2180 decl.SetLine(form_value.Unsigned()); in ParseChildEnumerators()
|
| H A D | SymbolFileDWARF.cpp | 3082 decl.SetLine(form_value.Unsigned()); in ParseVariableDIE()
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 21000 (arg1)->SetLine(arg2); in _wrap_SBDeclaration_SetLine() 32235 (arg1)->SetLine(arg2); in _wrap_SBLineEntry_SetLine()
|