reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/Symbol/Function.h
  435   Block &GetBlock(bool can_create);

References

tools/lldb/source/API/SBFunction.cpp
  185     Block &block = m_opaque_ptr->GetBlock(true);
  224     sb_block.SetPtr(&m_opaque_ptr->GetBlock(true));
tools/lldb/source/Core/FormatEntity.cpp
 1622                 sc->function->GetBlock(true).GetBlockVariableList(true);
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
 1293         sc.function->GetBlock(true).FindBlockByID(sc_parent_die.GetID());
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
 1801                   Block &block = sc.function->GetBlock(true);
 1928                       Block &block = sc.function->GetBlock(true);
 2200       Block &function_block = sc.function->GetBlock(true);
 3051     ParseBlocksRecursive(*comp_unit, &func.GetBlock(false), function_die,
 3091         sc.function->GetBlock(false).SetDidParseVariables(true, true);
 3474             symbol_context_scope = sc.function->GetBlock(true).FindBlockByID(
 3616               Block *block = sc.function->GetBlock(true).FindBlockByID(
 3628                   block = sc.function->GetBlock(true).FindBlockByID(
tools/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
  362     return GetOrCreateFunction(block_id, *comp_unit)->GetBlock(false);
tools/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
  443   Block &parent_block = func.GetBlock(false);
  515     sc.function->GetBlock(false).SetDidParseVariables(true, true);
  769           sc.block = sc.function->GetBlock(true).FindBlockByID(block_id);
  879                 Block &block = sc.function->GetBlock(true);
  990       Block &function_block = sc.function->GetBlock(true);
 1062             Block *block = sc.function->GetBlock(true).FindBlockByID(
tools/lldb/source/Symbol/Function.cpp
  260   Block &block = GetBlock(/*can_create*/true);
tools/lldb/source/Symbol/SymbolContext.cpp
  554     return &function->GetBlock(true);
tools/lldb/source/Target/StackFrame.cpp
  263       return &m_sc.function->GetBlock(false);
tools/lldb/source/Target/StackFrameList.cpp
  679             frame_sp->SetSymbolContextScope(&function->GetBlock(false));