| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SBFunction.cpp | 182 Block &block = m_opaque_ptr->GetBlock(true); in GetArgumentName() 217 SBBlock SBFunction::GetBlock() { in GetBlock() function in SBFunction 222 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 | 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 | SBFrameDocstrings.i | 51 ) lldb::SBFrame::GetBlock;
|
| 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 | 58 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;
|
| /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() 146 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/Language/CPlusPlus/ |
| H A D | Coroutines.cpp | 69 Block &block = destroy_func->GetBlock(true); in InferArtificialCoroType()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | SymbolFilePDB.cpp | 441 Block &parent_block = func.GetBlock(false); in ParseBlocksRecursive() 513 sc.function->GetBlock(false).SetDidParseVariables(true, true); in ParseVariablesForContext() 770 sc.block = sc.function->GetBlock(true).FindBlockByID(block_id); in ResolveSymbolContext() 882 Block &block = sc.function->GetBlock(true); in ResolveSymbolContext() 993 Block &function_block = sc.function->GetBlock(true); in ParseVariableForPDBData() 1068 Block *block = sc.function->GetBlock(true).FindBlockByID( in ParseVariables()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | Function.h | 499 Block &GetBlock(bool can_create);
|
| /freebsd/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | Function.cpp | 343 Block &block = GetBlock(/*can_create*/true); in GetCallEdges() 382 Block &Function::GetBlock(bool can_create) { in GetBlock() function in Function
|
| H A D | CompileUnit.cpp | 413 Block &func_block = function->GetBlock(true); in ResolveSymbolContext()
|
| /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 blocks.push_back(&func.GetBlock(false)); in ParseBlocksRecursive() 396 Block &block = func_sp->GetBlock(true); in ResolveSymbolContext()
|