Searched refs:getFileType (Results 1 – 6 of 6) sorted by relevance
156 IF->setFileType(std::max(getFileType(), O->getFileType())); in merge()239 IF->setFileType(getFileType()); in remove()308 IF->setFileType(getFileType()); in extract()359 if (getFileType() != BA.File) in setFromBinaryAttrs()
462 if (File->getFileType() != FileType::TBD_V3) in NormalizedTBD()469 if (File->getFileType() != FileType::TBD_V3) in NormalizedTBD()476 if (File->getFileType() != FileType::TBD_V3) in NormalizedTBD()519 if (File->getFileType() != FileType::TBD_V3) in NormalizedTBD()526 if (File->getFileType() != FileType::TBD_V3) in NormalizedTBD()533 if (File->getFileType() != FileType::TBD_V3) in NormalizedTBD()1144 (FileKind == FileType::Invalid) ? File.getFileType() : FileKind; in writeToStream()
279 switch (codegen::getFileType()) { in GetOutputStream()298 switch (codegen::getFileType()) { in GetOutputStream()648 codegen::getFileType() != CodeGenFileType::ObjectFile) in compileModule()662 PassPipeline, codegen::getFileType()); in compileModule()676 if ((codegen::getFileType() != CodeGenFileType::AssemblyFile && in compileModule()731 codegen::getFileType(), NoVerify, MMIWP)) { in compileModule()
52 FileKind(Interface.getFileType()) { in TapiFile()
57 LLVM_ABI CodeGenFileType getFileType();
133 FileType getFileType() const { return FileKind; } in getFileType() function