Searched refs:next_file_offset (Results 1 – 1 of 1) sorted by relevance
1336 llvm::Optional<uint32_t> next_file_offset; in ParseInlineSite() local1361 next_file_offset = offset; in ParseInlineSite()1405 if (next_file_offset) in ParseInlineSite()1406 file_offset = *next_file_offset; in ParseInlineSite()1412 code_offset_end = next_file_offset = llvm::None; in ParseInlineSite()