| /llvm-project/lldb/test/API/lang/cpp/namespace/ |
| H A D | TestNamespace.py | 34 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 D | TestConditionalBreak.py | 69 name0 = frame0.GetFunction().GetName() 71 name1 = frame1.GetFunction().GetName()
|
| /llvm-project/lldb/test/API/functionalities/breakpoint/cpp/ |
| H A D | TestCPPBreakpointLocations.py | 40 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 D | sb_symbolcontext.py | 11 obj.GetFunction()
|
| H A D | sb_address.py | 19 obj.GetFunction()
|
| H A D | sb_frame.py | 18 obj.GetFunction()
|
| /llvm-project/lldb/bindings/interface/ |
| H A D | SBSymbolContextExtensions.i | 8 …function = property(GetFunction, SetFunction, doc='''A read/write property that allows the getting…
|
| H A D | SBAddressExtensions.i | 46 …function = property(GetFunction, None, doc='''A read only property that returns an lldb object tha…
|
| /llvm-project/lldb/examples/python/ |
| H A D | in_call_stack.py | 21 function = frame.GetFunction()
|
| H A D | disasm.py | 77 function = frame.GetFunction()
|
| /llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | IRDynamicChecks.cpp | 426 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 D | TestFatArchives.py | 46 function = bp_loc_addr.GetFunction()
|
| /llvm-project/lldb/test/API/functionalities/dwo/ |
| H A D | TestZeroDwoId.py | 49 self.assertTrue(bp_loc.GetAddress().GetFunction().IsValid())
|
| /llvm-project/lldb/test/API/python_api/name_lookup/ |
| H A D | TestNameLookup.py | 58 self.assertTrue(symbol_context.GetFunction().IsValid())
|
| /llvm-project/lldb/test/API/commands/platform/connect/ |
| H A D | TestPlatformConnect.py | 57 self.assertEqual(frame.GetFunction().GetName(), "main")
|
| /llvm-project/lldb/test/API/lang/cpp/class_types/ |
| H A D | TestClassTypesDisassembly.py | 51 function = frame.GetFunction()
|
| /llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_options/ |
| H A D | TestBreakpointOptions.py | 94 function = location.GetAddress().GetFunction()
|
| /llvm-project/lldb/include/lldb/API/ |
| H A D | SBSymbolContext.h | 44 lldb::SBFunction GetFunction();
|
| H A D | SBAddress.h | 80 lldb::SBFunction GetFunction();
|
| /llvm-project/lldb/test/API/lang/cpp/stl/ |
| H A D | TestStdCXXDisassembly.py | 29 function = frame.GetFunction()
|
| /llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_in_delayslot/ |
| H A D | TestAvoidBreakpointInDelaySlot.py | 36 function = sc.GetFunction()
|
| /llvm-project/lldb/test/API/python_api/address_range/ |
| H A D | TestAddressRange.py | 67 func = loc_addr.GetFunction() 208 func = loc_addr.GetFunction()
|
| /llvm-project/lldb/test/API/python_api/symbol-context/ |
| H A D | TestSymbolContext.py | 65 function = context.GetFunction()
|
| /llvm-project/lldb/test/API/python_api/symbol-context/two-files/ |
| H A D | TestSymbolContextTwoFiles.py | 31 self.assertEqual(symbol_name, sc_by_address.GetFunction().GetName())
|
| /llvm-project/lldb/test/API/functionalities/gdb_remote_client/ |
| H A D | TestMSP430MSPDebug.py | 88 func = thread.GetFrameAtIndex(0).GetFunction()
|