Home
last modified time | relevance | path

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

/external/llvm-project/llvm/test/Transforms/SimplifyCFG/
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
Ddbginfo.ll5 %llvm.dbg.compile_unit.type = type { i32, { }*, i32, i8*, i8*, i8*, i1, i1, i8* }
/external/llvm/test/Transforms/SimplifyCFG/
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
Ddbginfo.ll5 %llvm.dbg.compile_unit.type = type { i32, { }*, i32, i8*, i8*, i8*, i1, i1, i8* }
/external/llvm-project/lldb/examples/python/
Dsources.py11 for compile_unit in module.compile_units:
12 if compile_unit.file:
13 print(" %s" % (compile_unit.file), file=result)
/external/elfutils/tests/
Drun-readelf-dwz-multi.sh87 [ b] compile_unit abbrev: 6
148 [ b] compile_unit abbrev: 6
208 [ b] compile_unit abbrev: 3
248 [ b] compile_unit abbrev: 3
287 [ b] compile_unit abbrev: 5
Drun-readelf-const-values.sh67 [ c] compile_unit abbrev: 2
105 [ 71] compile_unit abbrev: 1
Drun-readelf-discr.sh81 [ b] compile_unit abbrev: 1
238 [ b] compile_unit abbrev: 1
Drun-readelf-zdebug-rel.sh54 [ b] compile_unit abbrev: 1
159 [ b] compile_unit abbrev: 1
Drun-readelf-types.sh30 [ b] compile_unit abbrev: 8
Drun-readelf-loc.sh917 [ b] compile_unit abbrev: 1
930 { b} compile_unit abbrev: 1
1005 [ 3f] compile_unit abbrev: 1
/external/llvm-project/lldb/bindings/interface/
DSBSymbolContext.i70 void SetCompileUnit (lldb::SBCompileUnit compile_unit);
89compile_unit = property(GetCompileUnit, SetCompileUnit, doc='''A read/write property that allows t…
DSBSymbolContextList.i95 obj = self.GetContextAtIndex(i).compile_unit
DSBAddress.i178compile_unit = property(GetCompileUnit, None, doc='''A read only property that returns an lldb obj…
DSBFrame.i339compile_unit = property(GetCompileUnit, None, doc='''A read only property that returns an lldb obj…
/external/llvm-project/lldb/source/API/
DSBSymbolContext.cpp140 void SBSymbolContext::SetCompileUnit(lldb::SBCompileUnit compile_unit) { in SetCompileUnit() argument
142 (lldb::SBCompileUnit), compile_unit); in SetCompileUnit()
144 ref().comp_unit = compile_unit.get(); in SetCompileUnit()
/external/llvm-project/lldb/test/API/functionalities/breakpoint/scripted_bkpt/
Dresolver.py22 if sym_ctx.compile_unit.IsValid():
/external/llvm-project/lldb/include/lldb/API/
DSBSymbolContext.h46 void SetCompileUnit(lldb::SBCompileUnit compile_unit);
/external/llvm-project/debuginfo-tests/llgdb-tests/
Dllgdb.py112 mainfile = target.FindFunctions('main')[0].compile_unit.file
/external/llvm-project/llvm/test/tools/llvm-dwarfdump/X86/
Ddebug_loclists_unused_invalid.s12 # CHECK-NEXT: compile_unit
/external/llvm/include/llvm/Support/
DDwarf.def57 HANDLE_DW_TAG(0x0011, compile_unit)
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DDwarf.def138 HANDLE_DW_TAG(0x0011, compile_unit, 2, DWARF, DW_KIND_NONE)
939 HANDLE_DW_IDX(0x01, compile_unit)
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DDwarf.def151 HANDLE_DW_TAG(0x0011, compile_unit, 2, DWARF, DW_KIND_NONE)
976 HANDLE_DW_IDX(0x01, compile_unit)
/external/llvm-project/lldb/docs/use/
Dpython-reference.rst350 | | | target, module and compile_unit fiel…