Home
last modified time | relevance | path

Searched refs:compile_unit (Results 1 – 15 of 15) sorted by relevance

/llvm-project-15.0.7/llvm/test/Transforms/SimplifyCFG/
H A D2003-08-17-FoldSwitch-dbg.ll5 %llvm.dbg.compile_unit.type = type { i32, { }*, i32, i8*, i8*, i8*, i1, i1, i8* }
12compile_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 Ddbginfo.ll6 %llvm.dbg.compile_unit.type = type { i32, { }*, i32, i8*, i8*, i8*, i1, i1, i8* }
/llvm-project-15.0.7/lldb/examples/python/
H A Dsources.py11 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 DSBSymbolContext.cpp121 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 DSBSymbolContext.i70 void SetCompileUnit (lldb::SBCompileUnit compile_unit);
89compile_unit = property(GetCompileUnit, SetCompileUnit, doc='''A read/write property that allows t…
H A DSBSymbolContextList.i95 obj = self.GetContextAtIndex(i).compile_unit
H A DSBAddress.i178compile_unit = property(GetCompileUnit, None, doc='''A read only property that returns an lldb obj…
H A DSBFrame.i347compile_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 DTestBreakpointByLineAndColumn.py103 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 Dresolver.py22 if sym_ctx.compile_unit.IsValid():
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBSymbolContext.h46 void SetCompileUnit(lldb::SBCompileUnit compile_unit);
/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/llgdb-tests/
H A Dllgdb.py112 mainfile = target.FindFunctions('main')[0].compile_unit.file
/llvm-project-15.0.7/llvm/test/tools/llvm-dwarfdump/X86/
H A Ddebug_loclists_unused_invalid.s12 # CHECK-NEXT: compile_unit
/llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/
H A DDwarf.def151 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 Dpython-reference.rst365 | | | target, module and compile_unit fiel…