Searched refs:getFileType (Results 1 – 8 of 8) sorted by relevance
275 switch (codegen::getFileType()) { in GetOutputStream()294 switch (codegen::getFileType()) { in GetOutputStream()649 codegen::getFileType() != CodeGenFileType::ObjectFile) in compileModule()657 PassPipeline, codegen::getFileType()); in compileModule()671 if ((codegen::getFileType() != CodeGenFileType::AssemblyFile && in compileModule()716 codegen::getFileType(), NoVerify, MMIWP)) { in compileModule()
137 if ((codegen::getFileType() != CodeGenFileType::AssemblyFile && in compileModuleWithNewPM()
158 IF->setFileType(std::max(getFileType(), O->getFileType())); in merge()238 IF->setFileType(getFileType()); in remove()306 IF->setFileType(getFileType()); in extract()
463 if (File->getFileType() != FileType::TBD_V3) in NormalizedTBD()470 if (File->getFileType() != FileType::TBD_V3) in NormalizedTBD()477 if (File->getFileType() != FileType::TBD_V3) in NormalizedTBD()520 if (File->getFileType() != FileType::TBD_V3) in NormalizedTBD()527 if (File->getFileType() != FileType::TBD_V3) in NormalizedTBD()534 if (File->getFileType() != FileType::TBD_V3) in NormalizedTBD()1145 (FileKind == FileType::Invalid) ? File.getFileType() : FileKind; in writeToStream()
293 if (File->getFileType() == FileType::Invalid) in createInterfaceFile()
56 CodeGenFileType getFileType();
53 FileKind(Interface.getFileType()) { in TapiFile()
169 FileType getFileType() const { return FileKind; } in getFileType() function