Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBFunction.cpp183 Block &block = m_opaque_ptr->GetBlock(true); in GetArgumentName()
218 SBBlock SBFunction::GetBlock() { in GetBlock() function in SBFunction
223 sb_block.SetPtr(&m_opaque_ptr->GetBlock(true)); in GetBlock()
H A DSBSymbolContext.cpp86 SBBlock SBSymbolContext::GetBlock() { in GetBlock() function in SBSymbolContext
H A DSBAddress.cpp240 SBBlock SBAddress::GetBlock() { in GetBlock() function in SBAddress
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBSymbolContextExtensions.i9 …block = property(GetBlock, SetBlock, doc='''A read/write property that allows the getting/setting …
H A DSBFrameDocstrings.i51 ) lldb::SBFrame::GetBlock;
H A DSBFunctionExtensions.i16 block = property(GetBlock, None, doc='''A read only property that returns an lldb object that represents the top level lexical block (lldb.SBBlock) for this function.''')
H A DSBAddressExtensions.i47 block = property(GetBlock, None, doc='''A read only property that returns an lldb object that represents the block (lldb.SBBlock) that this address resides within.''')
H A DSBFrameExtensions.i77 …block = property(GetBlock, None, doc='''A read only property that returns an lldb object that repr…
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBFunction.h56 lldb::SBBlock GetBlock();
H A DSBSymbolContext.h45 lldb::SBBlock GetBlock();
H A DSBAddress.h82 lldb::SBBlock GetBlock();
H A DSBFrame.h69 lldb::SBBlock GetBlock() const;
126 /// block at or above the block for the PC (SBFrame::GetBlock()) that defines
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_mman.cpp375 MBlock *b = ctx->metamap.GetBlock((uptr)beg); in user_alloc_begin()
385 MBlock *b = ctx->metamap.GetBlock((uptr)p); in user_alloc_usable_size()
394 MBlock *b = ctx->metamap.GetBlock((uptr)p); in user_alloc_usable_size_fast()
H A Dtsan_debugging.cpp210 if (block_begin) b = ctx->metamap.GetBlock((uptr)block_begin); in __tsan_locate_address()
250 if (block_begin) b = ctx->metamap.GetBlock((uptr)block_begin); in __tsan_get_alloc_stack()
H A Dtsan_interface_java.cpp46 MBlock *b = ctx->metamap.GetBlock(p); in JavaHeapBlock()
147 MBlock *b = ctx->metamap.GetBlock(from); in __tsan_java_find()
H A Dtsan_sync.cpp60 MBlock* b = GetBlock(p); in FreeBlock()
190 MBlock* MetaMap::GetBlock(uptr p) { in GetBlock() function in __tsan::MetaMap
H A Dtsan_sync.h112 MBlock* GetBlock(uptr p);
H A Dtsan_external.cpp113 if (block_begin) b = ctx->metamap.GetBlock((uptr)block_begin); in __tsan_external_assign_tag()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp455 Block &parent_block = func.GetBlock(false); in ParseBlocksRecursive()
527 sc.function->GetBlock(false).SetDidParseVariables(true, true); in ParseVariablesForContext()
784 sc.block = sc.function->GetBlock(true).FindBlockByID(block_id); in ResolveSymbolContext()
896 Block &block = sc.function->GetBlock(true); in ResolveSymbolContext()
1007 Block &function_block = sc.function->GetBlock(true); in ParseVariableForPDBData()
1082 Block *block = sc.function->GetBlock(true).FindBlockByID( in ParseVariables()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCoroutines.cpp66 Block &block = destroy_func.GetBlock(true); in InferPromiseType()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DFunction.h493 Block &GetBlock(bool can_create);
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DFunction.cpp332 Block &block = GetBlock(/*can_create*/true); in GetCallEdges()
371 Block &Function::GetBlock(bool can_create) { in GetBlock() function in Function
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/go/
H A Dtsan_go.cpp99 MBlock *b = ctx->metamap.GetBlock(cbctx.start); in SymbolizeData()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp302 Block &block = func.GetBlock(false); in ParseBlocksRecursive()
398 Block &block = func_sp->GetBlock(true); in ResolveSymbolContext()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp2177 Block &block = sc.function->GetBlock(true); in ResolveFunctionAndBlock()
2521 Block &function_block = sc.function->GetBlock(true); in ResolveFunction()
3276 ParseBlocksRecursive(*comp_unit, &func.GetBlock(false), function_die, in ParseBlocksRecursive()
3315 sc.function->GetBlock(false).SetDidParseVariables(true, true); in ParseVariablesForContext()
3682 sc.function->GetBlock(true).FindBlockByID(sc_parent_die.GetID()); in ParseVariableDIE()
3931 sc.function->GetBlock(/*can_create=*/true).FindBlockByID(die.GetID()); in ParseVariablesInFunctionContextRecursive()
3940 block = sc.function->GetBlock(/*can_create=*/true) in ParseVariablesInFunctionContextRecursive()

12