Lines Matching refs:CompilerInstance
1 //===--- CompilerInstance.cpp ---------------------------------------------===//
13 #include "flang/Frontend/CompilerInstance.h"
36 CompilerInstance::CompilerInstance()
46 CompilerInstance::~CompilerInstance() {
50 void CompilerInstance::setInvocation(
55 void CompilerInstance::setSemaOutputStream(raw_ostream &value) {
60 void CompilerInstance::setSemaOutputStream(std::unique_ptr<raw_ostream> value) {
93 CompilerInstance::createDefaultOutputFile(bool binary, llvm::StringRef baseName,
120 CompilerInstance::createOutputFileImpl(llvm::StringRef outputFilePath,
144 void CompilerInstance::clearOutputFiles(bool eraseFiles) {
152 bool CompilerInstance::executeAction(FrontendAction &act) {
229 void CompilerInstance::createDiagnostics(clang::DiagnosticConsumer *client,
236 CompilerInstance::createDiagnostics(clang::DiagnosticOptions *opts,
329 std::string CompilerInstance::getTargetFeatures() {
350 bool CompilerInstance::setUpTargetMachine() {