OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EnableSplitLTOUnit
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
ThinLTOBitcodeWriter.cpp
460
bool
enableSplitLTOUnit
(Module &M) {
461
bool
EnableSplitLTOUnit
= false;
463
M.getModuleFlag("
EnableSplitLTOUnit
")))
464
EnableSplitLTOUnit
= MD->getZExtValue();
465
return
EnableSplitLTOUnit
;
484
if (
enableSplitLTOUnit
(M))
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
ModuleSummaryIndex.h
1081
bool
EnableSplitLTOUnit
;
1113
ModuleSummaryIndex(bool HaveGVs, bool
EnableSplitLTOUnit
= false)
1114
: HaveGVs(HaveGVs),
EnableSplitLTOUnit
(
EnableSplitLTOUnit
), Saver(Alloc),
1239
bool
enableSplitLTOUnit
() const { return
EnableSplitLTOUnit
; }
1240
void setEnableSplitLTOUnit() {
EnableSplitLTOUnit
= true; }
/src/external/apache2/llvm/dist/llvm/include/llvm/Bitcode/
BitcodeReader.h
56
bool
EnableSplitLTOUnit
;
/src/external/apache2/llvm/dist/llvm/include/llvm/LTO/
LTO.h
440
Optional<bool>
EnableSplitLTOUnit
;
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
ModuleSummaryAnalysis.cpp
585
if (!Index.
enableSplitLTOUnit
()) {
649
bool
EnableSplitLTOUnit
= false;
651
M.getModuleFlag("
EnableSplitLTOUnit
")))
652
EnableSplitLTOUnit
= MD->getZExtValue();
653
ModuleSummaryIndex Index(/*HaveGVs=*/true,
EnableSplitLTOUnit
);
/src/external/apache2/llvm/dist/llvm/lib/LTO/
LTO.cpp
641
if (
EnableSplitLTOUnit
.hasValue()) {
645
if (
EnableSplitLTOUnit
.getValue() != LTOInfo->
EnableSplitLTOUnit
)
648
EnableSplitLTOUnit
= LTOInfo->
EnableSplitLTOUnit
;
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
BackendUtil.cpp
991
TheModule->addModuleFlag(Module::Error, "
EnableSplitLTOUnit
",
992
CodeGenOpts.
EnableSplitLTOUnit
);
1006
TheModule->addModuleFlag(Module::Error, "
EnableSplitLTOUnit
",
1436
TheModule->addModuleFlag(Module::Error, "
EnableSplitLTOUnit
",
1437
CodeGenOpts.
EnableSplitLTOUnit
);
1451
TheModule->addModuleFlag(Module::Error, "
EnableSplitLTOUnit
",
/src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp
6977
/*
EnableSplitLTOUnit
=*/false};
6981
Expected<bool>
EnableSplitLTOUnit
=
6983
if (!
EnableSplitLTOUnit
)
6984
return
EnableSplitLTOUnit
.takeError();
6986
*
EnableSplitLTOUnit
};
6990
Expected<bool>
EnableSplitLTOUnit
=
6992
if (!
EnableSplitLTOUnit
)
6993
return
EnableSplitLTOUnit
.takeError();
6995
*
EnableSplitLTOUnit
};
Completed in 45 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026