Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DWasm.cpp83 llvm::raw_fd_ostream ObjectFileOutput(llvm::StringRef(ObjectFileName), Error); in addModule() local
86 if (TargetMachine->addPassesToEmitFile(PM, ObjectFileOutput, nullptr, in addModule()
98 ObjectFileOutput.close(); in addModule()