Home
last modified time | relevance | path

Searched refs:GetBlock (Results 1 – 25 of 26) sorted by relevance

12

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBFunction.cpp171 Block &block = m_opaque_ptr->GetBlock(true); in GetArgumentName()
201 SBBlock SBFunction::GetBlock() { in GetBlock() function in SBFunction
204 sb_block.SetPtr(&m_opaque_ptr->GetBlock(true)); in GetBlock()
H A DSBSymbolContext.cpp104 SBBlock SBSymbolContext::GetBlock() { in GetBlock() function in SBSymbolContext
H A DSBAddress.cpp221 SBBlock SBAddress::GetBlock() { in GetBlock() function in SBAddress
H A DSBFrame.cpp279 SBBlock SBFrame::GetBlock() const { in GetBlock() function in SBFrame
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBFunction.h52 lldb::SBBlock GetBlock();
H A DSBSymbolContext.h40 lldb::SBBlock GetBlock();
H A DSBAddress.h77 lldb::SBBlock GetBlock();
H A DSBFrame.h59 lldb::SBBlock GetBlock() const;
/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_debugging.cc209 if (block_begin) b = ctx->metamap.GetBlock((uptr)block_begin); in __tsan_locate_address()
249 if (block_begin) b = ctx->metamap.GetBlock((uptr)block_begin); in __tsan_get_alloc_stack()
H A Dtsan_sync.cc75 MBlock* b = GetBlock(p); in FreeBlock()
183 MBlock* MetaMap::GetBlock(uptr p) { in GetBlock() function in __tsan::MetaMap
H A Dtsan_sync.h120 MBlock* GetBlock(uptr p);
H A Dtsan_external.cc105 if (block_begin) b = ctx->metamap.GetBlock((uptr)block_begin); in __tsan_external_assign_tag()
H A Dtsan_interface_java.cc161 MBlock *b = ctx->metamap.GetBlock(from); in __tsan_java_find()
H A Dtsan_mman.cc300 MBlock *b = ctx->metamap.GetBlock((uptr)p); in user_alloc_usable_size()
H A Dtsan_rtl_report.cc333 b = ctx->metamap.GetBlock((uptr)block_begin); in AddLocation()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DFunction.h479 Block &GetBlock(bool can_create);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp442 Block &parent_block = func.GetBlock(false); in ParseBlocksRecursive()
512 sc.function->GetBlock(false).SetDidParseVariables(true, true); in ParseVariablesForContext()
719 sc.block = sc.function->GetBlock(true).FindBlockByID(block_id); in ResolveSymbolContext()
828 Block &block = sc.function->GetBlock(true); in ResolveSymbolContext()
939 context_scope = sc.function->GetBlock(true).FindBlockByID( in ParseVariableForPDBData()
998 Block *block = sc.function->GetBlock(true).FindBlockByID( in ParseVariables()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DFunction.cpp261 Block &block = GetBlock(/*can_create*/true); in GetCallEdges()
287 Block &Function::GetBlock(bool can_create) { in GetBlock() function in Function
H A DSymbolContext.cpp563 return &function->GetBlock(true); in GetFunctionBlock()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp1859 Block &block = sc.function->GetBlock(true); in ResolveSymbolContext()
1991 Block &block = sc.function->GetBlock(true); in ResolveSymbolContext()
2254 Block &function_block = sc.function->GetBlock(true); in ResolveFunction()
3139 ParseBlocksRecursive(*comp_unit, &func.GetBlock(false), function_die, in ParseBlocksRecursive()
3179 sc.function->GetBlock(false).SetDidParseVariables(true, true); in ParseVariablesForContext()
3583 symbol_context_scope = sc.function->GetBlock(true).FindBlockByID( in ParseVariableDIE()
3725 Block *block = sc.function->GetBlock(true).FindBlockByID( in ParseVariables()
3737 block = sc.function->GetBlock(true).FindBlockByID( in ParseVariables()
/freebsd-12.1/contrib/compiler-rt/lib/tsan/go/
H A Dtsan_go.cc93 MBlock *b = ctx->metamap.GetBlock(cbctx.start); in SymbolizeData()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DStackFrameList.cpp676 frame_sp->SetSymbolContextScope(&function->GetBlock(false)); in GetFrameAtIndex()
H A DStackFrame.cpp255 return &m_sc.function->GetBlock(false); in GetFrameBlock()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp354 return GetOrCreateFunction(block_id, *comp_unit)->GetBlock(false); in CreateBlock()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DFormatEntity.cpp1637 sc->function->GetBlock(true).GetBlockVariableList(true); in Format()

12