OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:skipModuleByDistributedBackend
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/IR/
ModuleSummaryIndex.cpp
97
if (
skipModuleByDistributedBackend
())
118
// 1 bit:
SkipModuleByDistributedBackend
flag.
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
ModuleSummaryIndex.h
1072
bool
SkipModuleByDistributedBackend
= false;
1232
bool
skipModuleByDistributedBackend
() const {
1233
return
SkipModuleByDistributedBackend
;
1236
SkipModuleByDistributedBackend
= true;
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
BackendUtil.cpp
1632
if (!CombinedIndex->
skipModuleByDistributedBackend
()) {
Completed in 20 milliseconds
Indexes created Sun Sep 20 00:26:38 UTC 2026