Home
last modified time | relevance | path

Searched refs:debug_line_info (Results 1 – 8 of 8) sorted by relevance

/external/llvm/lib/ExecutionEngine/OProfileJIT/
DOProfileJITEventListener.cpp78 static debug_line_info LineStartToOProfileFormat( in LineStartToOProfileFormat()
81 debug_line_info Result; in LineStartToOProfileFormat()
111 std::vector<debug_line_info> LineInfo; in NotifyFunctionEmitted()
124 debug_line_info line_info; in NotifyFunctionEmitted()
DOProfileWrapper.cpp224 struct debug_line_info const* Info) { in op_write_debug_line_info()
/external/oprofile/libopagent/
Dopagent.h37 struct debug_line_info { struct
111 struct debug_line_info const * compile_map);
Dopagent.c280 struct debug_line_info const * compile_map) in op_write_debug_line_info()
/external/llvm/include/llvm/ExecutionEngine/
DOProfileWrapper.h40 struct debug_line_info const*);
100 struct debug_line_info const* info);
/external/oprofile/agents/jvmti/
Dlibjvmti_oprofile.c61 static struct debug_line_info *
66 struct debug_line_info * debug_line; in create_debug_line_info()
84 debug_line = calloc(map_length, sizeof(struct debug_line_info)); in create_debug_line_info()
125 struct debug_line_info * debug_line = NULL; in cb_compiled_method_load()
/external/oprofile/opjitconv/
Ddebug_line.c276 static ubyte get_special_opcode(struct debug_line_info const * line, in get_special_opcode()
307 struct debug_line_info const * line, size_t nr_entry, in emit_lineno_info()
374 struct debug_line_info const * line, size_t nr_entry, in add_debug_line()
456 struct debug_line_info * dbg_line = in init_debug_line_info()
458 sizeof(struct debug_line_info)); in init_debug_line_info()
/external/llvm/unittests/ExecutionEngine/JIT/
DOProfileJITEventListenerTest.cpp38 typedef std::list<debug_line_info> NativeDebugList;
82 struct debug_line_info const* info) in write_debug_line_info()