OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SplitDwarfOutput
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/tools/driver/
cc1as_main.cpp
103
std::string
SplitDwarfOutput
;
269
Opts.
SplitDwarfOutput
=
383
if (!Opts.
SplitDwarfOutput
.empty())
384
DwoOS = getOutputStream(Opts.
SplitDwarfOutput
, Diags, IsBinary);
546
if (!Opts.
SplitDwarfOutput
.empty() && Opts.
SplitDwarfOutput
!= "-")
547
sys::fs::remove(Opts.
SplitDwarfOutput
);
/src/external/apache2/llvm/dist/llvm/include/llvm/LTO/
Config.h
127
std::string
SplitDwarfOutput
;
/src/external/apache2/llvm/dist/clang/include/clang/Basic/
CodeGenOptions.h
216
std::string
SplitDwarfOutput
;
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
BackendUtil.cpp
1021
if (!CodeGenOpts.
SplitDwarfOutput
.empty()) {
1022
DwoOS = openOutputFile(CodeGenOpts.
SplitDwarfOutput
);
1469
if (!CodeGenOpts.
SplitDwarfOutput
.empty()) {
1470
DwoOS = openOutputFile(CodeGenOpts.
SplitDwarfOutput
);
1569
Conf.
SplitDwarfOutput
= CGOpts.
SplitDwarfOutput
;
/src/external/apache2/llvm/dist/llvm/lib/LTO/
LTOBackend.cpp
386
SmallString<1024> DwoFile(Conf.
SplitDwarfOutput
);
Completed in 20 milliseconds
Indexes created Tue Aug 04 00:24:20 UTC 2026