/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBFunction.cpp | 183 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 D | SBSymbolContext.cpp | 86 SBBlock SBSymbolContext::GetBlock() { in GetBlock() function in SBSymbolContext
|
H A D | SBAddress.cpp | 240 SBBlock SBAddress::GetBlock() { in GetBlock() function in SBAddress
|
/freebsd/contrib/llvm-project/lldb/bindings/interface/ |
H A D | SBSymbolContextExtensions.i | 9 …block = property(GetBlock, SetBlock, doc='''A read/write property that allows the getting/setting …
|
H A D | SBFrameDocstrings.i | 51 ) lldb::SBFrame::GetBlock;
|
H A D | SBFunctionExtensions.i | 16 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 D | SBAddressExtensions.i | 47 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 D | SBFrameExtensions.i | 77 …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 D | SBFunction.h | 56 lldb::SBBlock GetBlock();
|
H A D | SBSymbolContext.h | 45 lldb::SBBlock GetBlock();
|
H A D | SBAddress.h | 82 lldb::SBBlock GetBlock();
|
H A D | SBFrame.h | 69 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 D | tsan_mman.cpp | 375 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 D | tsan_debugging.cpp | 210 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 D | tsan_interface_java.cpp | 46 MBlock *b = ctx->metamap.GetBlock(p); in JavaHeapBlock() 147 MBlock *b = ctx->metamap.GetBlock(from); in __tsan_java_find()
|
H A D | tsan_sync.cpp | 60 MBlock* b = GetBlock(p); in FreeBlock() 190 MBlock* MetaMap::GetBlock(uptr p) { in GetBlock() function in __tsan::MetaMap
|
H A D | tsan_sync.h | 112 MBlock* GetBlock(uptr p);
|
H A D | tsan_external.cpp | 113 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 D | SymbolFilePDB.cpp | 455 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 D | Coroutines.cpp | 66 Block &block = destroy_func.GetBlock(true); in InferPromiseType()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
H A D | Function.h | 493 Block &GetBlock(bool can_create);
|
/freebsd/contrib/llvm-project/lldb/source/Symbol/ |
H A D | Function.cpp | 332 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 D | tsan_go.cpp | 99 MBlock *b = ctx->metamap.GetBlock(cbctx.start); in SymbolizeData()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/ |
H A D | SymbolFileBreakpad.cpp | 302 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 D | SymbolFileDWARF.cpp | 2177 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()
|