Searched refs:compile_unit (Results 1 – 13 of 13) sorted by relevance
/external/llvm/test/Transforms/SimplifyCFG/ |
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 …
|
D | dbginfo.ll | 5 %llvm.dbg.compile_unit.type = type { i32, { }*, i32, i8*, i8*, i8*, i1, i1, i8* }
|
/external/elfutils/tests/ |
D | run-readelf-dwz-multi.sh | 87 [ b] compile_unit 148 [ b] compile_unit 208 [ b] compile_unit 248 [ b] compile_unit 287 [ b] compile_unit
|
D | run-readelf-zdebug-rel.sh | 54 [ b] compile_unit
|
/external/lldb/scripts/Python/interface/ |
D | SBSymbolContext.i | 69 void SetCompileUnit (lldb::SBCompileUnit compile_unit); 91 …if _newclass: compile_unit = property(GetCompileUnit, SetCompileUnit, doc='''A read/write property…
|
D | SBAddress.i | 170 …if _newclass: compile_unit = property(GetCompileUnit, None, doc='''A read only property that retur…
|
D | SBSymbolContextList.i | 87 obj = self.GetContextAtIndex(i).compile_unit
|
D | SBFrame.i | 296 …if _newclass: compile_unit = property(GetCompileUnit, None, doc='''A read only property that retur…
|
/external/lldb/source/API/ |
D | SBSymbolContext.cpp | 188 SBSymbolContext::SetCompileUnit (lldb::SBCompileUnit compile_unit) in SetCompileUnit() argument 190 ref().comp_unit = compile_unit.get(); in SetCompileUnit()
|
/external/lldb/include/lldb/API/ |
D | SBSymbolContext.h | 46 void SetCompileUnit (lldb::SBCompileUnit compile_unit);
|
/external/llvm/include/llvm/Support/ |
D | Dwarf.def | 52 HANDLE_DW_TAG(0x0011, compile_unit)
|
/external/elfutils/libdw/ |
D | known-dwarf.h | 566 DWARF_ONE_KNOWN_DW_TAG (compile_unit, DW_TAG_compile_unit) \
|
/external/lldb/www/python_reference/ |
D | api-objects.txt | 2294 lldb.SBAddress.compile_unit lldb.SBAddress-class.html#compile_unit 2961 lldb.SBFrame.compile_unit lldb.SBFrame-class.html#compile_unit 3597 lldb.SBSymbolContext.compile_unit lldb.SBSymbolContext-class.html#compile_unit
|