Searched refs:SOURCE_O (Results 1 – 8 of 8) sorted by relevance
41 {"foo.o", SourceFile::SOURCE_O}, in TEST()42 {"foo.obj", SourceFile::SOURCE_O}, in TEST()
46 return SourceFile::SOURCE_O; // .o in GetSourceFileType()96 return SourceFile::SOURCE_O; in GetSourceFileType()200 Get(SourceFile::SOURCE_S) || Get(SourceFile::SOURCE_O) || in CSourceUsed()
39 SOURCE_O, // Object files can be inputs, too. Also counts .obj. enumerator
27 target.source_types_used().Set(SourceFile::SOURCE_O); in TEST_F()
106 case SourceFile::SOURCE_O: in FillSources()
341 case SourceFile::SOURCE_O: in GetToolTypeForSourceType()
713 if (file_type == SourceFile::SOURCE_O) { in GetOutputFilesForSource()
36 target.source_types_used().Set(SourceFile::SOURCE_O); in TEST_F()