HomeSort by relevance Sort by last modified time
    Searched defs:basic_block (Results 1 - 7 of 7) 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
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
coretypes.h 154 typedef struct basic_block_def *basic_block; typedef in typeref:struct:basic_block_def
  /external/valgrind/main/coregrind/m_debuginfo/
readdwarf.c 205 Int basic_block; member in struct:__anon36181
295 state_machine_regs.basic_block = 0;
782 state_machine_regs.basic_block = 0; /* JRS added */
828 state_machine_regs.basic_block = 1;
    [all...]

Completed in 747 milliseconds