OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:createOutputFile
(Results
1 - 3
of
3
) sorted by null
/external/clang/include/clang/Frontend/
CompilerInstance.h
696
raw_pwrite_stream *
createOutputFile
(StringRef OutputPath, bool Binary,
704
/// If \p OutputPath is empty, then
createOutputFile
will derive an output
707
/// is true,
createOutputFile
will create a new temporary file that must be
728
createOutputFile
(StringRef OutputPath, std::error_code &Error, bool Binary,
/external/clang/lib/Frontend/
CompilerInstance.cpp
576
return
createOutputFile
(getFrontendOpts().OutputFile, Binary,
589
CompilerInstance::
createOutputFile
(StringRef OutputPath, bool Binary,
595
std::unique_ptr<raw_pwrite_stream> OS =
createOutputFile
(
613
std::unique_ptr<llvm::raw_pwrite_stream> CompilerInstance::
createOutputFile
(
[
all
...]
FrontendActions.cpp
111
// We use
createOutputFile
here because this is exposed via libclang, and we
115
CI.
createOutputFile
(CI.getFrontendOpts().OutputFile, /*Binary=*/true,
394
// We use
createOutputFile
here because this is exposed via libclang, and we
398
CI.
createOutputFile
(CI.getFrontendOpts().OutputFile, /*Binary=*/true,
Completed in 339 milliseconds