Searched refs:compile_unit (Results 1 – 15 of 15) sorted by relevance
| /llvm-project-15.0.7/llvm/test/Transforms/SimplifyCFG/ |
| H A D | 2003-08-17-FoldSwitch-dbg.ll | 5 %llvm.dbg.compile_unit.type = type { i32, { }*, i32, i8*, i8*, i8*, i1, i1, i8* } 12 …compile_unit = internal constant %llvm.dbg.compile_unit.type { i32 458769, { }* bitcast (%llvm.dbg… 20 …lvm.dbg.stoppoint(i32 5, i32 0, { }* bitcast (%llvm.dbg.compile_unit.type* @llvm.dbg.compile_unit … 37 …lvm.dbg.stoppoint(i32 5, i32 0, { }* bitcast (%llvm.dbg.compile_unit.type* @llvm.dbg.compile_unit … 40 …lvm.dbg.stoppoint(i32 5, i32 0, { }* bitcast (%llvm.dbg.compile_unit.type* @llvm.dbg.compile_unit … 51 …lvm.dbg.stoppoint(i32 5, i32 0, { }* bitcast (%llvm.dbg.compile_unit.type* @llvm.dbg.compile_unit … 54 …lvm.dbg.stoppoint(i32 5, i32 0, { }* bitcast (%llvm.dbg.compile_unit.type* @llvm.dbg.compile_unit …
|
| H A D | dbginfo.ll | 6 %llvm.dbg.compile_unit.type = type { i32, { }*, i32, i8*, i8*, i8*, i1, i1, i8* }
|
| /llvm-project-15.0.7/lldb/examples/python/ |
| H A D | sources.py | 11 for compile_unit in module.compile_units: 12 if compile_unit.file: 13 print(" %s" % (compile_unit.file), file=result)
|
| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBSymbolContext.cpp | 121 void SBSymbolContext::SetCompileUnit(lldb::SBCompileUnit compile_unit) { in SetCompileUnit() argument 122 LLDB_INSTRUMENT_VA(this, compile_unit); in SetCompileUnit() 124 ref().comp_unit = compile_unit.get(); in SetCompileUnit()
|
| /llvm-project-15.0.7/lldb/bindings/interface/ |
| H A D | SBSymbolContext.i | 70 void SetCompileUnit (lldb::SBCompileUnit compile_unit); 89 …compile_unit = property(GetCompileUnit, SetCompileUnit, doc='''A read/write property that allows t…
|
| H A D | SBSymbolContextList.i | 95 obj = self.GetContextAtIndex(i).compile_unit
|
| H A D | SBAddress.i | 178 …compile_unit = property(GetCompileUnit, None, doc='''A read only property that returns an lldb obj…
|
| H A D | SBFrame.i | 347 …compile_unit = property(GetCompileUnit, None, doc='''A read only property that returns an lldb obj…
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/breakpoint_by_line_and_column/ |
| H A D | TestBreakpointByLineAndColumn.py | 103 compile_unit = list[0].GetCompileUnit() 106 for line_entry in compile_unit:
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/scripted_bkpt/ |
| H A D | resolver.py | 22 if sym_ctx.compile_unit.IsValid():
|
| /llvm-project-15.0.7/lldb/include/lldb/API/ |
| H A D | SBSymbolContext.h | 46 void SetCompileUnit(lldb::SBCompileUnit compile_unit);
|
| /llvm-project-15.0.7/cross-project-tests/debuginfo-tests/llgdb-tests/ |
| H A D | llgdb.py | 112 mainfile = target.FindFunctions('main')[0].compile_unit.file
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-dwarfdump/X86/ |
| H A D | debug_loclists_unused_invalid.s | 12 # CHECK-NEXT: compile_unit
|
| /llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/ |
| H A D | Dwarf.def | 151 HANDLE_DW_TAG(0x0011, compile_unit, 2, DWARF, DW_KIND_NONE) 1198 HANDLE_DW_IDX(0x01, compile_unit)
|
| /llvm-project-15.0.7/lldb/docs/use/ |
| H A D | python-reference.rst | 365 | | | target, module and compile_unit fiel…
|