OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_comp_unit
(Results
1 - 4
of
4
) sorted by null
/external/lldb/source/Symbol/
Function.cpp
206
m_comp_unit
(comp_unit),
230
m_comp_unit
(comp_unit),
255
if (
m_comp_unit
== NULL)
265
LineTable *line_table =
m_comp_unit
->GetLineTable();
289
LineTable *line_table =
m_comp_unit
->GetLineTable();
317
m_comp_unit
->GetPath().c_str());
327
return
m_comp_unit
;
333
return
m_comp_unit
;
382
m_comp_unit
->CalculateSymbolContext(sc);
417
m_comp_unit
->DumpSymbolContext(s)
[
all
...]
LineTable.cpp
25
m_comp_unit
(comp_unit),
191
if (so_addr.GetModule().get() ==
m_comp_unit
->GetModule().get())
266
ModuleSP module_sp (
m_comp_unit
->GetModule());
274
line_entry.file =
m_comp_unit
->GetSupportFiles().GetFileSpecAtIndex (entry.file_idx);
407
SymbolContext sc (
m_comp_unit
);
453
line_entry.GetDescription (s, level,
m_comp_unit
, target, true);
492
std::unique_ptr<LineTable> line_table_ap (new LineTable (
m_comp_unit
));
/external/lldb/include/lldb/Symbol/
Function.h
309
/// Functions belong to CompileUnit objects (Function::
m_comp_unit
),
623
CompileUnit *
m_comp_unit
; ///< The compile unit that owns this function.
member in class:lldb_private::Function
LineTable.h
390
CompileUnit*
m_comp_unit
; ///< The compile unit that this line table belongs to.
member in class:lldb_private::LineTable
Completed in 49 milliseconds