Home
last modified time | relevance | path

Searched refs:GetFunction (Results 1 – 25 of 42) sorted by relevance

12

/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBSymbolContext.i64 lldb::SBFunction GetFunction ();
90 …function = property(GetFunction, SetFunction, doc='''A read/write property that allows the getting…
H A DSBAddress.i132 GetFunction ();
180 …function = property(GetFunction, None, doc='''A read only property that returns an lldb object tha…
H A DSBFrame.i102 GetFunction () const;
348 …function = property(GetFunction, None, doc='''A read only property that returns an lldb object tha…
/llvm-project-15.0.7/lldb/test/API/lang/cpp/namespace/
H A DTestNamespace.py40 name = bp_loc.GetAddress().GetFunction().GetName()
67 name = bp_loc.GetAddress().GetFunction().GetName()
92 name = bp_loc.GetAddress().GetFunction().GetName()
/llvm-project-15.0.7/lldb/test/API/functionalities/conditional_break/
H A DTestConditionalBreak.py73 name0 = frame0.GetFunction().GetName()
75 name1 = frame1.GetFunction().GetName()
/llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/cpp/
H A DTestCPPBreakpointLocations.py33 bp_loc_names.append(bp_loc.GetAddress().GetFunction().GetName())
88 bp_loc_names = {bp_loc.GetAddress().GetFunction().GetName()
/llvm-project-15.0.7/lldb/test/API/python_api/default-constructor/
H A Dsb_symbolcontext.py11 obj.GetFunction()
H A Dsb_address.py19 obj.GetFunction()
H A Dsb_frame.py18 obj.GetFunction()
/llvm-project-15.0.7/lldb/examples/python/
H A Din_call_stack.py21 function = frame.GetFunction()
H A Ddisasm.py77 function = frame.GetFunction()
/llvm-project-15.0.7/lldb/test/API/functionalities/fat_archives/
H A DTestFatArchives.py46 function = bp_loc_addr.GetFunction()
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRDynamicChecks.cpp447 static llvm::Function *GetFunction(llvm::Value *value) { in GetFunction() function in ObjcObjectChecker
458 return GetFunction(const_expr->getOperand(0)); in GetFunction()
466 return GetFunction(inst->getCalledOperand()); in GetCalledFunction()
/llvm-project-15.0.7/lldb/test/API/commands/platform/connect/
H A DTestPlatformConnect.py50 self.assertEqual(frame.GetFunction().GetName(), "main")
/llvm-project-15.0.7/lldb/test/API/python_api/name_lookup/
H A DTestNameLookup.py57 self.assertTrue(symbol_context.GetFunction().IsValid())
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBSymbolContext.h40 lldb::SBFunction GetFunction();
H A DSBAddress.h80 lldb::SBFunction GetFunction();
H A DSBFrame.h53 lldb::SBFunction GetFunction() const;
/llvm-project-15.0.7/lldb/test/API/lang/cpp/stl/
H A DTestStdCXXDisassembly.py31 function = frame.GetFunction()
/llvm-project-15.0.7/lldb/test/API/lang/cpp/class_types/
H A DTestClassTypesDisassembly.py54 function = frame.GetFunction()
/llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/breakpoint_in_delayslot/
H A DTestAvoidBreakpointInDelaySlot.py42 function = sc.GetFunction()
/llvm-project-15.0.7/lldb/test/API/python_api/symbol-context/
H A DTestSymbolContext.py65 function = context.GetFunction()
/llvm-project-15.0.7/lldb/test/API/python_api/symbol-context/two-files/
H A DTestSymbolContextTwoFiles.py34 sc_by_address.GetFunction().GetName())
/llvm-project-15.0.7/lldb/test/API/python_api/function_symbol/
H A DTestDisasmAPI.py89 function = frame0.GetFunction()
/llvm-project-15.0.7/clang/utils/
H A DClangDataFormat.py83 func_addr = frame.GetFunction().GetStartAddress().GetFileAddress()

12