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

  /external/elfutils/tests/
get-lines.c 123 bool basic_block; local
124 if (dwarf_lineblock (l, &basic_block) != 0)
125 basic_block = false;
135 basic_block ? "yes" : "no", prologue_end ? "yes" : "no",
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
coretypes.h 144 typedef struct basic_block_def *basic_block; typedef in typeref:struct:basic_block_def
basic-block.h 191 DEF_VEC_P(basic_block); variable
192 DEF_VEC_ALLOC_P(basic_block,gc);
193 DEF_VEC_ALLOC_P(basic_block,heap);
197 /* Masks for basic_block.flags.
261 basic_block bb_ = (bb); \
293 basic_block x_entry_block_ptr;
294 basic_block x_exit_block_ptr;
297 VEC(basic_block,gc) *x_basic_block_info;
313 VEC(basic_block,gc) *x_label_to_block_map;
339 (VEC_index (basic_block, basic_block_info_for_function(FN), (N))
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
coretypes.h 144 typedef struct basic_block_def *basic_block; typedef in typeref:struct:basic_block_def
basic-block.h 191 DEF_VEC_P(basic_block); variable
192 DEF_VEC_ALLOC_P(basic_block,gc);
193 DEF_VEC_ALLOC_P(basic_block,heap);
197 /* Masks for basic_block.flags.
261 basic_block bb_ = (bb); \
293 basic_block x_entry_block_ptr;
294 basic_block x_exit_block_ptr;
297 VEC(basic_block,gc) *x_basic_block_info;
313 VEC(basic_block,gc) *x_label_to_block_map;
339 (VEC_index (basic_block, basic_block_info_for_function(FN), (N))
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
coretypes.h 144 typedef struct basic_block_def *basic_block; typedef in typeref:struct:basic_block_def
basic-block.h 191 DEF_VEC_P(basic_block); variable
192 DEF_VEC_ALLOC_P(basic_block,gc);
193 DEF_VEC_ALLOC_P(basic_block,heap);
197 /* Masks for basic_block.flags.
261 basic_block bb_ = (bb); \
293 basic_block x_entry_block_ptr;
294 basic_block x_exit_block_ptr;
297 VEC(basic_block,gc) *x_basic_block_info;
313 VEC(basic_block,gc) *x_label_to_block_map;
339 (VEC_index (basic_block, basic_block_info_for_function(FN), (N))
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
coretypes.h 144 typedef struct basic_block_def *basic_block; typedef in typeref:struct:basic_block_def
basic-block.h 191 DEF_VEC_P(basic_block); variable
192 DEF_VEC_ALLOC_P(basic_block,gc);
193 DEF_VEC_ALLOC_P(basic_block,heap);
197 /* Masks for basic_block.flags.
261 basic_block bb_ = (bb); \
293 basic_block x_entry_block_ptr;
294 basic_block x_exit_block_ptr;
297 VEC(basic_block,gc) *x_basic_block_info;
313 VEC(basic_block,gc) *x_label_to_block_map;
339 (VEC_index (basic_block, basic_block_info_for_function(FN), (N))
    [all...]
  /external/elfutils/libdw/
dwarf_getsrclines.c 103 new_line->line.basic_block = basic_block; \
351 int basic_block = 0; local
391 basic_block = 0;
423 basic_block = 0;
504 basic_block = 0;
564 basic_block = 1;
libdwP.h 237 unsigned int basic_block:1; member in struct:Dwarf_Lines_s::Dwarf_Line_s
  /external/valgrind/main/coregrind/m_debuginfo/
readdwarf.c 203 Int basic_block; member in struct:__anon16698
305 state_machine_regs.basic_block = 0;
824 state_machine_regs.basic_block = 0; /* JRS added */
875 state_machine_regs.basic_block = 1;
    [all...]

Completed in 184 milliseconds