Home
last modified time | relevance | path

Searched refs:GetFunctionDeclLineEntry (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/include/lldb/Core/
DDisassembler.h488 static SourceLine GetFunctionDeclLineEntry(const SymbolContext &sc);
/external/llvm-project/lldb/source/Core/
DDisassembler.cpp199 Disassembler::GetFunctionDeclLineEntry(const SymbolContext &sc) { in GetFunctionDeclLineEntry() function in Disassembler
358 SourceLine decl_line = GetFunctionDeclLineEntry(sc); in PrintInstructions()