Searched refs:func_ranges (Results 1 – 2 of 2) sorted by relevance
117 // CHECK-LABEL: Testing : func_ranges118 func @func_ranges(%cond : i1, %arg1 : i32, %arg2 : i32, %arg3 : i32) -> i32 {
2231 DWARFRangeList func_ranges; in ParseFunctionFromDWARF() local2247 if (die.GetDIENamesAndRanges(name, mangled, func_ranges, decl_file, decl_line, in ParseFunctionFromDWARF()2254 lldb::addr_t lowest_func_addr = func_ranges.GetMinRangeBase(0); in ParseFunctionFromDWARF()2255 lldb::addr_t highest_func_addr = func_ranges.GetMaxRangeEnd(0); in ParseFunctionFromDWARF()