Searched refs:OMIT_SOURCE_POSITIONS (Results 1 – 3 of 3) sorted by relevance
36 enum RecordingMode { OMIT_SOURCE_POSITIONS, RECORD_SOURCE_POSITIONS }; enumerator50 inline bool Omit() const { return mode_ == OMIT_SOURCE_POSITIONS; } in Omit()
170 mode_ = OMIT_SOURCE_POSITIONS; in ToSourcePositionTable()187 mode_ = OMIT_SOURCE_POSITIONS; in ToSourcePositionTableVector()
54 return is_native() ? SourcePositionTableBuilder::OMIT_SOURCE_POSITIONS in SourcePositionRecordingMode()