Searched refs:getFileType (Results 1 – 6 of 6) sorted by relevance
159 IF->setFileType(std::max(getFileType(), O->getFileType())); in merge()239 IF->setFileType(getFileType()); in remove()307 IF->setFileType(getFileType()); in extract()357 if (getFileType() != BA.File) in setFromBinaryAttrs()
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()
275 switch (codegen::getFileType()) { in GetOutputStream()294 switch (codegen::getFileType()) { in GetOutputStream()646 codegen::getFileType() != CodeGenFileType::ObjectFile) in compileModule()654 PassPipeline, codegen::getFileType()); in compileModule()668 if ((codegen::getFileType() != CodeGenFileType::AssemblyFile && in compileModule()713 codegen::getFileType(), NoVerify, MMIWP)) { in compileModule()
56 CodeGenFileType getFileType();
53 FileKind(Interface.getFileType()) { in TapiFile()
132 FileType getFileType() const { return FileKind; } in getFileType() function