Home
last modified time | relevance | path

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

123

/llvm-project/lldb/test/API/lang/cpp/namespace/
H A DTestNamespace.py34 name = bp_loc.GetAddress().GetFunction().GetName()
64 name = bp_loc.GetAddress().GetFunction().GetName()
92 name = bp_loc.GetAddress().GetFunction().GetName()
/llvm-project/lldb/test/API/functionalities/conditional_break/
H A DTestConditionalBreak.py69 name0 = frame0.GetFunction().GetName()
71 name1 = frame1.GetFunction().GetName()
/llvm-project/lldb/test/API/functionalities/breakpoint/cpp/
H A DTestCPPBreakpointLocations.py40 bp_loc_names.append(bp_loc.GetAddress().GetFunction().GetName())
158 bp_loc.GetAddress().GetFunction().GetName() for bp_loc in bp
/llvm-project/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/lldb/bindings/interface/
H A DSBSymbolContextExtensions.i8 …function = property(GetFunction, SetFunction, doc='''A read/write property that allows the getting…
H A DSBAddressExtensions.i46 …function = property(GetFunction, None, doc='''A read only property that returns an lldb object tha…
/llvm-project/lldb/examples/python/
H A Din_call_stack.py21 function = frame.GetFunction()
H A Ddisasm.py77 function = frame.GetFunction()
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRDynamicChecks.cpp426 static llvm::Function *GetFunction(llvm::Value *value) {
437 return GetFunction(const_expr->getOperand(0)); in GetFunction()
445 return GetFunction(inst->getCalledOperand()); in GetCalledFunction()
427 static llvm::Function *GetFunction(llvm::Value *value) { GetFunction() function in ObjcObjectChecker
/llvm-project/lldb/test/API/functionalities/fat_archives/
H A DTestFatArchives.py46 function = bp_loc_addr.GetFunction()
/llvm-project/lldb/test/API/functionalities/dwo/
H A DTestZeroDwoId.py49 self.assertTrue(bp_loc.GetAddress().GetFunction().IsValid())
/llvm-project/lldb/test/API/python_api/name_lookup/
H A DTestNameLookup.py58 self.assertTrue(symbol_context.GetFunction().IsValid())
/llvm-project/lldb/test/API/commands/platform/connect/
H A DTestPlatformConnect.py57 self.assertEqual(frame.GetFunction().GetName(), "main")
/llvm-project/lldb/test/API/lang/cpp/class_types/
H A DTestClassTypesDisassembly.py51 function = frame.GetFunction()
/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_options/
H A DTestBreakpointOptions.py94 function = location.GetAddress().GetFunction()
/llvm-project/lldb/include/lldb/API/
H A DSBSymbolContext.h44 lldb::SBFunction GetFunction();
H A DSBAddress.h80 lldb::SBFunction GetFunction();
/llvm-project/lldb/test/API/lang/cpp/stl/
H A DTestStdCXXDisassembly.py29 function = frame.GetFunction()
/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_in_delayslot/
H A DTestAvoidBreakpointInDelaySlot.py36 function = sc.GetFunction()
/llvm-project/lldb/test/API/python_api/address_range/
H A DTestAddressRange.py67 func = loc_addr.GetFunction()
208 func = loc_addr.GetFunction()
/llvm-project/lldb/test/API/python_api/symbol-context/
H A DTestSymbolContext.py65 function = context.GetFunction()
/llvm-project/lldb/test/API/python_api/symbol-context/two-files/
H A DTestSymbolContextTwoFiles.py31 self.assertEqual(symbol_name, sc_by_address.GetFunction().GetName())
/llvm-project/lldb/test/API/functionalities/gdb_remote_client/
H A DTestMSP430MSPDebug.py88 func = thread.GetFrameAtIndex(0).GetFunction()

123