Home
last modified time | relevance | path

Searched refs:func_start (Results 1 – 9 of 9) sorted by relevance

/external/llvm/test/Transforms/IndVarSimplify/
D2012-07-17-lftr-undef.ll10 func_start:
12 block9: ; preds = %block9,%func_start
13 %undef = phi i64 [ %next_undef, %block9 ], [ undef, %func_start ]
14 %iter = phi i64 [ %next_iter, %block9 ], [ 1, %func_start ]
/external/cronet/build/android/gyp/
Dextract_unwind_tables_tests.py113 func_start = index + 1
114 func_end = func_start + unw_data[index] * 2
115 self.assertEqual(len(expected_cfi_data[func_addr]), func_end - func_start)
116 func_cfi = unw_data[func_start:func_end]
/external/angle/build/android/gyp/
Dextract_unwind_tables_tests.py113 func_start = index + 1
114 func_end = func_start + unw_data[index] * 2
115 self.assertEqual(len(expected_cfi_data[func_addr]), func_end - func_start)
116 func_cfi = unw_data[func_start:func_end]
/external/deqp-deps/SPIRV-Tools/source/opt/
Dwrap_opkill.cpp141 std::unique_ptr<Instruction> func_start(new Instruction( in GetKillingFuncId() local
143 func_start->AddOperand({SPV_OPERAND_TYPE_FUNCTION_CONTROL, {0}}); in GetKillingFuncId()
144 func_start->AddOperand({SPV_OPERAND_TYPE_ID, {GetVoidFunctionTypeId()}}); in GetKillingFuncId()
145 (*killing_func).reset(new Function(std::move(func_start))); in GetKillingFuncId()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dwrap_opkill.cpp143 std::unique_ptr<Instruction> func_start(new Instruction( in GetKillingFuncId() local
145 func_start->AddOperand({SPV_OPERAND_TYPE_FUNCTION_CONTROL, {0}}); in GetKillingFuncId()
146 func_start->AddOperand({SPV_OPERAND_TYPE_ID, {GetVoidFunctionTypeId()}}); in GetKillingFuncId()
147 (*killing_func).reset(new Function(std::move(func_start))); in GetKillingFuncId()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dwrap_opkill.cpp143 std::unique_ptr<Instruction> func_start(new Instruction( in GetKillingFuncId() local
145 func_start->AddOperand({SPV_OPERAND_TYPE_FUNCTION_CONTROL, {0}}); in GetKillingFuncId()
146 func_start->AddOperand({SPV_OPERAND_TYPE_ID, {GetVoidFunctionTypeId()}}); in GetKillingFuncId()
147 (*killing_func).reset(new Function(std::move(func_start))); in GetKillingFuncId()
/external/trace-cmd/lib/trace-cmd/
Dtrace-util.c143 int func_start, func_end = 0; in tracecmd_parse_proc_kallsyms() local
151 &addr, &ch, &func_start, &func_end, &mod_start, &mod_end); in tracecmd_parse_proc_kallsyms()
159 func = line + func_start; in tracecmd_parse_proc_kallsyms()
/external/bcc/src/cc/api/
DBPF.cc680 uint8_t* func_start = bpf_module_->function_start(func_name); in load_func() local
681 if (!func_start) in load_func()
693 reinterpret_cast<struct bpf_insn*>(func_start), func_size, in load_func()
701 func_name, fd, reinterpret_cast<struct bpf_insn*>(func_start), func_size); in load_func()
/external/libtraceevent/src/
Devent-parse.c765 int func_start, func_end = 0; in tep_parse_kallsyms() local
772 &addr, &ch, &func_start, &func_end, &mod_start, &mod_end); in tep_parse_kallsyms()
782 func = line + func_start; in tep_parse_kallsyms()