Searched refs:code_offset_end (Results 1 – 1 of 1) sorted by relevance
1333 llvm::Optional<uint32_t> code_offset_end; in ParseInlineSite() local1346 else if (!code_offset_end) in ParseInlineSite()1347 code_offset_end = *code_offset_base + code_delta; in ParseInlineSite()1400 if (code_offset_base && code_offset_end && cur_line_offset) { in ParseInlineSite()1402 *code_offset_base, *code_offset_end - *code_offset_base, in ParseInlineSite()1411 code_offset_base = is_terminal_entry ? llvm::None : code_offset_end; in ParseInlineSite()1412 code_offset_end = next_file_offset = llvm::None; in ParseInlineSite()