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

  /art/compiler/jni/portable/
jni_compiler.cc 273 ::llvm::BasicBlock* basic_block = ::llvm::BasicBlock::Create(*context_, "B0", func_); local
276 irb_.SetInsertPoint(basic_block);
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/
dwarf2-dbgfmt.h 77 int basic_block; member in struct:dwarf2_loc
  /external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFDebugLine.h 119 basic_block(rhs.basic_block),
135 basic_block = rhs.basic_block;
154 basic_block:1, // A boolean indicating that the current instruction is the beginning of a basic block. member in struct:DWARFDebugLine::Row
  /external/elfutils/0.153/libdw/
dwarf_getsrclines.c 332 bool basic_block = false; local
379 SET (basic_block);
424 basic_block = false;
458 basic_block = false;
553 basic_block = false;
610 basic_block = true;
libdwP.h 251 unsigned int basic_block:1; member in struct:Dwarf_Line_s

Completed in 291 milliseconds