OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:notEligibleToImport
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/IR/
ModuleSummaryIndex.cpp
273
// or
notEligibleToImport
, since either of those means there could be
276
//
notEligibleToImport
means it could have writes or reads via inline
342
!S->
notEligibleToImport
() &&
615
else if (Flags.
NotEligibleToImport
)
/src/external/apache2/llvm/dist/llvm/lib/AsmParser/
LLLexer.cpp
758
KEYWORD(
notEligibleToImport
);
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
ModuleSummaryIndex.h
293
/// Group flags (Linkage,
NotEligibleToImport
, etc.) as a bitfield.
309
unsigned
NotEligibleToImport
: 1;
336
bool
NotEligibleToImport
, bool Live, bool IsLocal,
339
NotEligibleToImport
(
NotEligibleToImport
), Live(Live),
411
bool
notEligibleToImport
() const { return Flags.
NotEligibleToImport
; }
433
void setNotEligibleToImport() { Flags.
NotEligibleToImport
= true; }
617
/*
NotEligibleToImport
=*/true, /*Live=*/true, /*IsLocal=*/false,
/src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
FunctionImport.cpp
241
if (Summary->
notEligibleToImport
()) {
Completed in 18 milliseconds
Indexes created Thu Jun 11 00:25:07 UTC 2026