Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBFunction.cpp176 Block &block = m_opaque_ptr->GetBlock(true); in GetArgumentName()
210 SBBlock SBFunction::GetBlock() { in GetBlock() function in SBFunction
211 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBBlock, SBFunction, GetBlock); in GetBlock()
215 sb_block.SetPtr(&m_opaque_ptr->GetBlock(true)); in GetBlock()
267 LLDB_REGISTER_METHOD(lldb::SBBlock, SBFunction, GetBlock, ()); in RegisterMethods()
H A DSBSymbolContext.cpp103 SBBlock SBSymbolContext::GetBlock() { in GetBlock() function in SBSymbolContext
104 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBBlock, SBSymbolContext, GetBlock); in GetBlock()
251 LLDB_REGISTER_METHOD(lldb::SBBlock, SBSymbolContext, GetBlock, ()); in RegisterMethods()
H A DSBAddress.cpp249 SBBlock SBAddress::GetBlock() { in GetBlock() function in SBAddress
250 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBBlock, SBAddress, GetBlock); in GetBlock()
311 LLDB_REGISTER_METHOD(lldb::SBBlock, SBAddress, GetBlock, ()); in RegisterMethods()
H A DSBFrame.cpp234 SBBlock SBFrame::GetBlock() const { in GetBlock() function in SBFrame
235 LLDB_RECORD_METHOD_CONST_NO_ARGS(lldb::SBBlock, SBFrame, GetBlock); in GetBlock()
1310 LLDB_REGISTER_METHOD_CONST(lldb::SBBlock, SBFrame, GetBlock, ()); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBSymbolContext.i65 lldb::SBBlock GetBlock ();
91 …block = property(GetBlock, SetBlock, doc='''A read/write property that allows the getting/setting …
H A DSBFunction.i90 GetBlock ();
123 …block = property(GetBlock, None, doc='''A read only property that returns an lldb object that repr…
H A DSBFrame.i110 See also GetFrameBlock().") GetBlock;
112 GetBlock () const;
350 …block = property(GetBlock, None, doc='''A read only property that returns an lldb object that repr…
H A DSBAddress.i135 GetBlock ();
181 …block = property(GetBlock, None, doc='''A read only property that returns an lldb object that repr…
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBFunction.h53 lldb::SBBlock GetBlock();
H A DSBSymbolContext.h41 lldb::SBBlock GetBlock();
H A DSBAddress.h82 lldb::SBBlock GetBlock();
H A DSBFrame.h60 lldb::SBBlock GetBlock() const;
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_debugging.cpp208 if (block_begin) b = ctx->metamap.GetBlock((uptr)block_begin); in __tsan_locate_address()
248 if (block_begin) b = ctx->metamap.GetBlock((uptr)block_begin); in __tsan_get_alloc_stack()
H A Dtsan_sync.cpp71 MBlock* b = GetBlock(p); in FreeBlock()
179 MBlock* MetaMap::GetBlock(uptr p) { in GetBlock() function in __tsan::MetaMap
H A Dtsan_sync.h116 MBlock* GetBlock(uptr p);
H A Dtsan_external.cpp105 if (block_begin) b = ctx->metamap.GetBlock((uptr)block_begin); in __tsan_external_assign_tag()
H A Dtsan_interface_java.cpp159 MBlock *b = ctx->metamap.GetBlock(from); in __tsan_java_find()
H A Dtsan_mman.cpp315 MBlock *b = ctx->metamap.GetBlock((uptr)p); in user_alloc_usable_size()
H A Dtsan_rtl_report.cpp344 b = ctx->metamap.GetBlock((uptr)block_begin); in AddLocation()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp443 Block &parent_block = func.GetBlock(false); in ParseBlocksRecursive()
515 sc.function->GetBlock(false).SetDidParseVariables(true, true); in ParseVariablesForContext()
769 sc.block = sc.function->GetBlock(true).FindBlockByID(block_id); in ResolveSymbolContext()
881 Block &block = sc.function->GetBlock(true); in ResolveSymbolContext()
992 Block &function_block = sc.function->GetBlock(true); in ParseVariableForPDBData()
1064 Block *block = sc.function->GetBlock(true).FindBlockByID( in ParseVariables()
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DFunction.cpp305 Block &block = GetBlock(/*can_create*/true); in GetCallEdges()
344 Block &Function::GetBlock(bool can_create) { in GetBlock() function in Function
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DFunction.h507 Block &GetBlock(bool can_create);
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/go/
H A Dtsan_go.cpp103 MBlock *b = ctx->metamap.GetBlock(cbctx.start); in SymbolizeData()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp1847 Block &block = sc.function->GetBlock(true); in ResolveFunctionAndBlock()
2178 Block &function_block = sc.function->GetBlock(true); in ResolveFunction()
2964 ParseBlocksRecursive(*comp_unit, &func.GetBlock(false), function_die, in ParseBlocksRecursive()
3004 sc.function->GetBlock(false).SetDidParseVariables(true, true); in ParseVariablesForContext()
3345 sc.function->GetBlock(true).FindBlockByID(sc_parent_die.GetID()); in ParseVariableDIE()
3483 Block *block = sc.function->GetBlock(true).FindBlockByID( in ParseVariables()
3495 block = sc.function->GetBlock(true).FindBlockByID( in ParseVariables()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DStackFrameList.cpp685 frame_sp->SetSymbolContextScope(&function->GetBlock(false)); in GetFrameAtIndex()

12