Home
last modified time | relevance | path

Searched refs:setFileType (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DLTOCodeGenerator.h97 void setFileType(CodeGenFileType FT) { Config.CGFileType = FT; } in setFileType() function
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DInterfaceFile.h174 void setFileType(FileType Kind) { FileKind = Kind; }
/freebsd-13.1/contrib/llvm-project/llvm/lib/TextAPI/
H A DTextStub.cpp619 File->setFileType(Ctx->FileKind); in denormalize()
914 File->setFileType(Ctx->FileKind); in denormalize()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp1061 CodeGen.setFileType(FT.getValue()); in main()