OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_defines
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/LTO/
LTOModule.h
56
//
_defines
and _undefines only needed to disambiguate tentative definitions
57
StringSet<>
_defines
;
member in struct:llvm::LTOModule
/external/llvm/lib/LTO/
LTOModule.cpp
292
auto Iter =
_defines
.insert(className).first;
468
auto Iter =
_defines
.insert(Name).first;
487
auto IterBool =
_defines
.insert(name);
626
if (
_defines
.count(u->getKey())) continue;
Completed in 72 milliseconds