Searched refs:GetBlock (Results 1 - 21 of 21) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBFunction.h66 GetBlock ();
H A DSBSymbolContext.h41 lldb::SBBlock GetBlock ();
H A DSBAddress.h95 GetBlock ();
H A DSBFrame.h76 GetBlock () const;
129 /// block at or above the block for the PC (SBFrame::GetBlock()) that defines
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/API/
H A DSBFunction.cpp225 Block &block = m_opaque_ptr->GetBlock(true);
261 SBFunction::GetBlock () function in class:SBFunction
265 sb_block.SetPtr (&m_opaque_ptr->GetBlock (true));
H A DSBAddress.cpp293 SBAddress::GetBlock () function in class:SBAddress
H A DSBSymbolContext.cpp139 SBSymbolContext::GetBlock () function in class:SBSymbolContext
H A DSBFrame.cpp319 SBFrame::GetBlock () const function in class:SBFrame
342 log->Printf ("SBFrame::GetBlock () => error: could not reconstruct frame object for this SBFrame.");
348 log->Printf ("SBFrame(%p)::GetBlock () => error: process is running",
353 log->Printf ("SBFrame(%p)::GetBlock () => SBBlock(%p)",
/freebsd-11.0-release/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_sync.h78 MBlock* GetBlock(uptr p);
H A Dtsan_sync.cc75 MBlock* b = GetBlock(p);
173 MBlock* MetaMap::GetBlock(uptr p) { function in class:__tsan::MetaMap
H A Dtsan_mman.cc166 MBlock *b = ctx->metamap.GetBlock((uptr)p);
H A Dtsan_rtl_report.cc323 b = ctx->metamap.GetBlock((uptr)block_begin);
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DFunction.h482 GetBlock (bool can_create);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Symbol/
H A DFunction.cpp311 Function::GetBlock (bool can_create) function in class:Function
H A DSymbolContext.cpp672 return &function->GetBlock(true);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp1910 Block& block = sc.function->GetBlock (true);
2044 Block& block = sc.function->GetBlock (true);
2467 Block &function_block = sc.function->GetBlock (true);
3872 ParseFunctionBlocks(sc, &sc.function->GetBlock (false), function_die, LLDB_INVALID_ADDRESS, 0);
3930 sc.function->GetBlock (false).SetDidParseVariables (true, true);
4336 symbol_context_scope = sc.function->GetBlock(true).FindBlockByID(sc_parent_die.GetID());
4501 Block *block = sc.function->GetBlock(true).FindBlockByID(sc_parent_die.GetID());
4511 block = sc.function->GetBlock(true).FindBlockByID(concrete_block_die.GetID());
H A DDWARFASTParserGo.cpp466 sc.function->GetBlock(true).FindBlockByID(dwarf->MakeUserID(sc_parent_die.GetOffset()));
H A DDWARFASTParserClang.cpp1703 symbol_context_scope = sc.function->GetBlock(true).FindBlockByID(sc_parent_die.GetID());
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Target/
H A DStackFrameList.cpp572 frame_sp->SetSymbolContextScope (&function->GetBlock(false));
H A DStackFrame.cpp342 return &m_sc.function->GetBlock (false);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Core/
H A DFormatEntity.cpp1790 variable_list_sp = sc->function->GetBlock(true).GetBlockVariableList (true);

Completed in 170 milliseconds