HomeSort by relevance Sort by last modified time
    Searched defs:line_info (Results 1 - 15 of 15) sorted by null

  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
OProfileJITEventListener.cpp 136 debug_line_info line_info; local
137 line_info.vma = reinterpret_cast<uintptr_t>(FnStart);
138 line_info.lineno = FunctionDI.getLineNumber();
139 line_info.filename = Filenames.getFilename(FirstLocScope);
140 LineInfo.push_back(line_info);
  /external/v8/src/third_party/vtune/
vtune-jit.cc 95 void AddCodeLineInfo(const LineNumInfo& line_info) {
96 line_num_info_.push_back(line_info);
193 JITCodeLineInfo* line_info = UntagLineInfo(entry->second); local
196 line_info->GetLineNumInfo();
232 JITCodeLineInfo* line_info = local
234 if (line_info != NULL) {
235 line_info->SetPosition(static_cast<intptr_t>(event->line_info.offset),
236 static_cast<int>(event->line_info.pos));
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_symbolizer_win.cc 117 IMAGEHLP_LINE64 line_info; local
118 line_info.SizeOfStruct = sizeof(IMAGEHLP_LINE64);
120 &unused, &line_info);
124 frame->info.file = internal_strdup(line_info.FileName);
125 frame->info.line = line_info.LineNumber;
  /toolchain/binutils/binutils-2.25/bfd/
som.h 135 void * line_info; member in struct:somdata
libcoff-in.h 97 void * line_info; member in struct:coff_tdata
dwarf2.c 1108 struct line_info struct
1110 struct line_info* prev_line;
1132 struct line_info* last_line; /* Largest VMA. */
1145 struct line_info* lcl_head; /* Local head; used in 'add_line_info'. */
    [all...]
ecoff.c 1718 struct ecoff_find_line *line_info; local
    [all...]
libcoff.h 101 void * line_info; member in struct:coff_tdata
    [all...]
elf-bfd.h 1623 void *line_info; member in struct:elf_obj_tdata
    [all...]
  /external/google-breakpad/src/common/solaris/
dump_symbols.cc 112 std::vector<struct LineInfo> line_info; member in struct:__anon19585::FuncInfo
281 func_info->line_info.push_back(line);
356 int line_count = func_info.line_info.size();
376 struct LineInfo &line_info = func_info.line_info[k]; local
378 line_info.rva_to_base = line_info.rva_to_func + func_info.rva_to_base;
380 line_info.size = func_info.size - line_info.rva_to_func;
382 struct LineInfo &next_line = func_info.line_info[k + 1]
542 const struct LineInfo &line_info = func_info.line_info[i]; local
    [all...]
  /external/v8/src/profiler/
profile-generator.h 48 JITLineInfoTable* line_info = NULL,
58 const JITLineInfoTable* line_info() const { return line_info_; } function in class:v8::internal::CodeEntry
  /external/ImageMagick/MagickCore/
xwindow-private.h 132 line_info; member in struct:_XDrawInfo
display.c 5494 line_info; local
    [all...]
  /external/v8/src/
gdb-jit.cc 2200 LineInfo* line_info = reinterpret_cast<LineInfo*>(event->user_data); local
2213 LineInfo* line_info = reinterpret_cast<LineInfo*>(event->user_data); local
    [all...]
  /external/v8/include/
v8.h 6168 struct line_info_t line_info; member in union:v8::JitCodeEvent::__anon35704
    [all...]

Completed in 708 milliseconds